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.


garma documentation built on April 4, 2025, 2:13 a.m.