gaussian.condition: Condition a Gaussian on another. See Eqn. A.6 on page 200 of...

Description Usage Arguments

View source: R/gp.r

Description

Condition a Gaussian on another. See Eqn. A.6 on page 200 of Rasmussen and Williams' book.

Usage

1
2
gaussian.condition(y, .A, .B, .C, mu.x = rep(0, nrow(.A)),
  mu.y = rep(0, nrow(.B)), U = chol(.B))

Arguments

y

y

.A

Var(X)

.B

Var(Y)

.C

Cov(X, Y)

mu.x

Mean of x

mu.y

Mean of y

U

Cholesky decomposition of .B


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