powered by
GauPro_selector
GauPro(..., type = "Gauss")
Pass on
Type of Gaussian process, or the kind of correlation function.
A GauPro object
# NOT RUN { 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) # }
Run the code above in your browser using DataLab