Predicting Elevator Traffic Flow Using SAS

Predicting-Elevator-Traffic-Flow-Using-SAS
Figure 2: Average traffic flow of a building in 15 working days

The Statistical Analysis System (SAS) software is used, and its results are verified with measured data.

by Xu Ruiying, Yao Lianghong, Yu Kun and Wan Jianru

High-rise and super-high-rise buildings have been trends of the construction industry in recent years. However, the problem of vertical traffic needs to be solved. Reasonable elevator selection and disposition play an important role in effectively using building area and reasonably distributing passenger flow. Because traffic-flow prediction is necessary for elevator selection and group-control simulation, the elevator traffic flow of buildings must be predicted accurately in order to achieve a reasonable selection of elevator configuration. So, it is very important to study elevator traffic flow prediction.[1]

This article analyzes the properties of elevator traffic flow then uses SAS software to predict elevator traffic flow. The Autoregressive Integrated Moving Average (ARIMA) modeling method is then used to build the prediction model of the traffic flow. The method is verified with the measured data of a Tianjin, China, building. Excellent prediction performance is exhibited by comparing the experimental and measured data. The simulation and experimental results show that the model can effectively predict elevator traffic flow. Finally, this paper provides an idea of elevator selection and disposition based on the study.

Elevator Traffic-Flow Analysis

Properties

Elevator traffic-flow analysis mostly depends on building type.[2] This study’s object is an office building. The elevator traffic-flow property of an office building appears relatively stationary, because people in office buildings usually work and rest regularly. This property makes it possible and necessary to analyze and predict traffic flow. Elevator traffic flow is described by the number, occurring period and distribution of passengers on each floor.[3] In practical analysis, only part of these data can reflect elevator traffic flow characteristics in a building. These include the number of passengers entering and leaving the entrance hall and total passenger flow in the building per 5-min. interval.

A group of data obtained within each interval is considered the elevator traffic-flow time series. Elevator traffic flow can be analyzed and predicted by all the methods used in a time series. The prediction process begins with researching condition, data and experience. After analysis and judgment, a model is built according to a theory and method. Then, results are verified, and this method is reused to resolve future problems.

Time-Series Properties

The traffic-flow time series needs to be preprocessed before building an elevator traffic-flow model. The method of modeling should be chosen after correctly judging the series property. Series preprocessing contains two important parts: stationary and pure randomness testing. Time series can be classified as different types, and different methods are used in different types.

Stationary Testing

The degree to which a time series is stationary is the premise of modeling. This attribute is commonly defined by characteristic statistics. The statistical properties of a time series are considered to be determined by its low-order matrix. So, if the low-order matrix of time series is stationary, the main property of the series can be guaranteed to be approximately stationary.

Judging the property according to sequence diagramming and autocorrelations are two main testing methods. Sequence diagramming of a stationary series shows the series randomly waving around a constant in a bounded range. If the series sequence diagram shows an obvious trend or periodicity, the series is usually not stationary. The degree to which it is stationary can be judged by an autocorrelations diagram, because a stationary series has the property of short-term correlation. Along with the rising of a lagging period, autocorrelation of a stationary series will quickly decrease to zero, while autocorrelation of a non-stationary series usually decreases slowly.

Pure Randomness Testing

It is also necessary to know that the sequence values have close correlation; thus, the prediction can be realized by mining effective information from historical data through modeling. If the sequence values have no correlation, the series is viewed as valueless in statistical analysis. To make sure the series is worth being analyzed, a pure randomness test should be taken, which usually constructs the test statistic “Ljung-Box.”

ARIMA Model

If the preprocessing of the elevator traffic-flow time series is found to be non stationary, smooth processing must first be carried out. Then, the performance should be analyzed in accordance with the stationary time-series model. The effective and common smoothing processing is the differential operational method. It is guaranteed, in theory, by Cramer’s decomposition theorem that the proper order of difference must be fully deterministic information extraction. For the non-stationary series that displayed stationary properties after difference, the ARIMA model is used for prediction. Modeling steps are as follows (Figure 1):

Obtain observing series.

