Xval: Cross-validation

Description Usage Arguments Details Value

Description

Performs cross-validation and calculates a number of performance metrics

Usage

1
2
3
4
Xval(object, ...)

## S4 method for signature 'SPGP'
Xval(object)

Arguments

object

A SPGP object.

Details

The method performs leave-one-out cross-validation through rank-one downdates to a covariance matrix.

Value

A list with the following elements:

mean

The predictive mean for each data point.

var

The predictive variance.

RMSE

Root Mean Square Error of prediction, taking only the mean in consideration

NRMSE

Normalized RMSE: the squared difference is divided by the predictive variance.

LPD

Log Predictive Density.

PLPD

Penalized LPD: includes a penalty based on how well the full covariance is approximated at each data point.


italo-goncalves/geomod3D documentation built on May 24, 2019, 2:49 p.m.