Sie sind auf Seite 1von 10

TRANSPORTATION RESEARCH RECORD 1678 Paper No.

99-1213 179

Application of Subset Autoregressive


Integrated Moving Average Model for
Short-Term Freeway Traffic
Volume Forecasting
SANGSOO LEE AND DANIEL B. FAMBRO

Traffic volume is one of the fundamental types of data that have been used The combined transformation and pattern matching technique was
for the traffic control and planning process. Forecasting needs and efforts also investigated for short-term traffic volume forecasting at cross
for various applications will be increased with the deployment of ad- sections (8).
vanced traffic management systems. With the importance of the short-
The time-series technique has been widely used in the area of traf-
term traffic forecasting task, numerous techniques have been utilized to
improve its accuracy. The use of the subset autoregressive integrated mov- fic forecasting. Ahmed and Cook used the Box and Jenkins method to
ing average (ARIMA) model for short-term traffic volume forecasting is forecast freeway traffic volume (9). A comparison of two autoregres-
investigated. A typical time-series modeling procedure was employed for sive integrated moving average (ARIMA) models was conducted
this study. Model identification was carried out with Akaike’s informa- to select a proper model for the use of freeway traffic volume fore-
tion criterion. The conditional maximum likelihood method was used for casting (10). Several ARIMA and autoregressive moving average
the parameter estimation process. Two white noise tests were applied for (ARMA) models were investigated, and four models were suggested
model verification. From the analysis results, four time-series models in
for forecasting truck traffic volume (11). An application of the classi-
different categories were identified and used for the one-step-ahead fore-
casting task. The performance of each model was evaluated using two sta- fication motive to the ARIMA model was conducted with Kohonen
tistical error estimates. Results showed that all time-series models self-organizing maps (12). A comparative study on the time-series
performed well with reasonable accuracy. However, it was observed model and the neural network model with 5-min traffic volume data
that the subset ARIMA model gave more stable and accurate results was discussed (13). The performance of the time-series model and the
than other time-series models, especially a full ARIMA model. It is neural network model was also compared using 30-min traffic vol-
believed that the use of a subset ARIMA model could increase the accu- ume data (14). Each study concluded that one out of the two studies
racy of the short-term forecasting task within time-series models.
was better than the other, indicating that the performance of the
models was subject to data and model structures. A seasonal ARIMA
Traffic volume is one of the fundamental types of data for traffic model was employed in order to predict urban freeway flow (15).
control and the general planning process. Within the advanced traf- In this study the performance of the subset ARIMA modeling
fic management system context, the role of accurate and reliable process for short-term freeway traffic forecasting was investigated. It
traffic volume data is important and crucial to satisfy the objectives has the same model structure as a typical ARIMA model but there are
of intelligent transportation systems. As a general trend, transporta- fewer parameters in the model. Thus, a general time-series modeling
tion systems tend to become more responsive and sophisticated, and process could be used for the study. Model identification was per-
forecasts of future status are in great demand. Historically, traffic formed on the basis of Akaike’s information criterion (AIC) instead
forecasting has been considered a useful tool to improve the sys- of the Box and Jenkins method. Two white noise tests were described
tem’s functions and purposes. Short-term traffic forecasting has for the model verification process. Four types of time-series models
been needed for several applications (1): tactical decisions and traf- were identified in different categories and used for forecasting. The
fic system operations, advanced warning in monitoring systems, and exponential smoothing method was utilized to compare the forecast-
implementation and control of long-range plans. Forecast results can ing accuracy of the time-series models. One-step-ahead forecasting
be utilized within demand-responsive ramp-metering control envi- was completed, and the performance of each model was analyzed and
ronments. Furthermore, accurate forecasts are important for imple- discussed in terms of both error measures and error trends.
mentation and evaluation of real-time control strategies in a feedback In the following sections, a brief review of the time-series model-
system. ing process is provided with the model definition. A description
Numerous techniques have been used in the area of traffic fore- of data collection follows. Next, study results are described, and
conclusions are presented.
casting. Ross employed the exponential filtering technique for traf-
fic volume forecasting (2). The nonparametric forecasting method
was applied using the k-nearest-neighbor approach to forecast short-
BACKGROUND
term freeway traffic (3). The Kalman filtering method was used
for traffic volume forecasting (4,5). Traffic forecasting has been
ARIMA Model
studied by use of back-propagation neural network models (6,7 ).

