CGGP_internal_MSEpredcalc: Calculate MSE prediction along a single dimension

Description Usage Arguments Value Examples

View source: R/CGGP_pred_fs.R

Description

Calculate MSE prediction along a single dimension

Usage

1
CGGP_internal_MSEpredcalc(xp, xl, theta, CorrMat)

Arguments

xp

Points at which to calculate MSE

xl

Levels along dimension, vector???

theta

Correlation parameters

CorrMat

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

Value

MSE predictions

Examples

1
2
CGGP_internal_MSEpredcalc(c(.4,.52), c(0,.25,.5,.75,1), theta=c(.1,.2),
             CorrMat=CGGP_internal_CorrMatCauchySQ)

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