Nothing
`calcPredictionErrorCV` <-
function(gp, X, newTheta, varMatrix, nugget) {
r = calcCorOneObs(X, gp$beta, gp$a, newTheta)
return ( (gp$sig2 + nugget) - gp$sig2*r%*%solve(varMatrix)%*%t(r)*gp$sig2 )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.