Idris2Doc : Model.MeanFunction

Model.MeanFunction

Mean functions, as used in Gaussian processes.

Definitions

0MeanFunction : (0_ : Shape) ->Type
  A `MeanFunction` maps a point in feature space to the mean value of a corresponding
distribution in target space.

@features The shape of the feature domain.

Totality: total
Visibility: public export
zero : MeanFunctionfeatures
  A mean function where the mean is zero in all target dimensions.

Totality: total
Visibility: export