SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016
157 www.erpublication.org

Abstract— The Trafficaccidentfrequencyhasbeenincreasing
inEgyptinthe recentyears for many reasons (human, place, and
time). This paper aims to find the best model for the annual
traffic accidents statistics in Egypt from 2005 to 2015 and make
a prediction of the number of annual traffic accidents likely to
occur in future. The analysis of time series data of traffic
accidents is presented using the classical statistical methods and
Box-Jenkins methodology to build ARIMA model.
Index Terms— Time series analysis, classical statistical
methods, forecasting, ARIMA, traffic accident.
I. INTRODUCTION
Victims due to traffic accidents are more than 5000 of death
and 22000 injures with different hurts, annually. Economical
loses are 2 % from national total income according to data of
Egyptian society for protection from traffic accidents. Traffic
accidents are considered the second reason for death in Egypt
and 80 % of victims are between 15 and 45 years old (Ali
(2009)). For that, this paper analyzes and predicts the future
traffic accidents using statistics methods.
Time series models have been the basis for process behavior
studies or metrics over a period of time. There are many
application areas of time series models such as sales
forecasting, weather forecasting, and inventory studies. In
decisions that involve factor of uncertainty of the future, time
series models have been found one of the most effective
methods of forecasting (Makridakis et al, 1998) .
Time series data often have time-dependent moments (e.g.
mean, variance, skewness, kurtosis).The mean or variance of
many time series increases over time.This is a property is
called nonstationarity. Astationary time series have mean,
variance, and autocorrelation function that are essentially
constant through time.
Among the most important models of time series analysis is
the model of ARIMA which has been introduced by Box and
Jenkins.The Box and Jenkins model assumes that the time
series is stationary. For nonstationary time series, Box and
Jenkins recommend differencing of one or more time series
to achieve stationarity. This produces an ARIMA model (auto
regressive (AR), Integrated (I) and the moving average (MA)
).
Ali (2009) decided three main factors (human, place and
time) which have the most effect on the traffic accidents in
Egypt. Momani (2009) presented the time series analysis
rainfall data in Jordanand studied the Box-Jenkins
methodology to build ARIMA model for monthly rainfall data
taken for Amman airport station for the period from
Abeer S. Mohamed, Department of Statistics, Faculty of Commerce (Girls'
Branch), Al-Azhar University
1922-1999 with a total of 936 readings. ARIMA (1, 0, 0) (0,
1,1)12 model was developed.
Tularam and Mahbub (2010) examined a large data set
involving more than 50 years of rainfall and temperature
where spectral analysis and time series analysis-ARIMA
methodology were used to analyze climatic trends and
interactions.
Balogun etal (2014) analyzed a data set collected from
Nigerian traffic accidents using time series approach. The
data collected spanned the period between 1989 to 2008.
They found that the best model was AR (1) for annual data.
Mutangi (2015) analyzed the data of traffic accidents in
Zimbabwe by three ARIMA models which were suggested
based on the ACF and PACF plots of the differenced series.
These were ARIMA(0,1,0), ARIMA(1,1,0) and
ARIMA(1,1,1) and he decided that ARIMA (0,1,0) was the
best model for the Zimbabwe annual Traffic Accidents data.
II. THE TIME SERIES ANALYSIS
A time series is a sequential set of data points, measured
typically over successive times. It is mathematically defined
as a set of vectors yt, t=0,1,2, … where, the subscript t is the
time point at which y is observed (Pankratz (1983)).
According to Chatfield (1987) time series is a collection of
observation segmental in time at regular intervals. There are
four factors affecting time series observations: the trend
effect, the seasonal effect, cyclical effect and random
variation. The majority of the time series contains a trend
effect either increasing or decreasing, therefore it's the most
important effect that must be studied when analyzing the time
series. This analysis can be done by several methods such as
the classic approaches, least square method (OLS) , matrices,
semi average, quadratic trend model and moving average
method (MA) .
The Box-Jenkins methodology which is known by ARIMA
models will be introduced, ARIMA model as a non-stationary
time series model is made stationary by applying finite
differencing of the data points. The mathematical formulation
of the ARIMA has (p,d,q) form where p, d and q are integers
greater than or equal to zero and refer to the order of the
autoregressive (p), the order of difference (d), and the order of
moving average (q) parts of the model .The integer d controls
the level of differencing where d equal 1 is generally enough
in most cases. When d is equal to 0, then it reduces to an
ARMA(p,q) models. The linear regression is estimated as it
follows.
tot ty   1 (2.1)
Where tot andy  ,,, 1 are the current observation,
constant of regression line, the regression coefficient and the
Statistical Analysis of Traffic Accidents time series in
Egypt Using Classical Methods and Box and Jenkins
Models
Abeer S. Mohamed
Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models
158 www.erpublication.org
random errors which satisfy independent identical
distribution (i.i.d) (normal distribution with mean equal zero
and constant variance) respectively. Then the estimate of
equation (2.1) can be written as shown in equation (2.2).
ty o 1
ˆˆˆ   (2.2)
III. THE DATA SET
The time series data set (shown in Table 1 and figure 1)
presents the number of the traffic accidents according to the
Central Agency for Public Mobilization and Statistics
(CAPMAS) in Egypt.
Table 1: The Traffic Accidents from 2005 to 2015
Year
Accident
Numbers
2005 21352
2006 18061
2007 22900
2008 20938
2009 22793
2010 24371
2011 16830
2012 15516
2013 15578
2014 14403
2015 14548
Figure 1: The observed values
IV. THE CLASSICAL METHODS
This section presnts the classical method to analyze the data
set (in table 1) and presents the method accuracy by using
some accuracy measures such as the mean absolute deviation
MAD,MAPE and mean square error MSE.The classical time
series analysis method decomposes the time series function yt
= f(t) into up to four componentsMcClave and Synch(2001).
1.Trend: a long-term monotonic change of the average level
of the time series.
2.The Trade Cycle: a long wave in the time series.
3.The Seasonal Component: fluctuations in time series that
recur during specific time periods.
4.The Residual component: the influences on the time series
that are not explained by the other three components.
4.1 the least square method OLS
The equation (2.2) is solved using the OLS method as it
follows.
2
11
2
1 1 1
1
)(
ˆ

  

  


 n
i
n
i
n
i
n
i
n
i
tt
ttn
ytytn
 (4.1)
n
t
tand
n
y
ywhere
ty
n
i
n
i
t
t
to
 


11
1 ,ˆˆ 
(4.2)
By solving (4.1) and (4.2), the regression line can be written
as it follows.
tyt 77.7941.23613ˆ  (4.3)
The predictive values are shown in Table (2), the graph of
predictive and observed data is shown in Figure (2), and the
statistical analysis is presented in tables 3,4 and 5.
Table 2: The Predictive Values using OLS
Year(t) yt tyˆ
1(2005) 21352 22818.66
2(2006) 18061 22024.22
3(2007) 22900 21229.78
4(2008) 20938 20435.34
5(2009) 22793 19640.9
6(2010) 24371 18846.46
7(2011) 16830 18052.02
8(2012) 15516 17257.58
9(2013) 15578 16463.14
10(2014) 14403 15668.7
11(2015) 14548 14874.26
12(2016) 14075.86
Figure 2: The observation and predictive values using
OLS method
Table 3: Model Summary
Model R R Square Adjusted R
Square
Std. Error of
the Estimate
1 .710a
.504 .449 2756.30749
a. Predictors: (Constant), year
Table 4: ANOVAa
Model Sum of Squares Df Mean Square F Sig.
1
Regression 69483005.682 1 69483005.682 9.146 .014b
Residual 68375079.045 9 7597231.005
Total 137858084.727 10
a. Dependent Variable: number of accident
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016
159 www.erpublication.org
b. Predictors: (Constant), year
Table 5: Coefficientsa
Model Unstandardized
Coefficients
Standardized
Coefficients
t Sig.
B Std. Error Beta
1
(Constant) 23613.182 1782.421 13.248 .000
year -794.773 262.804 -.710 -3.024 .014
a. Dependent Variable: number of accidents


n
i
te
n
MAD
12
1
=2413.34
(4.4)


n
i
te
n
MSE
1
2
2
1
=7597236
(4.5)


n
i i
t
y
e
n
MAPE
12
1
=11
(4.6)
Where ttt yye ˆ
4.2 The Matrices Method
To solve the equation (2.2) using matrices, we can rewrite
(2.2) as it follows.
ttt XY ˆ (4.7)
where
 







































  



 

n
t
t
n
t
t
n
t
n
t
n
t
n
t
n
t
TTo
t
ty
y
nt
tt
ttn
yXXX
1
1
1
11
2
1 1
22
1
1
)(
1
ˆ
ˆ
ˆ



(4.8)








76.794
2.23613ˆ
t
,
Then
tyt 77.7941.23613ˆ  (4.9)
This method gives approximately the same resultsas that of
OLS method.
4.3 The Moving Average (MA) Method
Moving average(MA) method is one of widely known
technical indicators used to predict the future data in time
series analysis. The moving average is extremely useful
for forecasting long-term trendswhere the average represents
the “middling” value of a set of numbers. First of all, the
period of the moving average has to be decided and for this
data set the period of 3 values is estimated for the
observations shown in Tables5 and 6 and Figure 3.
Table 6: The Predictive Values using MA method
yt
Moving
summation
(MS) )(3
ˆ
periodMA
MS
yt 
21352
18061 62313 20771
22900 61899 20633
20938 66631 22210.33
22793 68102 22700.67
24371 63994 21331.67
16830 56717 18905.67
15516 47924 15974.67
15578 45497 15165.67
14403 44529 14843
14548
Figure 3: The observation and predictive values using
MA method


n
i
te
n
MAD
12
1
=1418.62
(4.10)


n
i
te
n
MSE
1
2
2
1
=3136740.44
(4.11)
16
2
1
1


 
n
i i
t
y
e
n
MAPE (4.12)
4.4 The Semi Average Method
To solve the equation (2.2) using the semi average method,
time series data is divided into two equations to be solvedto
find the parameters of (2.2). Because the data have odd
observations, then we must delete the observation number
six as it follows.
111 ty o   (4.13)
3,8.21208 11  ty
222 ty o   (4.14)
9,15375 11  ty
Then
tyt 3.9727.24125ˆ  (4.15)
Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models
160 www.erpublication.org
The predictive values and real data are illustrated in table (7)
and Figure (4)
Table 7:The Predictive Values using semi average
year yt tyˆ
1 21352 23153.4
2 18061 22181.1
3 22900 21208.8
4 20938 20236.5
5 22793 19264.2
6 24371 18291.9
7 16830 17319.6
8 15516 16347.3
9 15578 15375
10 14403 14402.7
11 14548 13430.4
Figure (4): The observation and predictive values using
semi average method
4.6754
2
1
1


 
n
i
te
n
MAD
(4.16)
22.8355713
2
1
1
2


 
n
i
te
n
MSE
(4.17)
4.24
2
1
1


 
n
i i
t
y
e
n
MAPE
(4.18)
4.5 The quadratic trend model
In some cases, a linear trend is inadequate to capture the trend
of a time series. A natural generalization of the linear trend
model is the polynomial trend model as in equation (4.19).
yt = β0 + β1t + β2t2
+ … + βptp
(4.19)
where p is a positive integer.
The quadratic linear trend model is a special case of the
polynomial trend model (p=1), (for economic time series we
almost never require p > 2). Then the equation (4.19) can be
written as it follows.
yt = β0 + β1t + β2t2
(4.20)
By using Minitap 17, the equationis estimated as it follows.
yt= 20129+774 t+126.8t2
(4.21)
The equation (4.21), the predictive and actual values are
illustrated in Figure (5).
Figure (5): The observation and predictive values using
quadratic trend model
1923
2
1
1


 
n
i
te
n
MAD
(4.22)
10
2
1
1


 
n
i i
t
y
e
n
MAPE (4.23)
V. THE BOX AND JENKINS METHODOLOGY
Box - Jenkins analysis refers to a systematic method of
identifying, fitting, checking, and forecasting. Identification
determines the appropriate values of p, d, & q using the ACF,
PACF, and unit root tests (p is the AR order, d is the
integration order, q is the MA order).Estimation estimates an
ARIMA model using values of p, d, & q. Diagnostic checking
checks residuals of estimated ARIMA model(s) to check if
they are white noise.Forecasting produces sample forecasts or
set aside last few data points for in-sample forecasting.The
Box-Jenkins model assumes that the time series is stationary
and it recommends differencing non-stationary series one or
more times to achieve stationarity (Box et al (1994)).
Using integrated autoregressive, moving average (ARIMA)
time series model is appropriate for time series of medium to
long length.
),0(~
,,
......
2
1111



t
qp
tqtqtptptt
errorrondomthe
andMAofparameterARofparameter
yyyyy  
In this section the four steps (identification, estimation,
checking and forecasting)
are discussed.
5.1 Autocorrelation Function (ACF)
Autocorrelation Function (ACF) computes the correlation
between different lags of a series. The ACF ( k ) represents
the degree of persistence over respective lags of a variable.
The autocorrelation function is presented in Figure (6)




 
 n
1i
2
t
1
0
)y-y(
))((
n
i
ktt
k
k
yyyy



(5.2)
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016
161 www.erpublication.org
ACF (0) = 1, ACF (k) = ACF (-k)
321
1.0
0.8
0.6
0.4
0.2
0.0
-0.2
-0.4
-0.6
-0.8
-1.0
Lag
Autocorrelation
Autocorrelation Function for acc.no
(with 5% significance limits for the autocorrelations)
Figure (6): The Autocorrelation Function
Figure (6) proved that the ACF decreases quickly after one
lag which means thatthe model AR becomes stationary after
one difference.
5.2The Partial Autocorrelation Function (PACF)
The Partial Autocorrelation Function (PACF) expresses
information useful in determining the order of an ARIMA
model (Box et al(1994)). PACF coefficient θkk is the
correlation between ytand yt-k after omitting the effect of
yt-1,…,yt-k-1. The lag k partial autocorrelation is the partial
regression coefficient, in the kth
order autoregression.
yt = θk1yt-1 + θk2yt-2 + …+ θkkyt-k + εt
(5.3)
PACF is represented in Figure (7).
321
1.0
0.8
0.6
0.4
0.2
0.0
-0.2
-0.4
-0.6
-0.8
-1.0
Lag
PartialAutocorrelation
Partial Autocorrelation Function for acc.no
(with 5% significance limits for the partial autocorrelations)
Figure (7): The Partial Autocorrelation Function
Figure (7) shows that the PACF decreases quickly after one
lag. This means that the model MA is of order one. From ACF
and PACF, we can judge that the number of traffic accidents
appropriate model is ARIMA(1,1,1) and this concludes
identification step.
tttt yyy    1111
(5.4)
Then the parameters will be estimated and the estimation
using spss 21is presented in Table 8 and 9. The residual
statistic is also presented in Table 9.
Table 8 : Parameter estimation
Type Coef SE Coef T P
AR1 0.2315 0.4662 0.50 0.635
MA1 0.9088 03957 2.30 0.055
constant -576.7 166.6 -3.46 0.011
111 9088.02315.07.576   ttt yyy (5.5)
Table 9:The Model Fit
Fit Statistic Mean
Stationary R-squared 0.265
R-squared 0.408
RMSE 3491.332
MAPE 12.111
MSE 10282406
MAE 2317.429
MaxAE 4044.052
Normalized BIC 17.237
Thediagnostic step depends on ACF and PACF of residuals of
the data which are illustrated in Figure 9 and 10.
21
1.0
0.8
0.6
0.4
0.2
0.0
-0.2
-0.4
-0.6
-0.8
-1.0
Lag
Autocorrelation
ACF of Residuals for acc.no
(with 5% significance limits for the autocorrelations)
Figure (8)autocorrelation for the residuals of model
ARIMA(1,1,1)
21
1.0
0.8
0.6
0.4
0.2
0.0
-0.2
-0.4
-0.6
-0.8
-1.0
Lag
PartialAutocorrelation
PACF of Residuals for acc.no
(with 5% significance limits for the partial autocorrelations)
Figure9: partial autocorrelation for the residuals of
model ARIMA(1,1,1)
Table10: Model statistics
Model Model Fit statistics Ljung-Box
Q(18)
acc.no-Model_1
1
Stationary
R-squared
MAE DF
.
00.275 2340.675
Figure (8), (9) and Table (10) illustrate the residuals of the
model following random pattern. There is no correlation
between the random errors (from Ljung-Box) which means
that the model represents the data. This concludes the
Forecastingfinal step where the current data will be
introduced in Table 11 and Figure 10.
Table 11:The Predictive Values using ARIMA(1,1,1) ;
95% limits.
Period Forecast Lower Upper Actual
2008 20165.1 13878.9 26451.4 20938.0
2009 18955.3 12350.0 25560.6 22793.0
2010 18098.5 11411.4 24785.6 24371.0
Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models
162 www.erpublication.org
2011 17323.4 10586. 24059.9 16830.0
2012 16567.3 9787.8 23346.7 15516.0
2013 15815.5 8994.8 22636.2 15578.0
2014 15064.7 8203.3 21926.2 14403.0
2015 14314.2 7412.3 21216.1 15578.0
2016 13563.7 6621.7 20505.8
2017 12813.3 5831.3 19795.3
2018 12062.8 5041.1 19084.5
151413121110987654321
25000
20000
15000
10000
5000
Time
acc.no
Time Series Plot for acc.no
(with forecasts and their 95% confidence limits)
Figure (10):The observation and predictive values using
ARIMA(1,1,1)
VI. THE CONCLUSIONS
Ranging global rate of road death toll per 10 thousand
vehicles, between 10 and 12 dead, but he arrives in Egypt to
25 people, twice the world average, and also has a death toll
of road accidents per 100 km in Egypt, 131 people were
killed, while the global average ranges between 4 and 20
people, which means that the rate in Egypt more than 30 times
the global average, and also the cruelty of the incident tells us
that Egypt is happening with 22 people per 100 wounded,
while the global average 3 deaths per 100 injured.
Therefore this paper has presented the results of the statistical
analysis of traffic accidents data in Egypt and also many
models. The traffic accidents data was statistically analyzed
by classical method and Box and Jenkins method. Among the
classical methods quadratic trend linear method was the best
because of its least values of accuracy measures (MAPE,
MAD, and MSE). Box and Jenkins was the best in
representing the time series data. Because the classical
method treats the regression relationship as deterministic, it is
very sensitive to any data update. Time series have many
stochastic trends and the Box and Jenkins model can be
modified to accommodate any data update it can be checked.
REFERENCE
[1] Ali, S. A (2009). Traffic accident in Egypt -2 factorsaffect on traffic
accident in Egypt. Journal of Engineering Sciences, Assiut
University, Vol. 37, No. 2, pp.483-505, March 2009.
[2] Box,G. E. P G. Jenkins,M. and Reinsel.G. C. (1994).Time Series
Analysis, Forecasting and Control, 3rd ed. Prentice Hall, Englewood
Clifs, NJ.
[3] Balogun ,O.S. Awoeyo, O.O and Dawodu, O.O.(2014).Use of time
series analysis of road data in Lagos state. International Journal of
Advanced Research (2014), Volume 2, Issue 5, 1045-1059.
[4] Chatfield .C. (1987). The Analysis of Time Series. An Introduction.
London Chapman and Hall (Third Edition).
[5] McClave,J.T. and Synch, T.(2001). Statistics for Business and
Economics. Prentice Hall..
[6] Mutangi, K.(2015). Time Series Analysis of Road Traffic Accidents in
Zimbabwe. International Journal of Statistics and Applications 2015,
5(4): 141-149
[7] Momani, M and Nill,P.N (2009). Time Series Analysis Model for
Rainfall Data in Jordan:Case Study for Using Time Series Analysis.
American Journal of Environmental Sciences 5 (5): 599-604
[8] Pankratz, A (1983).forecasting with univariat Box-Jenkins models
concepts and cases. Jon Willy&sons.New York.
[9] Makridakis,S. G, Wheelwright,S. C. and Hyndman ,R J. (1998).
Forecasting: Methods And Applications. Jon Willy & Sons, New
York.
[10]Tularam, G.A. and Mahbub, I.(2010). Time Series Analysis of
Rainfall and Temperature Interactions in Coastal Catchments. Journal
of Mathematics and Statistics 6 (3): 372-380
Abeer Sayed is a assistant professor in the
faculty of Commerce, Statistics Department, AlAzhar
University. She got her Doctor of philosophy (Ph.D.), Master
of Science (M.Sc.), and B.Sc. from the same department. Her
area of interest includes statistics, data analytics, Big data,
and data mining.

More Related Content

What's hot

Accident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case StudyAccident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case Studyiosrjce
 
A multiplicative time series model
A multiplicative time series modelA multiplicative time series model
A multiplicative time series modelMohammed Awad
 
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)Franco Bontempi
 
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)Franco Bontempi
 
