predict.GP

# S3 method for class 'GP'
predict(gp, xpred, cI = NULL, pI = NULL, splinefcns = NULL)

Arguments

gp

Gaussian Process

xpred

value of x where prediction should be made

cI

credible interval

pI

prediction interval

splinefcns

spline functions

Author

Michael Dietze