package gpr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
Covariance of a constant function

The covariance is defined as:

k(x, y) = 1/s^2 logtheta = log(s)

module Params : sig ... end
module Eval : Interfaces.Specs.Eval with type Kernel.params = Params.t with type Inducing.t = int with type Input.t = unit with type Inputs.t = int
module Deriv : Interfaces.Specs.Deriv with module Eval = Eval with type Hyper.t = [ `Log_theta ]