CGGP_internal_MSEpredcalc {CGGP} | R Documentation |
Calculate MSE prediction along a single dimension
Description
Calculate MSE prediction along a single dimension
Usage
CGGP_internal_MSEpredcalc(xp, xl, theta, CorrMat)
Arguments
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. |
Value
MSE predictions
Examples
CGGP_internal_MSEpredcalc(c(.4,.52), c(0,.25,.5,.75,1), theta=c(.1,.2),
CorrMat=CGGP_internal_CorrMatCauchySQ)
[Package CGGP version 1.0.4 Index]