Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.GauPro

Plot for class GauPro


Description

Plot for class GauPro

Usage

## S3 method for class 'GauPro'
plot(x, ...)

Arguments

x

Object of class GauPro

...

Additional parameters

Value

Nothing

Examples

n <- 12
x <- matrix(seq(0,1,length.out = n), ncol=1)
y <- sin(2*pi*x) + rnorm(n,0,1e-1)
gp <- GauPro(X=x, Z=y, parallel=FALSE)
if (requireNamespace("MASS", quietly = TRUE)) {
  plot(gp)
}

GauPro

Gaussian Process Fitting

v0.2.4
GPL-3
Authors
Collin Erickson
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.