GauPro: GauPro_selector

View source: R/GauPro_selector.R

GauProR Documentation

GauPro_selector

Description

GauPro_selector

Usage

GauPro(..., type = "Gauss")

Arguments

...

Pass on

type

Type of Gaussian process, or the kind of correlation function.

Value

A GauPro object

Examples

n <- 12
x <- matrix(seq(0,1,length.out = n), ncol=1)
#y <- sin(2*pi*x) + rnorm(n,0,1e-1)
y <- (2*x) %%1
gp <- GauPro(X=x, Z=y, parallel=FALSE)

GauPro documentation built on April 11, 2023, 6:06 p.m.