View source: R/CGGP_append_fs.R
CGGP_internal_calcMSE | R Documentation |
Calculated using grid of integration points. Can be calculated exactly, but not much reason in 1D.
CGGP_internal_calcMSE(xl, theta, CorrMat)
xl |
Vector of points in 1D |
theta |
Correlation parameters |
CorrMat |
Function that gives correlation matrix for vectors of 1D points. |
MSE value
CGGP_internal_calcMSE(xl=c(0,.5,.9), theta=c(1,2,3),
CorrMat=CGGP_internal_CorrMatCauchySQT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.