module Cov_se_iso:sig..end
k(x, y) = sf^2 * exp(-1/2 * |1/ell*(x-y)|^2)
where sf^2 is the amplitude, and ell is the length scale.
module Params:sig..end
type inducing_hyper = {
|
ind : |
|
dim : |
module Eval:Evalwith type Kernel.params = Params.twith type Inducing.t = matwith type Input.t = vecwith type Inputs.t = mat
module Deriv:Derivwith module Eval = Evalwith type Hyper.t = [ `Log_ell | `Log_sf2 | `Inducing_hyper of inducing_hyper ]