compute.residuals {SSM} | R Documentation |
Compute the Leave-One-Out error at all design points.
Description
This function repeatedly fits the SSM to all but one held out point in turn and computes the prediction error at the held out point. These errors are collated into a vector indicating the Leave-One-Out error at each design point.
Usage
compute.residuals(ssm)
Arguments
ssm |
An SSM object that has valid entries for the slots
|
Value
A vector of Leave-One_Out errors.
[Package SSM version 1.0.1 Index]