residuals.garma_model: Residuals

View source: R/residuals.R

residuals.garma_modelR Documentation

Residuals

Description

Response Residuals from the model.

Usage

## S3 method for class 'garma_model'
residuals(object, type = "response", h = 1, ...)

Arguments

object

The garma_model object

type

(chr) The type of residuals. Must be 'response'.

h

(int) The number of periods ahead for the residuals. Must be 1.

...

Other parameters. Ignored.

Value

(double) array of resideuals from the model.


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