fitted.garma_model: Extract fitted values
Description
Fitted values are 1-step ahead predictions.
Usage
# S3 method for garma_model
fitted(object, ...)
Value
(double) array of 1-step ahead fitted values for the model.
Arguments
- object
The garma_model object
- ...
Other parameters. Ignored.