incline.Given¶
- class incline.Given(covariance)[source]¶
A caller-supplied noise covariance, used exactly as provided.
- Variables:
covariance (numpy._typing._array_like.NDArray[numpy.float64]) – The n x n noise covariance matrix.
- Parameters:
covariance (NDArray[float64])
- __init__(covariance)¶
- Parameters:
covariance (NDArray[float64])
- Return type:
None
Methods
__init__(covariance)estimate(y, axis)Return the supplied covariance, checking it matches the series.
Attributes
- covariance: NDArray[float64]¶