Simulation of the physics of flight
Simulation of the physics of flightSimulation of the physics of flight
Simulation of the physics of flightpmilano
 
ANALYSIS OF PRODUCTION PERFORMANCE OF TAMILNADU NEWSPRINT AND PAPERS LTD – C...
ANALYSIS OF PRODUCTION PERFORMANCE OF  TAMILNADU NEWSPRINT AND PAPERS LTD – C...ANALYSIS OF PRODUCTION PERFORMANCE OF  TAMILNADU NEWSPRINT AND PAPERS LTD – C...
ANALYSIS OF PRODUCTION PERFORMANCE OF TAMILNADU NEWSPRINT AND PAPERS LTD – C...Editor IJCATR
 
Time Series Project
Time Series ProjectTime Series Project
Time Series ProjectJason Eber
 
A review of advanced linear repetitive scheduling methods and techniques
A review of advanced linear repetitive scheduling methods and techniquesA review of advanced linear repetitive scheduling methods and techniques
A review of advanced linear repetitive scheduling methods and techniquesAsadullah Malik
 
Demand time series analysis and forecasting
Demand time series analysis and forecastingDemand time series analysis and forecasting
Demand time series analysis and forecastingM Baddar
 
X Bar And S Charts Mini Tutorial
X Bar And S Charts Mini TutorialX Bar And S Charts Mini Tutorial
X Bar And S Charts Mini Tutorialahmad bassiouny
 
