powered by
Shows a table of estimation and diagnostics results for ARIMA models
ARIMAvalidate(m)
The same input object with the appropriate fields filled in, in particular:
Estimation and validation table
an object of type ARIMA created with ARIMAforecast
ARIMA
ARIMAforecast
Diego J. Pedregal
ARIMA, ARIMAforecast, ARIMAvalidate,
ARIMAvalidate
if (FALSE) { m1 <- ARIMAforecast(log(gdp)) m1 <- ARIMAvalidate(m1) }
Run the code above in your browser using DataLab