package gpr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Posterior mean for a single input

type t

Type of mean

val calc : Mean_predictor.t -> Input.t -> t

calc mean_predictor input

  • returns

    mean for input given mean_predictor.

val get : t -> float

get mean

  • returns

    the mean as a float.