Take the stationary test. If the result shows the series is stationary, take step 4; otherwise, take step 3.

Find the difference in the original series.

Make white-noise verification for the stationary series. If the result shows the series is a white-noise series, take step 6; otherwise, take step 5.

Fit the ARIMA model with the stationary and non-white-noise series.

End.

SAS Software Application

Introduction of SAS Software

In this paper, the model has built in SAS software, which has a special economic and time series module for analyzing economical and time series. Moreover, it has the advantage of a simple programming language, powerful output function and precise analysis result. The SAS system’s high data storage ability gives it an incomparable advantage in analyzing data.

Build Model in SAS Software

The ARIMA modeling method contains three stages: the model-identification, parameter-estimation/diagnostic-testing and predicting stages.[4] The ARIMA model in SAS is realized through the PROC ARIMA process. Its basic form is described as follows:

PROCARIMA DATA=time series dataset OUT=output forecasting dataset;

WHERE conditional expression: IDENTIFY VAR=variable(…)<option list>;

ESTIMATE<option list>;

FORECAST<option list>;

RUN;.

Application Case

Elevator traffic flow begins as a non-stationary time series, but it can become stationary after one order of difference. Thus, the ARIMA method can be used to model and fit elevator traffic flow.

In this article, the building passenger flow will be studied over 16 working days. Values examined are the total number of passengers in and out of the building per 5 min. from 7 a.m. to 7 p.m. One hundred forty-four data points were obtained (Figure 2). 

To simplify the model, calculate the average values of the first 15 days according to a corresponding time point as the 16th series. The validity of the model involves fitting the average of the first 15 sets of data with predicting the 16th set.

Name of Variable = x
Mean of Working Series17.375
Standard Deviation10.74572
Number of Observations144
Table 1: Description of average traffic-flow information

After inputting the average values into the program, we get several messages, through which the initialization of the program is completed:

  1. Obtain observed values, with the descriptive information of average traffic flow shown below (in this case, Table 1).
  2. Determine sequence stability: from observing the autocorrelation parameter values of average traffic flow, it can be found from the experiment results that the speed of autocorrelation coefficient reducing to zero is very slow. The autocorrelation coefficient is positive in the long delay period, then becomes negative. The time series of elevator traffic flow is proved to be made up of non-stationary sequences.
  3. The original series needs to be stabilized. Through observing autocorrelation values after difference, we can find that a series after one order of difference has strong self correlation, which basically corresponds with the stationary series’ property. So, the one-order-difference series can be regarded as the stationary series.
  4. Take the white-noise test for the stationary first-order differential sequence. According to the information of the white-noise test, when а equals 0.05, the statistical value P is less than а, indicating that the sequence is not a white-noise one.
  5. Fit the stationary and non-white-noise sequence of the ARIMA model after the first-order difference.
Name of Variable = x
Period(s) of Difference1
Mean of Working Series0.006993
Standard Deviation3.448921
Number of Observations143
Observation(s) eliminated by differencing1
Table 2: Differential sequence data

Sequence values are then input to test the validity of the series and the degree to which it is stationary. Once the data is obtained, the ARIMA model can be fit and executed to obtain corresponding information and predict the result. After inputting the data into the modeling program, we get several messages:

  1. Differential sequence data is shown in Table 2.
  2. Through observing autocorrelation values after difference, we can find that the series after one order of difference has strong self correlation, which basically corresponds with the stationary series property. So, the one-order-difference series can be regarded as a stationary series.
  3. Determining the optimum order, corresponding information is shown in Table 3. Because the autocorrelation lag order and moving average lag order are all less than 5, appears in ARIMA(3,0). So, model AR(3) is chosen to build the model.
  4. After analyzing the information carefully and with the help of least-squares estimation theory, we can get the specific formula of the model that fits (Table 4).
  5. The model that fits is used to conduct a short-term prediction. The result is shown in Table 4.
