module Variance:sig..end
type t
val calc : Interfaces.Sigs.Eval.Co_variance_predictor.t ->
sigma2:float ->
Interfaces.Sigs.Eval.Input.t -> tcalc co_variance_predictor ~sigma2 inputinput given mean_predictor and noise level sigma2.val get : ?predictive:bool -> t -> floatget ?predictive variancevariance as a float.
If predictive is true, then the noise level will be added.predictive : default = true