Learn R Programming

gptk (version 1.0)

demGpSample: Gaussian Process Sampling Demo

Description

This example shows how points which look like they come from a function to be sampled from a Gaussian distribution. The sample is 25 dimensional and is from a Gaussian with a particular covariance.

Usage

demGpSample(bw=FALSE, path=getwd(), filename='gpSample', png=FALSE)

Arguments

bw
greyscale plots.
path
path where the plot images are saved.
filename
name of saved images.
png
save image as png.

See Also

kernCreate, kernCompute, gaussSamp, demGpSample, basePlot, zeroAxes.