Landfill site selection salahadin university
Landfill site selection salahadin universityLandfill site selection salahadin university
Landfill site selection salahadin universityluqman geotechnic
 
Using of intelligent communicational devices in controlling road structural w...
Using of intelligent communicational devices in controlling road structural w...Using of intelligent communicational devices in controlling road structural w...
Using of intelligent communicational devices in controlling road structural w...IOSR Journals
 
Traffic volume survey
Traffic volume surveyTraffic volume survey
Traffic volume surveyRashed Alam
 
IRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET Journal
 

What's hot (20)

Accident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case StudyAccident Analysis At The Black Spot: A Case Study
Accident Analysis At The Black Spot: A Case Study
 
A multiplicative time series model
A multiplicative time series modelA multiplicative time series model
A multiplicative time series model
 
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART I)
 
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)
RISK ANALYSIS FOR SEVERE TRAFFIC ACCIDENTS IN ROAD TUNNELS (PART II)
 
Aq4201280292
Aq4201280292Aq4201280292
Aq4201280292
 
Simulation of the physics of flight
Simulation of the physics of flightSimulation of the physics of flight
Simulation of the physics of flight
 
ANALYSIS OF PRODUCTION PERFORMANCE OF TAMILNADU NEWSPRINT AND PAPERS LTD – C...
ANALYSIS OF PRODUCTION PERFORMANCE OF  TAMILNADU NEWSPRINT AND PAPERS LTD – C...ANALYSIS OF PRODUCTION PERFORMANCE OF  TAMILNADU NEWSPRINT AND PAPERS LTD – C...
ANALYSIS OF PRODUCTION PERFORMANCE OF TAMILNADU NEWSPRINT AND PAPERS LTD – C...
 
