ARIMAvalidate
Shows a table of estimation and diagnostics results for ARIMA models
ARIMAvalidate(m)
m
: an object of type ARIMA
created with ARIMAforecast
The same input object with the appropriate fields filled in, in particular: - table: Estimation and validation table
## Not run: m1 <- ARIMAforecast(log(gdp)) m1 <- ARIMAvalidate(m1) ## End(Not run)
ARIMA
, ARIMAforecast
, ARIMAvalidate
,
Diego J. Pedregal
Useful links