gpPlot: Gaussian Process Plotter

Description Usage Arguments See Also

View source: R/gpPlot.R

Description

Plots the GP mean and variance.

Usage

1
2
  gpPlot( model, Xstar, mu, S, simpose=NULL, xlim=NULL, ylim=NULL,
          xlab='', ylab='', col='blue', title='' )

Arguments

model

the model structure for which GP mean and variance are to be plotted.

Xstar

the input positions for which the mean and variance will be plotted.

mu

the precomputed GP posterior mean vector.

S

the precomputed GP posterior variance vector.

simpose

vector of datapoints to be superimposed on the plot with added white noise.

xlim

x-axis plotting limits.

ylim

y-axis plotting limits.

xlab

x-axis label.

ylab

y-axis label.

col

color for plotting the GP mean and variance.

title

plot title.

See Also

gpPosteriorMeanVar, polygon, zeroAxes.


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