CGGP_internal_calcMSE: Calculate MSE over single dimension

View source: R/CGGP_append_fs.R

CGGP_internal_calcMSER 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)

CollinErickson/CGGP documentation built on Feb. 6, 2024, 2:24 a.m.