leaveOneOutVec {rlibkriging} | R Documentation |
Leave-One-Out vector
Description
Compute the leave-One-Out vector error of a model given in object
,
at a different value of the parameters.
Usage
leaveOneOutVec(object, ...)
Arguments
object |
An object representing a fitted model. |
... |
Further arguments of function (eg. range). |
Value
The Leave-One-Out errors (mean and stdev) for each conditional point.
[Package rlibkriging version 0.8-0.1 Index]