covmats.EnsembleMeanPriorTerm.get_values#
- EnsembleMeanPriorTerm.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 mean.
- Returns:
The prior term values.
- Return type:
NDArrayFloat