package gpr

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

Module Variational_FITC.VariancesSource

Posterior variances for (multiple) inputs

Sourcetype t

Type of variances

Sourceval calc_model_inputs : Model.t -> t

calc_model_inputs model

  • returns

    variances for all inputs used in model.

Sourceval calc : Co_variance_predictor.t -> sigma2:float -> Inputs.t -> t

calc co_variance_predictor ~sigma2 inputs

  • returns

    variances for inputs given co_variance_predictor and noise level sigma2.

Sourceval get : ?predictive:bool -> t -> Lacaml.D.vec

get ?predictive variances

  • returns

    the variances as a vector. If predictive is true, then the noise level will be added.

  • parameter predictive

    default = true

OCaml

Innovation. Community. Security.