ETSvalidate: ETSvalidate

View source: R/ETSvalidate.R

ETSvalidateR Documentation

ETSvalidate

Description

Shows a table of estimation and diagnostics results for ETS models

Usage

ETSvalidate(m)

Arguments

m

an object of type ETS created with ETSforecast

Value

The same input object with the appropriate fields filled in, in particular:

table

Estimation and validation table

Author(s)

Diego J. Pedregal

See Also

ETS, ETSforecast, ETSvalidate, ETScomponents

Examples

## Not run: 
m1 <- ETSforecast(log(gdp))
m1 <- ETSvalidate(m1)

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to ETSvalidate in UComp...