covmats.NullPriorTerm.get_values#
- NullPriorTerm.get_values(params: ndarray[tuple[Any, ...], dtype[float64]]) float[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 NullPriorTerm.
- Returns:
The prior term values.
- Return type:
NDArrayFloat