CGGP_internal_calcMSE {CGGP} | R Documentation |
Calculate MSE over single dimension
Description
Calculated using grid of integration points. Can be calculated exactly, but not much reason in 1D.
Usage
CGGP_internal_calcMSE(xl, theta, CorrMat)
Arguments
xl |
Vector of points in 1D |
theta |
Correlation parameters |
CorrMat |
Function that gives correlation matrix for vectors of 1D points. |
Value
MSE value
Examples
CGGP_internal_calcMSE(xl=c(0,.5,.9), theta=c(1,2,3),
CorrMat=CGGP_internal_CorrMatCauchySQT)
[Package CGGP version 1.0.4 Index]