inducing.covariance: Calculate the covariance structure of the inducing points

Description Usage Arguments

View source: R/gp.r

Description

Calculate the covariance structure of the inducing points

Usage

1
2
inducing.covariance(cov.fn, length.scale, period = NULL, tau,
  num.inducing, u = seq(min(tau), max(tau), length.out = num.inducing))

Arguments

cov.fn

Covariance function

length.scale

Length scale

period

The period of the covariance function

tau

Pseudotimes

num.inducing

How many inducing points to use

u

The inducing points


DeLorean documentation built on May 2, 2019, 9:24 a.m.