GaussianCost#
- GaussianCost(param: tuple[Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes] | Number, Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes] | Number] | None = None)[source]#
Univariate Gaussian likelihood cost.
- Parameters:
- param2-tuple of float or np.ndarray, or None (default=None)
Fixed mean(s) and variance(s) for the cost calculation. If
None
, the maximum likelihood estimates are used.