3.1.1 The Three Stages of ARIMA Modelling
3.1.1 The Three Stages of ARIMA Modelling
The Box-Jenkins model uses iterative three-stage modeling approach which is:
1. The Model Identification and Model Selection: making sure that the variables are
and using plots of the autocorrelation and partial autocorrelation functions of the dependent time
series to decide which (if any) autoregressive or moving average component should be used in the
model.
best fit the selected ARIMA model. The most common methods use maximum likelihood
univariate process. In particular, the residuals should be independent of each other and constant in
mean and variance over time (plotting the mean and variance of residuals over time and performing
a Ljung-Box test or plotting autocorrelation and partial autocorrelation of the residuals are helpful
to identify misspecification). If the estimation is inadequate, we have to return to step one and
The mean absolute percentage error (MAPE) also known as mean absolute
1 𝐴𝑡 −𝐹𝑡
M=𝑛 ∑𝑛𝑡=1 | | × 100
𝐴𝑡
The difference between 𝐴𝑡 and 𝐹𝑡 is divided by the actual value again. The absolute value
in this calculation is summed for every forecasted point in time and divided by the number
of fitted point’s n.
3.2 METHODOLOGY
AVERAGE
The gathered data from Cagayan de Oro City will be used for conducting time series
It assures that the data did not possess any seasonal behavior. The test was also
The time series plot of a data is used to discuss if the stationarity of the data exists.
If the time series varies about fixed level and has a constant mean and constant variance
ARIMA processes which might provide a good fit to the data. Looking at the measure of
accuracy values had led to model selection tools using the MAPE.