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.

In[1]:=
Click for copyable input
X

Use TimeSeriesModelFit to automatically decide the time series process family, process orders, and process parameters.

In[2]:=
Click for copyable input
X
Out[2]=

Use the fitted model in TimeSeriesForecast to predict future values of time series.

In[3]:=
Click for copyable input
X
Out[3]=

Compute mean squared errors of the forecast.

In[4]:=
Click for copyable input
X
Out[4]=

Use TimeSeriesThread to create error bands.

In[5]:=
Click for copyable input
X
In[6]:=
Click for copyable input
X
Out[6]=
de es ja pt-br zh