Time Series Analysis: Forecasting Air Passenger Numbers Using ARIMA
VerifiedAdded on 2022/10/04
|11
|817
|456
Homework Assignment
AI Summary
This assignment presents a comprehensive time series analysis of the AirPassenger dataset, employing the ARIMA (Autoregressive Integrated Moving Average) model for forecasting. The analysis begins with an introduction to time series components and the rationale for using time series models for prediction. Descriptive statistics are computed using the psych R package, followed by graphical representations of the data, including time series plots, boxplots, and decomposition plots, to visualize trends and seasonality. The study then focuses on the ARIMA model, emphasizing the importance of stationarity, which is tested using the ADF test. The values of p and q are determined from Autocorrelation and Partial Autocorrelation plots. The final ARIMA (0,1,1) model is used to predict passenger numbers over a ten-year period. The conclusion highlights the increasing trend in passenger numbers and the model's successful predictions, offering recommendations for the aviation company to prepare for future growth, including strategies for peak months. References to relevant literature are also provided.
1 out of 11