Learn R Programming

CGGP (version 1.0.4)

CGGP_internal_MSEpredcalc: Calculate MSE prediction along a single dimension

Description

Calculate MSE prediction along a single dimension

Usage

CGGP_internal_MSEpredcalc(xp, xl, theta, CorrMat)

Value

MSE predictions

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.

Examples

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

Run the code above in your browser using DataLab