gpSample: Plot Samples from a GP.

Description Usage Arguments See Also

Description

creates a plot of samples from a kernel with the given parameters and variance.

Usage

1
gpSample(kernType, numSamps=10, params=NULL, lims=c(-3,3), path=getwd(), png=FALSE)

Arguments

kernType

the type of kernel to sample from.

numSamps

the number of samples to take.

params

parameter vector for the kernel.

lims

limits of the x axis.

path

path where the plot images are saved.

png

save image as png.

See Also

gpOptions.


gptk documentation built on May 2, 2019, 3:27 p.m.

Related to gpSample in gptk...