covmats.ConstantPriorTerm#
- class covmats.ConstantPriorTerm(prior_values: ndarray[tuple[Any, ...], dtype[float64]])[source]#
Represent a prior (no influence of beta).
- __init__(prior_values: ndarray[tuple[Any, ...], dtype[float64]]) None[source]#
Initialize the instance.
- Parameters:
prior_values (NDArrayFloat) – Values given to the prior term.
Properties
Methods
Return the dot product of the gradient of the prior and the given input vector.
Return the values of the prior term.