CGGP_internal_MSEpredcalc | R Documentation |
Calculate MSE prediction along a single dimension
CGGP_internal_MSEpredcalc(xp, xl, theta, CorrMat)
xp |
Points at which to calculate MSE |
xl |
Levels along dimension, vector??? |
theta |
Correlation parameters |
CorrMat |
Function that gives correlation matrix for vectors of 1D points. |
MSE predictions
CGGP_internal_MSEpredcalc(c(.4,.52), c(0,.25,.5,.75,1), theta=c(.1,.2),
CorrMat=CGGP_internal_CorrMatCauchySQ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.