covmats.LinearDriftMatrix#
- class covmats.LinearDriftMatrix(pts: ndarray[tuple[Any, ...], dtype[float64]])[source]#
Represent a linear drift matrix (trend).
- __init__(pts: ndarray[tuple[Any, ...], dtype[float64]]) None[source]#
_summary_
- Parameters:
pts (NDArrayFloat) – _description_
Properties
Methods
Return the dot product.
Return the dot product of the gradient of the prior and the given input vector.
Return the values of the prior term.