covmats.DriftMatrix.get_values#
- DriftMatrix.get_values(params: ndarray[tuple[Any, ...], dtype[float64]]) ndarray[tuple[Any, ...], dtype[float64]][source]#
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