Airline Passengers
The following data contains the monthly total number of US international airline passengers (in thousands) from January 1949 to December 1960.
| In[1]:= | X |
Split the data at January 1958.
| In[2]:= | X |
| In[3]:= | X |
| Out[3]= | ![]() |
Fit a time series model to the airline passenger data before 1958.
| In[4]:= | X |
| Out[4]= | ![]() |
The forecast from 1958 to 1961 compared to the actual data.
| In[5]:= | ![]() X |
| Out[5]= | ![]() |



