ARIMAestim | R Documentation |
Estimates and forecasts ARIMA models
ARIMAestim(m)
m |
an object of type |
ARIMAestim
estimates and forecasts a time series using
an ARIMA model
The same input object with the appropriate fields filled in, in particular:
p |
Estimated parameters |
yFor |
Forecasted values of output |
yForV |
Variance of forecasted values of output |
ySimul |
Bootstrap simulations for forecasting distribution evaluation |
Diego J. Pedregal
ARIMA
, ARIMAforecast
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAsetup(log(gdp))
m1 <- ARIMAestim(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.