Time Series Project
Time Series ProjectTime Series Project
Time Series Project
 
Traffic studies
Traffic studiesTraffic studies
Traffic studies
 
A review of advanced linear repetitive scheduling methods and techniques
A review of advanced linear repetitive scheduling methods and techniquesA review of advanced linear repetitive scheduling methods and techniques
A review of advanced linear repetitive scheduling methods and techniques
 
R chart
R chartR chart
R chart
 
Demand time series analysis and forecasting
Demand time series analysis and forecastingDemand time series analysis and forecasting
Demand time series analysis and forecasting
 
Speed study analysis
Speed study analysisSpeed study analysis
Speed study analysis
 
X bar and-r_charts
X bar and-r_chartsX bar and-r_charts
X bar and-r_charts
 
X Bar And S Charts Mini Tutorial
X Bar And S Charts Mini TutorialX Bar And S Charts Mini Tutorial
X Bar And S Charts Mini Tutorial
 
Landfill site selection salahadin university
Landfill site selection salahadin universityLandfill site selection salahadin university
Landfill site selection salahadin university
 
X‾ and r charts
X‾ and r chartsX‾ and r charts
X‾ and r charts
 
Using of intelligent communicational devices in controlling road structural w...
Using of intelligent communicational devices in controlling road structural w...Using of intelligent communicational devices in controlling road structural w...
Using of intelligent communicational devices in controlling road structural w...
 
Traffic volume survey
Traffic volume surveyTraffic volume survey
Traffic volume survey
 
IRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban CentreIRJET- Study on Vehicular Emission in Trivandrum Urban Centre
IRJET- Study on Vehicular Emission in Trivandrum Urban Centre
 

Similar to Statistical analysis of traffic accidents in Egypt using classical time series methods and Box-Jenkins models

Aviation Analysis.pptx
Aviation Analysis.pptxAviation Analysis.pptx
Aviation Analysis.pptxSwethaM492950
 
Cost based industrial rectifying sampling inspection
Cost based industrial rectifying sampling inspectionCost based industrial rectifying sampling inspection
Cost based industrial rectifying sampling inspectionIAEME Publication
 
