CGGP (version 1.0.4)

CGGP_internal_calcMSE: 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)

Value

MSE value

Arguments

xl

Vector of points in 1D

theta

Correlation parameters

CorrMat

Function that gives correlation matrix for vectors of 1D points.

Examples

Run this code
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