gpPosteriorMeanVar: Mean and variances of the posterior at points given by X.

Description Usage Arguments Value See Also Examples

View source: R/gpPosteriorMeanVar.R

Description

returns the posterior mean and variance for a given set of points.

Usage

1
gpPosteriorMeanVar(model, X, varsigma.return=FALSE)

Arguments

model

the model for which the posterior will be computed.

X

the input positions for which the posterior will be computed.

varsigma.return

(logical) compute variances.

Value

mu

the mean of the posterior distribution.

sigma

the variances of the posterior distributions.

See Also

gpCreate.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.