leaveOneOutFun {rlibkriging}R Documentation

Leave-One-Out function

Description

Compute the leave-One-Out error of a model given in object, at a different value of the parameters.

Usage

leaveOneOutFun(object, ...)

Arguments

object

An object representing a fitted model.

...

Further arguments of function (eg. range).

Value

The Leave-One-Out sum of squares.


[Package rlibkriging version 0.8-0.1 Index]