covmats.EnsembleMeanPriorTerm# class covmats.EnsembleMeanPriorTerm(shape: Tuple[int, ...])[source]# Represent a mean prior. __init__(shape: Tuple[int, ...]) → None[source]# Initialize the instance. Properties Methods get_gradient_dot_product Return the dot product of the gradient of the prior and the given input vector. get_values Return the values of the prior term.