Department of Civil Engineering, Room 301C, CE/TTI Tower, Texas A&M A time series {Yt} is an ARIMA process of orders ( p, d, q) if Yt
University, College Station, TX 77843-3135. satisfies
180 Paper No. 99-1213 TRANSPORTATION RESEARCH RECORD 1678

(1 − L)d − Yt = Zt (1) Model Identification

where Zt is the stationary ARMA process satisfying The selection of a proper model that best fits a data set is an impor-
tant process in time-series analysis. Two popular methods that have
P q been used for this process are the Box and Jenkins method and the
∑ α j Zt − j = ∑ β k et − k (2) minimum AIC. The Box and Jenkins method uses characteristics of
j =0 k =0
the estimated autocorrelation and partial autocorrelation function of
the original or differenced series to decide the order p and q. Akaike
L is defined as a backward shift operator, and p and q are the orders (18) suggested a statistical model identification method, and the AIC
of autoregressive process and moving average process, respectively. for the ARMA (p, q) process is defined as
α = (α1 . . . , αp)T and β = (β1, . . . , βq)T are coefficients and et are
sequences of independent and identically distributed N (0, σ2) ran- AIC(r ) = n log σˆ 2r + 2 r (5)
dom deviates. This model was proposed by Box and Jenkins (16 )
and has been widely used for forecasting and control purposes be- where σ$ 2r is the maximum likelihood estimate of the error variance,
cause it can handle both stationary and nonstationary time-series and n and r are the number of realizations and parameters, respec-
data. The simplest version of the ARIMA model is the random walk tively. The first part measures how well the model fits to the data,
process when the orders are p = q = 0, and d = 1. whereas the second part gives a penalty for having too many para-
meters. Most of the previous studies were conducted using the Box
and Jenkins approach. When the time-series data are either a pure
autoregressive or moving average process, the Box and Jenkins
Subset ARIMA Model
approach will be sufficient to obtain proper orders for the data.
However, the simple inspection of graphs would not yield unique-
Although the typical ARIMA model has the full elements of co-
value p and q, so it is not very useful for identifying an ARMA
efficient vectors for each order, p and q, the subset ARIMA model
model when neither p nor q is 0 (19). Thus, the Box and Jenkins
is represented with only a few nonzero coefficients of the orders
method may not be efficient for the ARMA process. Ozaki con-
P, Q. It is an extended version of the ARIMA model and Zt is ducted a comparative study between the two methods (20). It was
expressed as found that the minimum AIC procedure produced almost identical
results to those of the elaborated Box and Jenkins method. A further
P Q
discussion on other methods, including Parzen’s method, the inno-
∑ θk Zt − j = ∑ γ k et − k (3)
vation regression method, and the pattern identification method, is
k =0 m=0
also available (19).
where P and Q are the orders of the autoregressive process and
moving average process, and et are sequences of independent and
identically distributed N (0, σ2) random deviates. The coefficients Parameter Estimation
are θ = (θ1, . . . , θP)T and γ = (γ1, . . . , γQ)T, and {θi, γj : θi = 0, γj =
0, some i, j}. Several methods can be used to estimate the parameters for the
ARMA ( p, q) process. The method of moment is simple and uses
the estimates of the autocorrelations. It is always efficient for the
autoregressive process through the Yule-Walker equation with sam-
Descriptive Methods ple autocorrelation. However, it is not fully efficient for the moving
average or the ARMA process. The maximum likelihood estimators
To describe the basic characteristics of the data, three graphical are found through an iterative process that tries to maximize the
techniques can be used in time series analysis: the correlogram, the ARMA log likelihood function with regard to the combined p and q
partial correlogram and the standardized residual variance. The variables. The maximum likelihood method is fully efficient, but it
correlogram is defined as a plot of the sample autocorrelation is very difficult to calculate. Box and Jenkins indicated that condi-
coefficient of lag v versus v for v = 0, 1, . . . , M for some maxi- tional likelihood can be used for the approximation of unconditional
mum lag M (17 ). The sample autocorrelation coefficient of lag v likelihood when the number of realizations is large (16 ). When et
is defined as is a Gaussian error, the conditional log likelihood associated with
parameters (α, β, σ2) can be expressed as
R(v)
ρ(v) = ( 4)
R(0) S ( α, β )
L(α, β, σ ) = − n ln σ + (6)
2σ 2
where R(v) is the sample autocovariance function. It is useful to
identify the memory types of time series data and to find out the pos- where α, β are parameter vectors and
sible periodicity of the data. Similarly, the partial correlogram is the
n
plot of the sample partial autocorrelation coefficient of lag v, which
is a correlation between time series Yt and Yt+v after removing the
S ( α, β ) = ∑ et2 (α, β Xt ) ( 7)
t =1
influence of Yt+ 1 and Yt + v−1. Standardized residual variance is defined
as the residual variances divided by the sample variance. Therefore, The sum of the square function is calculated recursively using
this value will be between zero and one, and a small value represents a conditional choice of p values of α and q values of β. Another
long memory time series-data. estimation procedure is use of regression modeling. This is because
Lee and Fambro Paper No. 99-1213 181

the ARMA process has a structure similar to that of the ordinary The s-step-ahead BLUP for the stationary ARMA process with et
regression model, and a realization Yt is regressed on the Yt −1, . . . , (0, σ2) is defined as (22)
Yt −p and et−1, . . . , et−q in order to obtain the parameters. A stepwise
regression method can be applied as an extended version of the p q

regression procedure. The stepwise regression performs deletion or ∑ α j Yn − j +1 + ∑ βi eˆn −i +1 s =1


addition of the contenders with the p-value criterion within the  j =1 i =1
 s −1
upper-bound range of the orders. 
Yˆn + s (Y1 , . . . , Yn ) = ∑ α j Yˆn − j + s (Y1 , . . . , Yn ) (12)
 j =1
 p
+ α Y
q

 ∑ j n− j + s + ∑ βi e s = 2, 3, . . .
Model Checking ˆn −i + s
 j =s i=s

The adequacy of the estimated model for the data will be deter-
mined by checking whether the residuals of the model are white where αj = 0 for j > p, and
noise. Unlike the regression analysis, the residuals are defined
as one-step-ahead prediction errors in time-series data. Two graph- 0 t = p, p − 1, . . .
ical methods for a white noise test are Bartlett’s test and the 
eˆt =  p q (13)
portmanteau test. Yt − ∑ α j Yt − j − ∑ βi eˆt −1 t = p + 1, p + 2, . . . , n
Bartlett’s test is based on the characteristics of the cumulative  j =1 i =1

periodogram in the frequency domain. It checks whether a cumula-


tive periodogram has a maximum deviation from the expected q

straight line too extreme to be reasonable under the hypothesis of ∑ βi eˆn − i + s = 0 s = q + 1, q + 2, . . .


i=s
white noise (17 ).
p

B = maximum ( n 2 ) F (ω k ) − ( k q ) (8)
∑ α j Yn − j + s = 0 s = p + 1, p + 2, . . . (14)
j=s

where F(ωk) is the cumulative periodogram, and f (ωk) is the


sample spectral density function. DATA COLLECTION

k
Study Location
∑ f (ω j )
j =1
F (ω k ) = q k = 1, . . . , q = (n 2) + 1 ( 9) Freeway traffic volume data were obtained from the TransGuide
∑ f (ω j ) system of San Antonio. TransGuide is the “smart highway” proj-
j =1 ect of the Texas Department of Transportation, which aims to
increase safety and to reduce congestion and emissions from vehi-
The portmanteau test is based on the fact that a white noise process cles. The system was designed to monitor traffic conditions, to
has zero autocorrelation coefficients for the nonzero lags. Ljung and control traffic signals, and to respond to accidents rapidly. In the
Box suggested the modified portmanteau test statistic, which showed first phase of the TransGuide project, a loop detector system was
more improved approximation to the χ 2m−p−q (21). Therefore, the installed on 42 km (26 mi) of highway. Traffic volume, speed, and
hypothesis of white noise is rejected if Q is greater than χ 2m−p−q. Usu- occupancy data were gathered at 20-s intervals from the detector
ally, an m-value between 20 and 30 will be selected for the test. Ljung system and fed into a computer network for analysis. The sub-
has shown that the properties of the Q-statistic can be improved by urban area of the central business district of San Antonio was the
selecting a smaller value of m (19). major area of interest for investment in the first phase. The Trans-
Guide network and study sites are shown in Figure 1. Two sites
m were randomly selected for the study: 10E-576.846 (Site 1) and
1 ˆ2
Q = n(n + 2)∑ ρ ( j) (10) 10E-574.623 (Site 2). Site 1 had a loop detector in the middle of
j =1 n −j
the lane on I-10 and collected the westbound traffic volume. Site 2
had four lanes in one direction, and a loop detector was installed
Forecasting on I-10 detecting eastbound volume.

Once the model has been determined for the given stationary time-
series Y1 , . . . , Yt, forecasting for h horizons will be done using the best Data Description
linear unbiased predictor (BLUP). The BLUP is a linear function of
Y1, . . . , Yt that has the smallest mean square error of any other func- The traffic volume data were collected at 5-min intervals from the
tion of Y1, . . . , Yt and has the same expected value as h horizons. The two sites. Study sites showed both morning and evening peak flow
one-step-ahead BLUP for the stationary pth-order autoregressive patterns. For each site, 15-day data with 7-h periods were collected,
process is which resulted in 2,520 data points. The first part of the 6-day data
was used for the model identification process, and the later part of
p
the data was used for the model evaluation process. Data for Site 1
Yˆn +1 (Y1 , . . . , Yn ) = ∑ α j Yn +1− j (11) were collected during the time period from 7:00 a.m. to 2:00 p.m.
j =1 in February–March 1996. Site 2 data were collected from 12:00 to
182 Paper No. 99-1213 TRANSPORTATION RESEARCH RECORD 1678

FIGURE 1 TransGuide network and study sites.

7:00 p.m. in June–July 1996. Since the traffic flow patterns were Data Analysis
different between weekday and weekend, data collection was lim-
ited to weekdays only. Some erroneous daily data that showed con- Throughout the data analysis process, the TIMESLAB program was
stant volume over multiple time periods were eliminated throughout used (17). It is a special program designed to be used only for time-
a preliminary analysis. series analysis, and it can handle both univariate and bivariate analy-
A summary of data statistics collected is given in Table 1. The ses. Raw data for the modeling process consisted of 504 data points
average traffic volume was higher in the evening period for Site 2 for Site 1, plotted in Figure 2. The traffic volume was intense and
than in the morning period for Site 1. The standard deviation showed doubled in size during the morning peak period from 7:00 a.m. to
that averaged fluctuations within a day were also wide during the 8:00 a.m. as compared with the rest of the day, but daily fluctuations
evening time period for Site 2. The first-quartile value for Site 2 was were not significant.
higher than the value of the third quartile for Site 1. The narrow Figure 3 illustrates the correlogram, partial correlogram, and stan-
interquartile range for Site 1 might indicate that the traffic volume dardized residual variance (SRV) of the raw data with lag 40. The
level was relatively constant, and most of the fluctuations resulted correlogram and partial correlogram clearly show that the data are
from the short morning peak period. strongly and linearly correlated with the adjacent data. The SRV was
calculated to be close to 0.1, indicating that the data are a long mem-
ory series. As a rule of thumb, the data are a long memory series if
STUDY RESULTS their SRV sequence becomes less than 8/n for some lags (17 ). On
the basis of these results, differencing was first applied to the raw
The whole data analysis process described in an earlier section, such data. Then the same descriptive statistics were calculated for the dif-
as model identification and relevant evaluations, was conducted for ferenced data and are plotted in Figure 4. As shown in Figure 4, the
each site. Each analysis entails a great deal of data, which are used correlogram and partial correlogram of the differenced data appear
for descriptive purposes. Because of space considerations, only the to be a white noise process. Further, the SRV was also larger than
results from the Site 1 analysis are described here. However, analysis 0.8 for lag 40, which obviously exceeds the rule-of-thumb criterion
results from both sites will be discussed. 0.016. Additional investigation with 250 lags was completed and the

TABLE 1 Averaged Statistics of Data


FIGURE 2 Plot of 5-min-interval traffic volume data (Site 1).

FIGURE 3 Description plots of raw data (Site 1).


184 Paper No. 99-1213 TRANSPORTATION RESEARCH RECORD 1678

FIGURE 4 Description plots of differenced data (Site 1).

stationary nature of the differenced data was confirmed. Therefore, subset autoregressive (SAR), full ARIMA, and subset ARIMA
cycle differencing was not applied to the raw data for this study. models. A maximum order of 30 was assigned to the autoregres-
sive model evaluation process. Within each model classification, the
Model Identification with AIC best-fitting model was selected as well as its parameters. Table 2
shows the evaluation results for Site 1. In the case of the FAR model,
For each data set, four time-series models were identified on the the best order was identified as 9 with an AIC of 3037.98. The AIC
basis of the minimum AIC criterion: the full autoregressive (FAR), was reduced to 3033.68 with the SAR model, and the best full

TABLE 2 Best Models for Site 1


Lee and Fambro Paper No. 99-1213 185

ARIMA model gave an AIC value of 3039.60. The subset ARIMA of 30. The test results of the subset ARIMA model are illustrated
model with the orders (9, 1, 2) showed the smallest AIC value. It graphically in Figure 5. The correlogram calculated is listed within
should be noted that only the ninth autoregressive order was used in the 95 percent simultaneous confidence interval, which indicates
the subset ARIMA model. As a natural consequence, parameter esti- that the subset ARIMA model selected is appropriate for the
mates were different in the magnitude and sign found between two data. A Bartlett’s test was also conducted using a cumulative peri-
models of the same classification. odogram. No outliers deviating from the 95 percent confidence
interval can be seen in Figure 5. The results also confirm that the
Two White Noise Tests residuals are white noise. The identical procedures were applied
to the remaining three models with the same criteria. Test results
The adequacy of the models selected was tested using two white showed that the other models selected were appropriate for future
noise tests. The portmanteau test was completed with an m-value evaluation.

FIGURE 5 Two white noise test results from subset ARIMA model (Site 1).
186 Paper No. 99-1213 TRANSPORTATION RESEARCH RECORD 1678

TABLE 3 Best Models for Site 2

Site 2 Results n n
∑ xi − x f ∑ ( xi − x f ) 2
Model identification and parameter estimation were also completed MAE = i =1
RMSE = i =1
(15)
n n
for Site 2. As with Site 1, four models were identified under the
same criteria and conditions. The models are given in Table 3. The
best full ARIMA model was selected with the order (6, 1, 2) and where xi is the observed traffic volume for time i, and xf is the fore-
the AIC value of 2919.11. The lowest AIC value of 2915.27 was cast traffic volume for time i. The error estimates were calculated
also found from the subset ARIMA model with four nonzero para- for the nine-day evaluation data, with 756 data points for each site,
meters. It was observed that the SAR model also gave a better AIC and the results are given in Table 4.
value than the FAR model with a small number of parameters. The In both error measures, minimum values can be found from the
validity of the models was checked for all models using two white subset ARIMA model in Site 1. The full ARIMA model gave the
noise tests. Test results confirmed that all models had a good fit for worst results in terms of both MAE and RMSE, with 21.95 and
the data. 32.73, respectively. Although there were daily fluctuations of the
performance between FAR and SAR models, both models indicated
almost identical error measures in average values. The ESM pro-
Forecasting Results duced better results than the full ARIMA model. In Site 2, maxi-
mum values of both MAE and RMSE were observed from the FAR
The models selected can be applied for forecasting future traffic model. The performance of the full ARIMA model was improved
volumes. In this paper one-step-ahead traffic volume forecasting with better model identification results. The ESM gave good results
was completed using the four time-series models identified. Fore- in terms of both MAE and RMSE criteria, with 19.74 and 26.58,
cast results from an exponential smoothing method (ESM) are also respectively. The subset ARIMA model produced the best results
included for comparison. In the ESM, the smoothing coefficient was among the models. As with Site 1, very close results were observed
determined through a calibration process of the modeling data set between the SAR and FAR models. As mentioned earlier, more
and then used in forecasting. Two statistical error measures were fluctuations were observed for Site 2. The performance of both the
used to estimate forecasting accuracy: mean absolute error (MAE) FAR and the SAR models was reduced in this environment. In gen-
and root mean squared error (RMSE). Both measures are defined as eral, random fluctuations cannot be well explained from the auto-
follows: regressive model because it gives the forecasting values only from

TABLE 4 Summary of Forecasting Error Measures


Lee and Fambro Paper No. 99-1213 187

TABLE 5 Comparison of Absolute Percent Error Distributions

previous observations and random errors. Further, an inconsistent Although fewer parameters were included within the subset
property of the AIC for an autoregressive model might be one ARIMA model, it outperformed other time-series models, espe-
of the possible explanations of the results. It is interesting to note cially the conventional full ARIMA model. It was observed that
that the subset ARIMA model shows stable results with low error the subset ARIMA model produced stable error measures as to
estimates for both sites. different levels of traffic fluctuations. The full ARIMA model
The overall average values are also given in Table 4. The ESM gave the worst results overall and slightly worse results than either
model gave the second best overall results. Although the full the full autoregressive model or the subset autoregressive model
ARIMA model gave the worst results in the overall averages, the identified.
differences were not significant as compared with both FAR and Although the four identified time-series models were the best
SAR models. A maximum difference of 0.79 can be found in the models under either the autoregressive or ARMA classification,
RMSE measure between the full ARIMA model and the SAR the performance of the models showed different forecasting error
model. Forecasting errors, however, were obviously reduced when levels. This finding might indicate that model identification is an
the subset ARIMA model was employed. important process to command the efficiency of the models. The
Compared with the average traffic volume shown in Table 1, the Box and Jenkins approach requires much skill and experience
average percent errors of the MAE values of both FAR and SAR in the ARMA process. When the data have an ARMA structure,
models for Site 1 were calculated to be 8.7 percent. The maximum proper model identification will not be guaranteed and the perfor-
percent error of MAE was found to be 9.8 percent from the full mance of the time-series model will be reduced. Therefore, the use
ARIMA model in Site 1, and all time-series models produced the of other criteria will be considered in the case of the ARMA
values within a range from 6 to 10 percent overall. process.
The absolute percent error distribution was also analyzed to On average, the ESM gave slightly better results than the time-
identify the forecasting error patterns. For each data point, the ab- series models in both error measures and patterns, except for the
solute percent error was classified into two groups and the counts subset ARIMA model. From a practical point of view, the ESM
were accumulated. The results are shown in Table 5. The ESM might be considered for a short-term forecasting task because it is
model forecast 88.1 percent of the total values within the 15 per- relatively easy to implement. However, the accuracy of the forecast
cent error range, which was the second-best performance in the can be increased with a subset ARIMA model identified properly.
overall average. Whereas the full ARIMA model gave 84.5 per- The performance of the autoregressive and full ARIMA models
cent of total counts, the subset ARIMA model showed the best might be improved with nonoptimal models, which have pseudo-
results with 92.7 percent. It was observed from the analysis results minimum AIC values and fewer parameters than the minimum
that the subset ARIMA model outperformed the other models AIC model. The possibility of overfitting might be reduced from
overall. the models in a nonoptimal class.
In general, the best model identified with the lowest AIC should
not be confused as the best predictor for future horizons. However,
it was found that the model with a low AIC produced better results
CONCLUSIONS
for the short-term forecasting task. This is because the forecast val-
ues are directly and significantly influenced by the selected model
Time-series modeling was attempted for short-term freeway traffic
structure in a short time interval.
volume forecasting. Data analysis results were discussed with each
modeling procedure. Four time-series models were identified for the
forecasting task, including the subset ARIMA model introduced.
From the analysis results, several conclusions are summarized. ACKNOWLEDGMENT
Time-series models were effective for the use of short-term fore-
casting tasks overall. All models identified showed reasonable error The authors would like to thank H. J. Newton of the Statistics
ranges, indicating that time-series modeling is an effective tool for Department at Texas A&M University for his discussion on the
forecasting purposes. content of this paper.
188 Paper No. 99-1213 TRANSPORTATION RESEARCH RECORD 1678

REFERENCES bay Metropolitan Region. Journal of Advanced Transportation, Vol. 27,


