ARIMAvalidate function

ARIMAvalidate

ARIMAvalidate

Shows a table of estimation and diagnostics results for ARIMA models

ARIMAvalidate(m)

Arguments

  • m: an object of type ARIMA created with ARIMAforecast

Returns

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

Examples

## Not run: m1 <- ARIMAforecast(log(gdp)) m1 <- ARIMAvalidate(m1) ## End(Not run)

See Also

ARIMA, ARIMAforecast, ARIMAvalidate,

Author(s)

Diego J. Pedregal

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

Useful links