Consequences of Road Traffic Accident in Nigeria: Time Series Approach
Consequences of Road Traffic Accident in Nigeria: Time Series Approach Consequences of Road Traffic Accident in Nigeria: Time Series Approach
Consequences of Road Traffic Accident in Nigeria: Time Series Approach Editor IJCATR
 
Circular Traffic Signs Recognition Using The Number of Peaks Algorithm
Circular Traffic Signs Recognition Using The Number of Peaks AlgorithmCircular Traffic Signs Recognition Using The Number of Peaks Algorithm
Circular Traffic Signs Recognition Using The Number of Peaks AlgorithmCSCJournals
 
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHA
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHATIME SERIES ANALYSIS ON TRANSPORT IN ODISHA
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHAIAEME Publication
 
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...IAEME Publication
 
Modeling and predicting the monthly rainfall in tamilnadu
Modeling and predicting the monthly rainfall in tamilnaduModeling and predicting the monthly rainfall in tamilnadu
Modeling and predicting the monthly rainfall in tamilnaduiaemedu
 
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Waqas Tariq
 
9. the efficiency of volatility financial model with
9. the efficiency of volatility financial model with9. the efficiency of volatility financial model with
9. the efficiency of volatility financial model withikhwanecdc
 
Control Chart Analysis of Ek/M/1 Queueing Model
Control Chart Analysis of Ek/M/1 Queueing Model Control Chart Analysis of Ek/M/1 Queueing Model
Control Chart Analysis of Ek/M/1 Queueing Model IJMER
 
Time alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataTime alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataIJCSES Journal
 
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsMultivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsCemal Ardil
 
Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...ijaia
 
Realtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementRealtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementijcsit
 
Central moments of traffic delay at a signalized intersection
Central moments of traffic delay at a signalized intersectionCentral moments of traffic delay at a signalized intersection
Central moments of traffic delay at a signalized intersectionAlexander Decker
 
Modelling traffic flows with gravity models and mobile phone large data
Modelling traffic flows with gravity models and mobile phone large dataModelling traffic flows with gravity models and mobile phone large data
Modelling traffic flows with gravity models and mobile phone large dataUniversity of Salerno
 
710201909
710201909710201909
710201909IJRAT
 

Similar to Statistical analysis of traffic accidents in Egypt using classical time series methods and Box-Jenkins models (20)

Aviation Analysis.pptx
Aviation Analysis.pptxAviation Analysis.pptx
Aviation Analysis.pptx
 
Cost based industrial rectifying sampling inspection
Cost based industrial rectifying sampling inspectionCost based industrial rectifying sampling inspection
Cost based industrial rectifying sampling inspection
 
Consequences of Road Traffic Accident in Nigeria: Time Series Approach
Consequences of Road Traffic Accident in Nigeria: Time Series Approach Consequences of Road Traffic Accident in Nigeria: Time Series Approach
Consequences of Road Traffic Accident in Nigeria: Time Series Approach
 
Circular Traffic Signs Recognition Using The Number of Peaks Algorithm
Circular Traffic Signs Recognition Using The Number of Peaks AlgorithmCircular Traffic Signs Recognition Using The Number of Peaks Algorithm
Circular Traffic Signs Recognition Using The Number of Peaks Algorithm
 
I1037175
I1037175I1037175
I1037175
 
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHA
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHATIME SERIES ANALYSIS ON TRANSPORT IN ODISHA
TIME SERIES ANALYSIS ON TRANSPORT IN ODISHA
 
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...
Modeling and predicting the monthly rainfall in tamilnadu as a seasonal multi...
 
Modeling and predicting the monthly rainfall in tamilnadu
Modeling and predicting the monthly rainfall in tamilnaduModeling and predicting the monthly rainfall in tamilnadu
Modeling and predicting the monthly rainfall in tamilnadu
 
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
 
9. the efficiency of volatility financial model with
9. the efficiency of volatility financial model with9. the efficiency of volatility financial model with
9. the efficiency of volatility financial model with
 
20120140503019
2012014050301920120140503019
20120140503019
 
Control Chart Analysis of Ek/M/1 Queueing Model
Control Chart Analysis of Ek/M/1 Queueing Model Control Chart Analysis of Ek/M/1 Queueing Model
Control Chart Analysis of Ek/M/1 Queueing Model
 
Time alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor dataTime alignment techniques for experimental sensor data
Time alignment techniques for experimental sensor data
 
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidentsMultivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
Multivariate high-order-fuzzy-time-series-forecasting-for-car-road-accidents
 
Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...
 
Realtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementRealtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagement
 
Central moments of traffic delay at a signalized intersection
Central moments of traffic delay at a signalized intersectionCentral moments of traffic delay at a signalized intersection
Central moments of traffic delay at a signalized intersection
 
20120140503022
2012014050302220120140503022
20120140503022
 
Modelling traffic flows with gravity models and mobile phone large data
Modelling traffic flows with gravity models and mobile phone large dataModelling traffic flows with gravity models and mobile phone large data
Modelling traffic flows with gravity models and mobile phone large data
 
710201909
710201909710201909
710201909
 

More from Engineering Research Publication (20)

Ijetr042339
Ijetr042339Ijetr042339
Ijetr042339
 
Ijetr042336
Ijetr042336Ijetr042336
Ijetr042336
 
Ijetr042335
Ijetr042335Ijetr042335
Ijetr042335
 
Ijetr042334
Ijetr042334Ijetr042334
Ijetr042334
 
Ijetr042330
Ijetr042330Ijetr042330
Ijetr042330
 
Ijetr042329
Ijetr042329Ijetr042329
Ijetr042329
 
Ijetr042328
Ijetr042328Ijetr042328
Ijetr042328
 
Ijetr042327
Ijetr042327Ijetr042327
Ijetr042327
 
Ijetr042322
Ijetr042322Ijetr042322
Ijetr042322
 
Ijetr042321
Ijetr042321Ijetr042321
Ijetr042321
 
Ijetr042319
Ijetr042319Ijetr042319
Ijetr042319
 
Ijetr042318
Ijetr042318Ijetr042318
Ijetr042318
 
Ijetr042316
Ijetr042316Ijetr042316
Ijetr042316
 
Ijetr042313
Ijetr042313Ijetr042313
Ijetr042313
 
Ijetr042309
Ijetr042309Ijetr042309
Ijetr042309
 
Ijetr042301
Ijetr042301Ijetr042301
Ijetr042301
 
Ijetr042201
Ijetr042201Ijetr042201
Ijetr042201
 
Ijetr042195
Ijetr042195Ijetr042195
Ijetr042195
 
Ijetr042192
Ijetr042192Ijetr042192
Ijetr042192
 
Ijetr042191
Ijetr042191Ijetr042191
Ijetr042191
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 

Statistical analysis of traffic accidents in Egypt using classical time series methods and Box-Jenkins models

  • 1. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016 157 www.erpublication.org  Abstract— The Trafficaccidentfrequencyhasbeenincreasing inEgyptinthe recentyears for many reasons (human, place, and time). This paper aims to find the best model for the annual traffic accidents statistics in Egypt from 2005 to 2015 and make a prediction of the number of annual traffic accidents likely to occur in future. The analysis of time series data of traffic accidents is presented using the classical statistical methods and Box-Jenkins methodology to build ARIMA model. Index Terms— Time series analysis, classical statistical methods, forecasting, ARIMA, traffic accident. I. INTRODUCTION Victims due to traffic accidents are more than 5000 of death and 22000 injures with different hurts, annually. Economical loses are 2 % from national total income according to data of Egyptian society for protection from traffic accidents. Traffic accidents are considered the second reason for death in Egypt and 80 % of victims are between 15 and 45 years old (Ali (2009)). For that, this paper analyzes and predicts the future traffic accidents using statistics methods. Time series models have been the basis for process behavior studies or metrics over a period of time. There are many application areas of time series models such as sales forecasting, weather forecasting, and inventory studies. In decisions that involve factor of uncertainty of the future, time series models have been found one of the most effective methods of forecasting (Makridakis et al, 1998) . Time series data often have time-dependent moments (e.g. mean, variance, skewness, kurtosis).The mean or variance of many time series increases over time.This is a property is called nonstationarity. Astationary time series have mean, variance, and autocorrelation function that are essentially constant through time. Among the most important models of time series analysis is the model of ARIMA which has been introduced by Box and Jenkins.The Box and Jenkins model assumes that the time series is stationary. For nonstationary time series, Box and Jenkins recommend differencing of one or more time series to achieve stationarity. This produces an ARIMA model (auto regressive (AR), Integrated (I) and the moving average (MA) ). Ali (2009) decided three main factors (human, place and time) which have the most effect on the traffic accidents in Egypt. Momani (2009) presented the time series analysis rainfall data in Jordanand studied the Box-Jenkins methodology to build ARIMA model for monthly rainfall data taken for Amman airport station for the period from Abeer S. Mohamed, Department of Statistics, Faculty of Commerce (Girls' Branch), Al-Azhar University 1922-1999 with a total of 936 readings. ARIMA (1, 0, 0) (0, 1,1)12 model was developed. Tularam and Mahbub (2010) examined a large data set involving more than 50 years of rainfall and temperature where spectral analysis and time series analysis-ARIMA methodology were used to analyze climatic trends and interactions. Balogun etal (2014) analyzed a data set collected from Nigerian traffic accidents using time series approach. The data collected spanned the period between 1989 to 2008. They found that the best model was AR (1) for annual data. Mutangi (2015) analyzed the data of traffic accidents in Zimbabwe by three ARIMA models which were suggested based on the ACF and PACF plots of the differenced series. These were ARIMA(0,1,0), ARIMA(1,1,0) and ARIMA(1,1,1) and he decided that ARIMA (0,1,0) was the best model for the Zimbabwe annual Traffic Accidents data. II. THE TIME SERIES ANALYSIS A time series is a sequential set of data points, measured typically over successive times. It is mathematically defined as a set of vectors yt, t=0,1,2, … where, the subscript t is the time point at which y is observed (Pankratz (1983)). According to Chatfield (1987) time series is a collection of observation segmental in time at regular intervals. There are four factors affecting time series observations: the trend effect, the seasonal effect, cyclical effect and random variation. The majority of the time series contains a trend effect either increasing or decreasing, therefore it's the most important effect that must be studied when analyzing the time series. This analysis can be done by several methods such as the classic approaches, least square method (OLS) , matrices, semi average, quadratic trend model and moving average method (MA) . The Box-Jenkins methodology which is known by ARIMA models will be introduced, ARIMA model as a non-stationary time series model is made stationary by applying finite differencing of the data points. The mathematical formulation of the ARIMA has (p,d,q) form where p, d and q are integers greater than or equal to zero and refer to the order of the autoregressive (p), the order of difference (d), and the order of moving average (q) parts of the model .The integer d controls the level of differencing where d equal 1 is generally enough in most cases. When d is equal to 0, then it reduces to an ARMA(p,q) models. The linear regression is estimated as it follows. tot ty   1 (2.1) Where tot andy  ,,, 1 are the current observation, constant of regression line, the regression coefficient and the Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models Abeer S. Mohamed
  • 2. Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models 158 www.erpublication.org random errors which satisfy independent identical distribution (i.i.d) (normal distribution with mean equal zero and constant variance) respectively. Then the estimate of equation (2.1) can be written as shown in equation (2.2). ty o 1 ˆˆˆ   (2.2) III. THE DATA SET The time series data set (shown in Table 1 and figure 1) presents the number of the traffic accidents according to the Central Agency for Public Mobilization and Statistics (CAPMAS) in Egypt. Table 1: The Traffic Accidents from 2005 to 2015 Year Accident Numbers 2005 21352 2006 18061 2007 22900 2008 20938 2009 22793 2010 24371 2011 16830 2012 15516 2013 15578 2014 14403 2015 14548 Figure 1: The observed values IV. THE CLASSICAL METHODS This section presnts the classical method to analyze the data set (in table 1) and presents the method accuracy by using some accuracy measures such as the mean absolute deviation MAD,MAPE and mean square error MSE.The classical time series analysis method decomposes the time series function yt = f(t) into up to four componentsMcClave and Synch(2001). 1.Trend: a long-term monotonic change of the average level of the time series. 2.The Trade Cycle: a long wave in the time series. 3.The Seasonal Component: fluctuations in time series that recur during specific time periods. 4.The Residual component: the influences on the time series that are not explained by the other three components. 4.1 the least square method OLS The equation (2.2) is solved using the OLS method as it follows. 2 11 2 1 1 1 1 )( ˆ            n i n i n i n i n i tt ttn ytytn  (4.1) n t tand n y ywhere ty n i n i t t to     11 1 ,ˆˆ  (4.2) By solving (4.1) and (4.2), the regression line can be written as it follows. tyt 77.7941.23613ˆ  (4.3) The predictive values are shown in Table (2), the graph of predictive and observed data is shown in Figure (2), and the statistical analysis is presented in tables 3,4 and 5. Table 2: The Predictive Values using OLS Year(t) yt tyˆ 1(2005) 21352 22818.66 2(2006) 18061 22024.22 3(2007) 22900 21229.78 4(2008) 20938 20435.34 5(2009) 22793 19640.9 6(2010) 24371 18846.46 7(2011) 16830 18052.02 8(2012) 15516 17257.58 9(2013) 15578 16463.14 10(2014) 14403 15668.7 11(2015) 14548 14874.26 12(2016) 14075.86 Figure 2: The observation and predictive values using OLS method Table 3: Model Summary Model R R Square Adjusted R Square Std. Error of the Estimate 1 .710a .504 .449 2756.30749 a. Predictors: (Constant), year Table 4: ANOVAa Model Sum of Squares Df Mean Square F Sig. 1 Regression 69483005.682 1 69483005.682 9.146 .014b Residual 68375079.045 9 7597231.005 Total 137858084.727 10 a. Dependent Variable: number of accident
  • 3. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016 159 www.erpublication.org b. Predictors: (Constant), year Table 5: Coefficientsa Model Unstandardized Coefficients Standardized Coefficients t Sig. B Std. Error Beta 1 (Constant) 23613.182 1782.421 13.248 .000 year -794.773 262.804 -.710 -3.024 .014 a. Dependent Variable: number of accidents   n i te n MAD 12 1 =2413.34 (4.4)   n i te n MSE 1 2 2 1 =7597236 (4.5)   n i i t y e n MAPE 12 1 =11 (4.6) Where ttt yye ˆ 4.2 The Matrices Method To solve the equation (2.2) using matrices, we can rewrite (2.2) as it follows. ttt XY ˆ (4.7) where                                                   n t t n t t n t n t n t n t n t TTo t ty y nt tt ttn yXXX 1 1 1 11 2 1 1 22 1 1 )( 1 ˆ ˆ ˆ    (4.8)         76.794 2.23613ˆ t , Then tyt 77.7941.23613ˆ  (4.9) This method gives approximately the same resultsas that of OLS method. 4.3 The Moving Average (MA) Method Moving average(MA) method is one of widely known technical indicators used to predict the future data in time series analysis. The moving average is extremely useful for forecasting long-term trendswhere the average represents the “middling” value of a set of numbers. First of all, the period of the moving average has to be decided and for this data set the period of 3 values is estimated for the observations shown in Tables5 and 6 and Figure 3. Table 6: The Predictive Values using MA method yt Moving summation (MS) )(3 ˆ periodMA MS yt  21352 18061 62313 20771 22900 61899 20633 20938 66631 22210.33 22793 68102 22700.67 24371 63994 21331.67 16830 56717 18905.67 15516 47924 15974.67 15578 45497 15165.67 14403 44529 14843 14548 Figure 3: The observation and predictive values using MA method   n i te n MAD 12 1 =1418.62 (4.10)   n i te n MSE 1 2 2 1 =3136740.44 (4.11) 16 2 1 1     n i i t y e n MAPE (4.12) 4.4 The Semi Average Method To solve the equation (2.2) using the semi average method, time series data is divided into two equations to be solvedto find the parameters of (2.2). Because the data have odd observations, then we must delete the observation number six as it follows. 111 ty o   (4.13) 3,8.21208 11  ty 222 ty o   (4.14) 9,15375 11  ty Then tyt 3.9727.24125ˆ  (4.15)
  • 4. Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models 160 www.erpublication.org The predictive values and real data are illustrated in table (7) and Figure (4) Table 7:The Predictive Values using semi average year yt tyˆ 1 21352 23153.4 2 18061 22181.1 3 22900 21208.8 4 20938 20236.5 5 22793 19264.2 6 24371 18291.9 7 16830 17319.6 8 15516 16347.3 9 15578 15375 10 14403 14402.7 11 14548 13430.4 Figure (4): The observation and predictive values using semi average method 4.6754 2 1 1     n i te n MAD (4.16) 22.8355713 2 1 1 2     n i te n MSE (4.17) 4.24 2 1 1     n i i t y e n MAPE (4.18) 4.5 The quadratic trend model In some cases, a linear trend is inadequate to capture the trend of a time series. A natural generalization of the linear trend model is the polynomial trend model as in equation (4.19). yt = β0 + β1t + β2t2 + … + βptp (4.19) where p is a positive integer. The quadratic linear trend model is a special case of the polynomial trend model (p=1), (for economic time series we almost never require p > 2). Then the equation (4.19) can be written as it follows. yt = β0 + β1t + β2t2 (4.20) By using Minitap 17, the equationis estimated as it follows. yt= 20129+774 t+126.8t2 (4.21) The equation (4.21), the predictive and actual values are illustrated in Figure (5). Figure (5): The observation and predictive values using quadratic trend model 1923 2 1 1     n i te n MAD (4.22) 10 2 1 1     n i i t y e n MAPE (4.23) V. THE BOX AND JENKINS METHODOLOGY Box - Jenkins analysis refers to a systematic method of identifying, fitting, checking, and forecasting. Identification determines the appropriate values of p, d, & q using the ACF, PACF, and unit root tests (p is the AR order, d is the integration order, q is the MA order).Estimation estimates an ARIMA model using values of p, d, & q. Diagnostic checking checks residuals of estimated ARIMA model(s) to check if they are white noise.Forecasting produces sample forecasts or set aside last few data points for in-sample forecasting.The Box-Jenkins model assumes that the time series is stationary and it recommends differencing non-stationary series one or more times to achieve stationarity (Box et al (1994)). Using integrated autoregressive, moving average (ARIMA) time series model is appropriate for time series of medium to long length. ),0(~ ,, ...... 2 1111    t qp tqtqtptptt errorrondomthe andMAofparameterARofparameter yyyyy   In this section the four steps (identification, estimation, checking and forecasting) are discussed. 5.1 Autocorrelation Function (ACF) Autocorrelation Function (ACF) computes the correlation between different lags of a series. The ACF ( k ) represents the degree of persistence over respective lags of a variable. The autocorrelation function is presented in Figure (6)        n 1i 2 t 1 0 )y-y( ))(( n i ktt k k yyyy    (5.2)
  • 5. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-5, Issue-3, July 2016 161 www.erpublication.org ACF (0) = 1, ACF (k) = ACF (-k) 321 1.0 0.8 0.6 0.4 0.2 0.0 -0.2 -0.4 -0.6 -0.8 -1.0 Lag Autocorrelation Autocorrelation Function for acc.no (with 5% significance limits for the autocorrelations) Figure (6): The Autocorrelation Function Figure (6) proved that the ACF decreases quickly after one lag which means thatthe model AR becomes stationary after one difference. 5.2The Partial Autocorrelation Function (PACF) The Partial Autocorrelation Function (PACF) expresses information useful in determining the order of an ARIMA model (Box et al(1994)). PACF coefficient θkk is the correlation between ytand yt-k after omitting the effect of yt-1,…,yt-k-1. The lag k partial autocorrelation is the partial regression coefficient, in the kth order autoregression. yt = θk1yt-1 + θk2yt-2 + …+ θkkyt-k + εt (5.3) PACF is represented in Figure (7). 321 1.0 0.8 0.6 0.4 0.2 0.0 -0.2 -0.4 -0.6 -0.8 -1.0 Lag PartialAutocorrelation Partial Autocorrelation Function for acc.no (with 5% significance limits for the partial autocorrelations) Figure (7): The Partial Autocorrelation Function Figure (7) shows that the PACF decreases quickly after one lag. This means that the model MA is of order one. From ACF and PACF, we can judge that the number of traffic accidents appropriate model is ARIMA(1,1,1) and this concludes identification step. tttt yyy    1111 (5.4) Then the parameters will be estimated and the estimation using spss 21is presented in Table 8 and 9. The residual statistic is also presented in Table 9. Table 8 : Parameter estimation Type Coef SE Coef T P AR1 0.2315 0.4662 0.50 0.635 MA1 0.9088 03957 2.30 0.055 constant -576.7 166.6 -3.46 0.011 111 9088.02315.07.576   ttt yyy (5.5) Table 9:The Model Fit Fit Statistic Mean Stationary R-squared 0.265 R-squared 0.408 RMSE 3491.332 MAPE 12.111 MSE 10282406 MAE 2317.429 MaxAE 4044.052 Normalized BIC 17.237 Thediagnostic step depends on ACF and PACF of residuals of the data which are illustrated in Figure 9 and 10. 21 1.0 0.8 0.6 0.4 0.2 0.0 -0.2 -0.4 -0.6 -0.8 -1.0 Lag Autocorrelation ACF of Residuals for acc.no (with 5% significance limits for the autocorrelations) Figure (8)autocorrelation for the residuals of model ARIMA(1,1,1) 21 1.0 0.8 0.6 0.4 0.2 0.0 -0.2 -0.4 -0.6 -0.8 -1.0 Lag PartialAutocorrelation PACF of Residuals for acc.no (with 5% significance limits for the partial autocorrelations) Figure9: partial autocorrelation for the residuals of model ARIMA(1,1,1) Table10: Model statistics Model Model Fit statistics Ljung-Box Q(18) acc.no-Model_1 1 Stationary R-squared MAE DF . 00.275 2340.675 Figure (8), (9) and Table (10) illustrate the residuals of the model following random pattern. There is no correlation between the random errors (from Ljung-Box) which means that the model represents the data. This concludes the Forecastingfinal step where the current data will be introduced in Table 11 and Figure 10. Table 11:The Predictive Values using ARIMA(1,1,1) ; 95% limits. Period Forecast Lower Upper Actual 2008 20165.1 13878.9 26451.4 20938.0 2009 18955.3 12350.0 25560.6 22793.0 2010 18098.5 11411.4 24785.6 24371.0
  • 6. Statistical Analysis of Traffic Accidents time series in Egypt Using Classical Methods and Box and Jenkins Models 162 www.erpublication.org 2011 17323.4 10586. 24059.9 16830.0 2012 16567.3 9787.8 23346.7 15516.0 2013 15815.5 8994.8 22636.2 15578.0 2014 15064.7 8203.3 21926.2 14403.0 2015 14314.2 7412.3 21216.1 15578.0 2016 13563.7 6621.7 20505.8 2017 12813.3 5831.3 19795.3 2018 12062.8 5041.1 19084.5 151413121110987654321 25000 20000 15000 10000 5000 Time acc.no Time Series Plot for acc.no (with forecasts and their 95% confidence limits) Figure (10):The observation and predictive values using ARIMA(1,1,1) VI. THE CONCLUSIONS Ranging global rate of road death toll per 10 thousand vehicles, between 10 and 12 dead, but he arrives in Egypt to 25 people, twice the world average, and also has a death toll of road accidents per 100 km in Egypt, 131 people were killed, while the global average ranges between 4 and 20 people, which means that the rate in Egypt more than 30 times the global average, and also the cruelty of the incident tells us that Egypt is happening with 22 people per 100 wounded, while the global average 3 deaths per 100 injured. Therefore this paper has presented the results of the statistical analysis of traffic accidents data in Egypt and also many models. The traffic accidents data was statistically analyzed by classical method and Box and Jenkins method. Among the classical methods quadratic trend linear method was the best because of its least values of accuracy measures (MAPE, MAD, and MSE). Box and Jenkins was the best in representing the time series data. Because the classical method treats the regression relationship as deterministic, it is very sensitive to any data update. Time series have many stochastic trends and the Box and Jenkins model can be modified to accommodate any data update it can be checked. REFERENCE [1] Ali, S. A (2009). Traffic accident in Egypt -2 factorsaffect on traffic accident in Egypt. Journal of Engineering Sciences, Assiut University, Vol. 37, No. 2, pp.483-505, March 2009. [2] Box,G. E. P G. Jenkins,M. and Reinsel.G. C. (1994).Time Series Analysis, Forecasting and Control, 3rd ed. Prentice Hall, Englewood Clifs, NJ. [3] Balogun ,O.S. Awoeyo, O.O and Dawodu, O.O.(2014).Use of time series analysis of road data in Lagos state. International Journal of Advanced Research (2014), Volume 2, Issue 5, 1045-1059. [4] Chatfield .C. (1987). The Analysis of Time Series. An Introduction. London Chapman and Hall (Third Edition). [5] McClave,J.T. and Synch, T.(2001). Statistics for Business and Economics. Prentice Hall.. [6] Mutangi, K.(2015). Time Series Analysis of Road Traffic Accidents in Zimbabwe. International Journal of Statistics and Applications 2015, 5(4): 141-149 [7] Momani, M and Nill,P.N (2009). Time Series Analysis Model for Rainfall Data in Jordan:Case Study for Using Time Series Analysis. American Journal of Environmental Sciences 5 (5): 599-604 [8] Pankratz, A (1983).forecasting with univariat Box-Jenkins models concepts and cases. Jon Willy&sons.New York. [9] Makridakis,S. G, Wheelwright,S. C. and Hyndman ,R J. (1998). Forecasting: Methods And Applications. Jon Willy & Sons, New York. [10]Tularam, G.A. and Mahbub, I.(2010). Time Series Analysis of Rainfall and Temperature Interactions in Coastal Catchments. Journal of Mathematics and Statistics 6 (3): 372-380 Abeer Sayed is a assistant professor in the faculty of Commerce, Statistics Department, AlAzhar University. She got her Doctor of philosophy (Ph.D.), Master of Science (M.Sc.), and B.Sc. from the same department. Her area of interest includes statistics, data analytics, Big data, and data mining.