residuals: residuals.ETS

residuals.ETSR Documentation

residuals.ETS

Description

Residuals of ETS object

Residuals of PTS object

Usage

## S3 method for class 'ETS'
residuals(object, ...)

## S3 method for class 'PTS'
residuals(object, ...)

Arguments

object

Object of class “PTS”.

...

Additional inputs to function.

Details

See help of ETS.

See help of PTS.

Author(s)

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

## Not run: 
m1 <- ETSmodel(log(gdp))
residuals(m1)

## End(Not run)
## Not run: 
m1 <- PTSmodel(log(AirPassengers))
residuals(m1)

## End(Not run)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to residuals in UComp...