fitted.garma_model {garma} | R Documentation |
Fitted values
Description
Fitted values are 1-step ahead predictions.
Usage
## S3 method for class 'garma_model'
fitted(object, ...)
Arguments
object |
The garma_model object |
... |
Other parameters. Ignored. |
Value
(double) array of 1-step ahead fitted values for the model.
[Package garma version 0.9.13 Index]