Minimum Information Criterion
LagsMA 0MA 1MA 2MA 3MA 4MA 5
AR02.133392.1137252.1441062.1226762.1372962.124878
AR12.106532.1163162.1414622.1277972.1170822.08291
AR22.123872.1336582.1650092.1363272.124072.110371
AR32.060322.0867832.1124962.1184522.1306922.119557
AR42.076592.0865912.1097942.125662.1571382.149176
AR52.067452.0704892.1024242.1171472.1492792.183758
Error series model: AR(16)
Minimum Table Value: BIC(3,0)=2.060321
Table 3: Optimal differential sequence determining orders
Forecasts for variable x
ObsForecastStandard Error95% ConfidenceLimits
1452.29783.3267-4.22248.8180
1462.13324.6150-6.912111.1785
1471.92585.9233-9.683713.5353
Table 4: Output of the prediction model: values stand for (l-r) serial number of sequence value, forecasting value, standard error of forecasting value, 95% lower confidence limit and 95% upper confidence limit. The forecasting accuracy of the model can be obtained by comparing the forecasting values with the practical data of the 16th day.

The model fitting and forecasting curves are shown in Figure 3. From this, we can get that the forecasting traffic-flow data of the 16th day accurately fit the practical data, which verifies the validity of the ARIMA model in fitting and forecasting.

 Finally, traffic flow of the new similar building can be predicted according to the historical elevator traffic-flow data of the interior building, providing the basis for reasonable selection and configuration of the elevators. The conveying efficiency of the elevators and area-utilization rate of the building are further improved.

Summary

The properties of the elevator traffic flow using the SAS program to realize the ARIMA model have been analyzed. The elevator traffic flow is also predicted with the help of this model. Validity and accuracy of the prediction model are verified by the prediction output graphics of test data.

Based on the study, it can be concluded that the valuable elevator traffic-flow data set can be obtained by the data-processing method of calculating the average in prediction of elevator traffic flow, and collecting and saving the traffic data of the constructed building. These data will be used to input into the ARIMA model in the prediction of elevator traffic flow. The forecast values combined with the practical building parameters can be used as the basis for elevator configuration.

Acknowledgement

This research was supported by General Administration of Quality Supervision, Inspection and Quarantine Nonprofit Industry Specialized Research Funding (No. 201310153).

References
[1] Jianru, Wan and Yuefeng, Yang. “Research on Elevator Model Selection and Configuration and Optimization Design,” China Elevator, 2009, 20(19).
[2] Barney, G.C.; dos Santos, S.M. Elevator Traffic Analysis, Design and Control. London: IEE Peter Peregrinus, 1985.
[3] Huang, Min; Baotong, Cui; and Shusheng, Gu. “Forecast of Elevator Traffic Flow Based on Wavelet Neural Network Theory,” Control and Decision, 2006, 21(5): 589-592.
[4] Dewen Zhu. “Statistical and Dynamic Properties of Elevator Traffic.” China Elevator, 2003, 14(4): 23-27.
Xu Ruiying, Yao Lianghong, Yu Kun and Wan Jianru

Xu Ruiying, Yao Lianghong, Yu Kun and Wan Jianru

Xu Ruiying is a graduate student at Tianjin University in Tianjin, China. Her special field of interest includes power electronics.
Yao Lianghong is a senior engineer at the Guangdong Institute of Special Equipment Inspection and Research in Guangdong, China.
Yu Kun is a senior engineer in Guangdong Institute of Special Equipment Inspection and Research.
Wan Jianru is a professor at Tianjin University. His special fields of interest include power electronics, electric drives and elevator technology.

Get more of Elevator World. Sign up for our free e-newsletter.

Please enter a valid email address.
Something went wrong. Please check your entries and try again.
The scenic lifts at Oxford University

Traditional Lift Products

Business-moves-of-all-kinds-around-the-world

Business moves of all kinds around the world

Coming-to-America

Coming to America

Matching-the-Industrialist-Theme

Matching the Industrialist Theme

Abu-Dhabis-Landmark-Tower

Abu Dhabi’s Landmark Tower

ALGI-Hydraulics

ALGI Hydraulics

Elevator-World---Fallback-Image

Is It Hot in Here?

Kieckhefer-Elevator

Kieckhefer Elevator