covmats.PriorTerm.get_values#

abstractmethod PriorTerm.get_values(params: ndarray[tuple[Any, ...], dtype[float64]]) float | 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.

Returns:

The prior term values.

Return type:

NDArrayFloat