CGGP_internal_calcMSE: Calculate MSE over single dimension

Description Usage Arguments Value Examples

View source: R/CGGP_append_fs.R

Description

Calculated using grid of integration points. Can be calculated exactly, but not much reason in 1D.

Usage

1
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

1
2
CGGP_internal_calcMSE(xl=c(0,.5,.9), theta=c(1,2,3),
         CorrMat=CGGP_internal_CorrMatCauchySQT)

CGGP documentation built on May 8, 2021, 5:06 p.m.