CGGP (version 1.0.1)

CGGP_internal_calcMSE: Calculate MSE over single dimension

Description

Calcaluted 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

Run this code
# NOT RUN {
CGGP_internal_calcMSE(xl=c(0,.5,.9), theta=c(1,2,3),
         CorrMat=CGGP_internal_CorrMatCauchySQT)
# }

Run the code above in your browser using DataLab