Use Fitted Model to Forecast Time Series
The time series model found by TimeSeriesModelFit can be directly used in TimeSeriesForecast to forecast the time series under investigation.
Sample an ARMA(3,2) process.
Use TimeSeriesModelFit to automatically decide the time series process family, process orders, and process parameters.
Out[2]= | |
Use the fitted model in TimeSeriesForecast to predict future values of time series.
Out[3]= | |
Compute mean squared errors of the forecast.
Out[4]= | |
Use TimeSeriesThread to create error bands.
Out[6]= | |