GauPro (version 0.2.2)

GauPro_Gauss: Corr Gauss GP using inherited optim

Description

Corr Gauss GP using inherited optim

Usage

GauPro_Gauss

Arguments

Value

Object of R6Class with methods for fitting GP model.

Format

R6Class object.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab