covmats.ConstantDriftMatrix.get_values#

ConstantDriftMatrix.get_values(params: ndarray[tuple[Any, ...], dtype[float64]]) ndarray[tuple[Any, ...], dtype[float64]]#

Return the values of the prior term.

Parameters:

params (NDArrayFloat) – Values of the parameters for which to compute the prior. It has no effect with DriftMatrix.

Returns:

The prior term values.

Return type:

NDArrayFloat