No. 3, 1993, pp. 227–249.
12. Voort, M. V., M. Dougherty, and S. Watson. Combining Kohonen
1. Nihan, N. L., and K. O. Holmesland. Use of the Box and Jenkins Time-
Maps with ARIMA Time-Series Models to Forecast Traffic Flow.
Series Technique in Traffic Forecasting. Transportation, Vol. 9, June
Transportation Research, Part C, Vol. 4, No. 5, 1996, pp. 307–318.
1980, pp. 125–143.
13. Clark, S. D., M. S. Dougherty, and H. R. Kirby. The Use of Neural Net-
2. Ross, P. Exponential Filtering of Traffic Data. In Transportation
works and Time-Series Models for Short-Term Traffic Forecasting: A
Research Record 869, TRB, National Research Council, Washington,
Comparative Study. Proceedings of Transportation Planning Methods,
D.C., 1982, pp. 43–49.
University of Manchester, England, Vol. P366, 1993, pp. 151–162.
3. Davis, G. A., and N. L. Nihan. Nonparametric Regression and Short-Term
14. Kirby, H. R., S. M. Watson, and M. S. Dougherty. Should We Use
Freeway Traffic Forecasting. Journal of Transportation Engineering,
Neural Networks or Statistical Models for Short-term Motorway
Vol. 177, No. 2, 1991, pp. 178–188.
Traffic Forecasting? International Journal of Forecasting, Vol. 13,
4. Okutani, I., and Y. J. Stephanedes. Dynamic Prediction of Traffic Vol-
1997, pp. 43–50.
ume Through Kalman Filtering Theory. Transportation Research, Part
15. Williams, B. M., P. K. Durvasula, and D. E. Brown. Urban Freeway
B, Vol. 18B, No. 1, 1984, pp. 1–11.
Traffic Flow Prediction: Application of Seasonal ARIMA and Exponen-
5. Whittaker, J., S. Garside, and K. Lindveld. Tracking and Predicting a
tial Smoothing Models. In Transportation Research Record 1644, TRB,
Network Traffic Process. International Journal of Forecasting, Vol. 13,
National Research Council, Washington, D.C., 1998, pp. 132–141.
1997, pp. 51–61.
16. Box, G. E. P., and G. M. Jenkins. Time-Series Analysis: Forecasting
6. Dougherty, M. S., H. R. Kirby, and R. D. Boyle. The Use of Neural Net-
and Control. Holden Day, San Francisco, 1976.
works to Recognize and Predict Traffic Congestion. Traffic Engineering
17. Newton, H. J. TIMESLAB: A Time-series Analysis Laboratory.
and Control, Vol. 34, No. 6, 1993, pp. 311–314.
Wadsworth and Brooks/Cole Publishing Company, 1996.
7. Dougherty, M. S., and M. R. Cobbett. Short-Term Inter-urban Traffic
18. Akaike, H. A New Look at the Statistical Model Identification. IEEE
Forecasts using Neural Networks. International Journal of Forecasting,
Transactions on Automatic Control, Vol. AC-19, No. 6, Dec. 1974,
Vol. 13, 1997, pp. 21–31.
pp. 716–723.
8. Wild, D. Short-term Forecasting based on a Transformation and Clas-
19. Choi, B. S. ARMA Model Identification. Springer-Verlag, New York,
sification of Traffic Volume Time-Series. International Journal of
1992.
Forecasting, Vol. 13, 1997, pp. 63–72.
20. Ozaki, T. On the Order Determination of ARIMA Models. Applied
9. Ahmed, M. S., and A. R. Cook. Analysis of Freeway Traffic Time-
Statistics, Vol. 26, No. 3, 1977, pp. 290–301.
Series Data by Using Box-Jenkins Techniques. In Transportation
21. Ljung, G. M., and G. E. P. Box. On a Measure of Lack of Fit in
Research Record 722, TRB, National Research Council, Washington,
Time-Series Models. Biometrika, Vol. 65, No. 2, 1978, pp. 297–303.
D.C., 1979, pp. 1–9.
22. Fuller, W. A. Introduction to Statistical Time-Series. John Wiley &
10. Levin, M., and Y.-D. Tsao. On Forecasting Freeway Occupancies and
Sons, 1996.
Volumes. In Transportation Research Record 773, TRB, National
Research Council, Washington, D.C., 1980, pp. 47– 49.
11. Dhingra, S. L., P. P. Mujumdar, and R. H. Gajjar. Application of Time- Publication of this paper sponsored by Committee on Traffic Flow Theory
Series Techniques for Forecasting Truck Traffic Attracted by the Bom- and Characteristics.

Das könnte Ihnen auch gefallen