pyhgf.math.parametrised_sigmoid#

pyhgf.math.parametrised_sigmoid(x, theta, phi)[source]#

Compute the sigmoid parametrised by \(\phi\) and \(\theta\).

Parameters:
  • x (Array | ndarray | bool | number | bool | int | float | complex)

  • theta (Array | ndarray | bool | number | bool | int | float | complex)

  • phi (Array | ndarray | bool | number | bool | int | float | complex)

Return type:

Array