fitted.garma_model: Extract fitted values

View source: R/fitted.R

fitted.garma_modelR Documentation

Extract 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.


rlph50/garma documentation built on June 8, 2025, 3:15 a.m.