logo

Time Series Analysis and Prediction of AirPassenger Data using ARIMA Model

   

Added on  2022-10-04

11 Pages817 Words456 Views
 | 
 | 
 | 
Name
Course
Date
Institution
Time Series Analysis and Prediction of AirPassenger Data using ARIMA Model_1

Contents
Introduction
............................................................................. 3
Descriptive Statistics
............................................................... 4
Plots .......................................................
................................... 5
ARIMA Model .............................
............................................ 7
Prediction
................................................................................. 9
Conclusion and Recommendations 2
Time Series Analysis and Prediction of AirPassenger Data using ARIMA Model_2

Introduction
Several statistical models are used for the prediction
(forecasting) of future values of data. The models include
regression models, neural networks and time series models. In
cases where the data has a time component, the time series
models are best fit for the prediction of future values.
Time series have three components: trend component, cyclic
(seasonal) component and the random component (Anderson,
2011).
This research applied time series analysis on the AirPassenger
dataset available in the R Software. An ARIMA (p, d, q) model was
developed and applied with predictions made based on the
resultant ARIMA model. Autocorrelation and Partial
autocorrelation graphs are used to determine the values of p and
q in the model (Zhu and Wang, 2010; Getis, 2010). 3
Time Series Analysis and Prediction of AirPassenger Data using ARIMA Model_3

Descriptive Statistics
The describe () function in the psych R package was
used for the descriptive statistics. The results of the
descriptive statistics are given in table below:
4
Statistic Value
Mean 280
Minimum 104
Maximum 622
Range 518
Standard Deviation 120
Kurtosis 0.57
Time Series Analysis and Prediction of AirPassenger Data using ARIMA Model_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
International Review of Financial Analysis
|12
|3242
|27

Financial Investment Analysis: Box-Jenkins Methodology, VAR Models, and Impulse Function Graphs
|22
|2630
|251

Statistics. Research Methodology in Finance
|24
|2947
|16

Box-Jenkins Approach to ARMA Models & Analysis of US CPI Data
|6
|2695
|67

Forecasting Time Series Assignment 2022
|12
|1735
|7

Components of ARIMA Model
|6
|773
|114