ETSvalidate function

ETSvalidate

ETSvalidate

Shows a table of estimation and diagnostics results for ETS models

ETSvalidate(m)

Arguments

  • m: an object of type ETS created with ETSforecast

Returns

The same input object with the appropriate fields filled in, in particular: - table: Estimation and validation table

Examples

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

See Also

ETS, ETSforecast, ETSvalidate, ETScomponents

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links