Modelling and Forecasting Cash Withdrawals in the Bank
|
|
|
- Grant Tate
- 9 years ago
- Views:
Transcription
1 Barometr Regionalny Tom 13 nr 4 Modelling and Forecasting Cash Withdrawals in the Bank Jarosław Bielak, Andrzej Burda University of Management and Administration in Zamość, Poland Mieczysław Kowerski University of Information Technology and Management in Rzeszów, Poland Krzysztof Pancerz University of Rzeszów, Poland Abstract The goal of the paper is searching for the optimal forecasting model estimating the amount of cash withdrawn daily by the customers of one of the Polish banks by means of statistical and machine learning methods. The methodology of model creation and assessment criteria are significantly different for the models considered in the paper i.e., for ARMAX and MLP. However, the comparison of forecasts generated by both models seems to be useful. Variables and attributes reflecting the calendar effects, used in both models, in case of obtained errors of forecasts less than 20%, showed a significant, non-linear influence of this type of predictors on the amount of the daily cash withdrawals at the bank, and hence on the amount of the daily declared cash limit. Keywords: bank cash withdrawals forecasts, ARMAX and MLP models Introduction Determining the amount of money the bank has every day to ensure undisturbed cash withdrawals for its customers is an important and difficult issue. Exceeding the daily customers demands for cash is the cost of the bank i.e., the loss of benefits resulting from the inability to invest cash in other profitable ventures in that time. This cost is typically measured by the interest rate of interbank transactions. On the other hand, the lack of cash, even temporary, is the cost of the loss of customers confidence in the bank, difficult to measure, leading to a serious threat. A quick transport from the Central Bank can be the answer to the lack of cash. However, it is associated with the additional cost of transport. Some banks typically maintain as much as 40% more cash than it is needed, even though many experts consider cash excess of 15% to 20% to be sufficient (Simutis, Dilijonas, and Bastina 2008, 416). Through cash management optimization, banks can avoid falling into the trap of maintaining too much or too little cash. Therefore, it is very important to apply proper forecasting methods of cash demand. Each bank, in order to ensure the continuity of the customers service, must determine the level of the daily limit of cash, understood as the minimal level of cash, in the bank, ensuring the continuity of the customers service. This limit should be based on estimation of cash flows in the bank. The part of this market is determined and realized on the basis of contracts between banks. However, for the majority of banks, a significant part of their cash turnover is the customers deposits and withdrawals. Their forecasting can be affected by a big mistake. Determining the amount of cash flows can be estimated on the basis of the knowledge of the past customers behavior i.e., by means of inductive reasoning by Wyższa Szkoła Zarządzania i Administracji w Zamościu All Rights Reserved
2 166 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz This problem is not new. It has a wide range of research and developments around the world as well as in Poland. It is a problem of better understanding of customers habits. Already, the first empirical studies in the 1980s made it possible, among others, to note that customers demands for cash show sensibility to calendar effects. 1 The calendar effects are an important feature of economic data, given that most economic time series are directly or indirectly linked, to a daily activity which is usually recorded on a daily, monthly, quarterly or some other periodicity. Thus, the daily value of cash withdrawals may be influenced by daily calendar effects. The number of working days and its relation with seasonal effects are noticeable examples. Apart from the number of working days, the day of the week, the week of the month and other calendar effects such as public holidays or religious events 2 may also affect time series. Calendar effects are typically masked by strong seasonal patterns, because they are generally second-order effects only observed after other sources of variation have been accounted for (Esteves and Rodrigues 2010, 2 3). There are also important salary and pension paydays as well as locations of cash dispensers. Recently in Poland, the wide research on this issue was conducted by Gurgul and Suder (Gurgul and Suder 2013a, 2013b, 2015). The goal of our research is searching for the optimal model estimating the amount of cash withdrawn daily by the customers of one of the Polish banks by means of statistical and machine learning methods. 1 Methodology In the literature, techniques used for cash demand forecasting can be broadly classified into four groups (Darwish 2013, ): time series methods that predict future cash need based on the past values of variable and/or past errors a factor analysis method, which is based on the determination of various factors that influence the cash demand pattern and calculating their correlation with actual cash withdrawals; in this group, the econometric models can be included a fuzzy expert system approach that tries to imitate the reasoning of a human operator; the idea is to reduce the analogical thinking behind the intuitive forecasting to formal steps of logic a neural networks approach that maps the relationships between various factors affecting the cash withdrawals and the actual cash withdrawals In our research, we used methods of time series analysis and econometric modeling as well as artificial neural networks belonging to machine learning methods. Experiments were performed on time series representing bank customers cash withdrawals including 461 samples covering the period July 2012 to April The samples were not recorded on Saturdays, Sundays and Holidays, when the bank was closed. The database was divided into 5 subsets: one training data set (used to build the models) and 4 testing data sets (corresponding to the periods of forecasting). Tab. 1. Database specification Symbol Period Number of samples Subset description U Training T Testing T Testing T Testing T Testing BI The whole data base including time series of cash withdrawals 1. Calendar effects (public and religious holidays, paydays) can significantly disturb the processes described by means of the ARIMA and SARIMA models. The first research on the influence of calendar effects on economic and financial phenomena was carried out by Cleveland and Devlin (1980) as well as Liu (1980). 2. For example, the Ramadan effect (Lee, Suhartono, and Hamzah 2010).
3 Modelling and Forecasting Cash Withdrawals in the Bank 167 As predicted (dependent) variables, we used daily withdrawals in PLN (Y) as well as the natural logarithm of daily withdrawals (lny). 3 Our analysis of withdrawal distributions in the considered periods enabled us to distinguish the following predictors (independent variables), identified as descriptive attributes in machine learning methods: DW the day of the week, DM the day of the month, MY the month of the year, TEN the 10th day of the month (in case of the holiday, the weekday before). We started experiments with the analysis of the training time series. The shapes of withdrawal were determined with respect to the specified calendar variables. Next, the best model i.e., the ARIMA model (Brockwell and Davis 2002; Cottrell and Lucchetti Jack 2015) was selected on the basis of the correlation and partial correlation functions and the AIC criterion. The analysis allowed us to formulate the final form of the ARMAX model including dependencies, estimated earlier, according to calendar variables, the artificial binary variable (TEN) delivering information about significantly larger withdrawals around the 10th day of the month, and the autoregression component AR(1) on account of autocorrelation of a random component. As machine learning models for forecasting the customers withdrawals, we used artificial neural networks in the form of the two and three perceptron layers (Rumelhart and McClelland 1986). Such models were trained using the backpropagation method (Fausett 1994). We assumed that all predictors are of symbolical type. Ten regressive models were created on the basis of 50% of the samples randomly selected from the training set (U). 25% of the samples were used as a validation set (stop criterion). The assessment of quality of forecasts was made by means of the following factors: Mean Error ME = 1 n e t, n Mean-Square Error MSE = 1 n e 2 t, n Root-Mean-Square Error RMSE = 1 n e 2 t, n Mean-Absolute-Error Mean-Percentage Error MAE = 1 n e t, n MPE = 1 n Mean-Absolute-Percentage Error MAPE = 1 n n 100 e t y t, n 100 e t y t. Theil s coefficient U provides a measure of forecast precision. 4 The more accurate the forecast is, the lower the value of U is. U has a minimum of 0. This measure can be interpreted as the ratio of the RMSE of the proposed forecasting model to the RMSE of a naïve model which simply predicts for each t. The naïve model yields U = 1; values less than 1 indicate an improvement relative to this benchmark and values greater than 1 a deterioration. Theil s U is defined as follows: U = 1 n n 1 ( y ) t+1 y 2/ t+1 1 n y t n 1 ( ) yt+1 y 2. t 3. In financial research, the logarithm enables us to reduce the influence of the so-called outliers on the analyzed phenomenon. 4. This statistic, developed by Theil in 1966, is sometimes called U2, to distinguish it from a related but different U (or U1), defined in an earlier work by Theil in 1961, which is bound between 0 and 1, with values closer to 0 indicating greater forecasting accuracy. It seems to be generally accepted that the later version of Theil s U is a superior statistic. y t
4 168 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz 2 Results 2.1 Forecasting by means of ARMA and ARMAX Experiments mentioned in the section describing the methodology were carried out for both the variable Y and the variable lny. In case of the ARMAX model, slightly better results were obtained for lny. Therefore, in the paper, we describe only those results. 5 All calculations were done with GRETL program (Cottrell and Lucchetti Jack 2015; Kufel 2011). Tab. 2. Summary statistics, using the observations for the var. lny (378 valid observations) Statistics Value Statistics Value Statistics Value Mean 12,667 Std. Dev. 0,445 5% Perc. 12,044 Median 12,630 C.V. (%) 3,514 95% Perc. 13,467 Minimum 11,480 Skewness 0,653 IQ range 0,503 Maximum 14,077 Ex. kurtosis 0,974 Missing obs. 0 Note: In the journal European practice of number notation is followed for example, ,33 (European style) = (Canadian style) = 36, (US and British style). Ed.] Jul Jan Jul Jan Fig. 1. The natural logarithm of daily withdrawals ACF Fig. 2. Autocorrelation of the lny time series 0.2 PACF Fig. 3. Partial autocorrelation of the lny time series] 5. The authors can make accessible models for the variable Y.
5 Modelling and Forecasting Cash Withdrawals in the Bank 169 Distribution of lny is right skewed and more slender than the normal distribution. However, both levels of skewness and kurtosis can be considered as low, which makes the distribution only slightly deviating from the normal distribution. This feature of the dependent variable allows you to use the OLS method for models estimating it. On the basis of correlation and partial correlation functions, we decided to select the model from the family of the ARIMA models with the maximal delay equal to 30 for the AR and MA components. According to the AIC criterion, the best model i.e., ARMA(20,1), was selected. Tab. 3. The best candidates for modelling the lny time series No Candidate AIC 1 ARMAProcess (20,1) 663,914 2 ARProcess(20) 663,886 3 ARMAProcess(21,1) 662,994 4 ARMAProcess(27,1) 662,985 5 ARProcess(21) 662,809 6 ARMAProcess(22,1) 662,809 7 ARProcess(26) 662,721 8 ARProcess(22) 662,618 9 ARProcess(27) 662, ARMAProcess(20,2) 662,231 However, forecasts on the basis of the ARMA(20,1) model were inaccurate. Therefore, better models were searched for. For this purpose, models of trends of lny with respect to the specified calendar variables were created. The first created model concerned the trend of lny with respect to days of the week (DW) Monday Tuesday Wednesday Thursday Friday Fig. 4. Smooth histograms of lny by weekday Monday Tuesday Wednesday Thursday Friday Fig. 5. Boxplots of lny by weekday
6 170 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz The Kruskal-Wallis s test showed (p = 8, ) that there is a statistically significant difference among withdrawals in individual days of the week. The estimated models showed that the square trend is the best description of lny with respect to days of the week. The minimal level of withdrawals was encountered on the third day of the week. Tab. 4. OLS, using observations (n = 378). Dependent variable: lny. Independent variable: DW. HAC standard errors, bandwidth 5 (Bartlett kernel) Variable Coefficient t-ratio p-value const 13, ,8496 < 0,0001 DW 0,5365 8,2886 < 0,0001 DW 2 0,0831 7,6147 < 0,0001 Statistics Value Statistics Value Mean dependent var 12,6666 S.D. dependent var 0,4451 Sum squared resid 66,2952 S.E. of regression 0,4204 R-squared 0,1126 Adjusted R-squared 0,1078 F(2, 375) 37,8000 P-value(F) < 0,0001 Log-likelihood 207,3521 Akaike criterion 420,7042 Schwarz criterion 432,5089 Hannan-Quinn 425,3893 rho 0,1253 Durbin-Watson 1,7419 Note: Number 2 (as in upper index at DW variable name) denotes the exponent The second created model concerned the trend of lny with respect to days of the month (DM) Fig. 6. Smooth histograms of lny by day of the month Fig. 7. Boxpplots of lny by day of the month
7 Modelling and Forecasting Cash Withdrawals in the Bank 171 The Kruskal-Wallis s test showed (p = 4, ) that there is a statistically significant difference among withdrawals in individual days of the month. The estimated models showed that the cube trend is the best description of lny with respect to days of the month. The maximal level of withdrawals (according to the polynomial model) 6 was encountered on the 7th day of the month, whereas the minimal level was encountered on the 23rd day of the month. Tab. 5. OLS, using observations (n = 378). Dependent variable: lny. Independent variable: DM. HAC standard errors, bandwidth 5 (Bartlett kernel) Variable Coefficient t-ratio p-value const 12, ,3660 < 0,0001 DM 0,1378 5,5685 < 0,0001 DM 2 0,0121 6,7795 < 0,0001 DM 3 0,0002 7,0604 < 0,0001 Statistics Value Statistics Value Mean dependent var 12,6666 S.D. dependent var 0,4451 Sum squared resid 61,5254 S.E. of regression 0,4055 R-squared 0,1764 Adjusted R-squared 0,1698 F(2, 375) 33,2711 P-value(F) < 0,0001 Log-likelihood 193,2399 Akaike criterion 394,4798 Schwarz criterion 410,2194 Hannan-Quinn 400,7266 rho 0,0520 Durbin-Watson 2,0950 Note: Numbers 2 and 3 (as in upper index at DM variable name) denote the exponent The third created model concerned the trend of lny with respect to months of the year (MY) Jan Feb Mar Apr May June July Aug Sept Oct Nov Dec Fig. 8. Smooth histograms of lny by month Jan Feb Mar Apr May June July Aug Sept Oct Nov Dec Fig. 9. Boxplots of lny by month 6. This model does not take into consideration outliers of the 10th day of the month.
8 172 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz The Kruskal-Wallis s test showed (p = 0,0158) that there is a statistically significant difference among withdrawals in individual months of the year. The estimated models showed that the polynomial trend of the fifth degree is the best description of lny with respect to months of the year. 7 Tab. 6. OLS, using observations (n = 378). Dependent variable: lny. Independent variable: MY. HAC standard errors, bandwidth 5 (Bartlett kernel) Variable Coefficient t-ratio p-value const 12, ,0132 < 0,0001 MY 2 0,0026 6,3751 < 0,0001 MY 3 7, ,6670 < 0,0001 MY 5 4, ,6969 0,0905 Statistics Value Statistics Value Mean dependent var 12,6666 S.D. dependent var 0,4451 Sum squared resid 65,2489 S.E. of regression 0,4176 R-squared 0,1266 Adjusted R-squared 0,1196 F(2, 375) 21,2846 P-value(F) < 0,0001 Log-likelihood 204,3456 Akaike criterion 416,6911 Schwarz criterion 432,4307 Hannan-Quinn 422,9379 rho 0,0155 Durbin-Watson 1,9628 Note: Numbers 2, 3 anf 5 (as in upper index at MY variable name) denote the exponent The estimations described earlier enabled us to specify finally the form of the ARMAX model (see more about this approach in: Bielak 2010, 39) including the autoregression component AR(1), 8 Tab. 7. ARMAX, using observations (n = 378). Dependent variable: lny. Standard errors based on Hessian Variable Coefficient t-ratio p-value const 13, ,0136 < 0,0001 phi_1 0,1046 2,0296 0,0424 DM 0,0702 9,9950 < 0,0001 DM 2 0, ,2615 < 0,0001 DM 3 0, ,4005 < 0,0001 TEN 1, ,4056 < 0,0001 DW 0,4914 8,8577 < 0,0001 DW 2 0,0746 8,2255 < 0,0001 MY 2 0, ,0620 < 0,0001 MY 3 0, ,6483 < 0,0001 MY 5 1, ,7207 < 0,0001 Statistics Value Statistics Value Mean dependent var 12,66666 S.D. dependent var 0,44515 Mean of innovations 0,00008 S.D. of innovations 0,30351 Log-likelihood 85,66771 Akaike criterion 195,33540 Schwarz criterion 242,55420 Hannan-Quinn 214,07580 Real Imaginary Modulus Frequency AR Root 1 9,5573 0,0000 9,5573 0,5000 Note: Numbers in upper index at variable names denote the exponent 7. Where parameters for MY and MY 4 are equal to According to autocorrelation of the error term component.
9 Modelling and Forecasting Cash Withdrawals in the Bank 173 the artificial binary variable (TEN) delivering information about significantly larger withdrawals around the 10th day of the month as well as variables describing square distribution of withdrawals with respect to the days of the week (DW, DW 2 ), cube distribution of withdrawals with respect to the days of the month (DM 2, DM 3, DM 5 ) and polynomial distribution of the fifth degree of withdrawals with respect to the months of the year (MY 2, MY 3, MY 5 ) (see tab. 7). The proposed model satisfies basic formal criteria to acknowledge it as a credible model for forecasting. The forecasts for the first four months of 2014 have the Mean Absolute Percentage Error from 12,873 for T4 to 24,188 for T3. Tab. 8. Errors of forecasts for lny Forecasted period T1 T2 T3 T4 T1+T2+T3+T4 Mean Error 0,155 0,009 0,117 0,041 0,022 Mean Squared Error 0,071 0,050 0,072 0,027 0,055 Root Mean Squared Error 0,268 0,225 0,269 0,166 0,236 Mean Absolute Error 0,217 0,189 0,209 0,132 0,187 Mean Percentage Error 1,202 0,037 0,958 0,313 0,150 Mean Absolute Percentage Error 1,705 1,507 1,671 1,042 1,481 Theil s U (in percentage) 0,605 0,401 0,704 0,395 0,514 Bias proportion, UM 0,336 0,001 0,190 0,063 0,008 Regression proportion, UR 0,007 0,002 0,119 0,000 0,028 Disturbance proportion, UD 0,656 0,996 0,689 0,936 0,962 PLN Forecast for January April Y forecast confidence interval Forecast for January Forecast for February Fig. 10. Forecast of withdrawals (Y) by means of ARMAX model
10 174 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz Forecast for March Forecast for April Fig. 10. (continued) Forecasts by means of ARMAX model 2.2 Forecasting by means of machine learning models Artificial neural networks in the form of multilayer perceptron (MLP) were generated using the Data Miner package available in Statistica 7.1. Models are assessed using the regression statistics as follows (StatSoft Inc. 2013): Data Mean the average value of the target output variable Data S.D. standard deviation of the target output variable Error Mean the average error (residual between target and actual output values) of the output variable Abs. E. Mean average absolute error (the difference between target and actual output values) of the output variable Error S.D. standard deviation of errors for the output variable S.D. Ratio the error/data standard deviation ratio Correlation the standard Pearson-R correlation coefficient between the predicted and observed output values. The experiments mentioned in the section describing the methodology were carried out for both the attribute Y and the attribute lny. Slightly better results were obtained for the attribute Y. Therefore, in the paper, we describe only those results. The assumed methodology and parameters for training models led us to ten models described in table 9. No Symbol Tab. 9. Artificial neural networks for withdrawals forecasting S.D. Ratio Training S.D. Ratio Verification S.D. Ratio Testing Input Hidden(1) Hidden(2) 1 MLP 5: :1 0, , , MLP 5: :1 0, , , MLP 6: :1 0, , , MLP 3: :1 0, , , MLP 3:37-1-1:1 0, , , MLP 3: :1 0, , , MLP 3:37-1-1:1 0, , , MLP 4: :1 0, , , MLP 6: :1 0, , , MLP 3:11-1-1:1 0, , , The best model of MLP 5: :1 (5 input neurons, 12 neurons in the first hidden layer, 2 neurons in the second hidden layer and 1 output neuron) was selected on the basis of the S.D. Ratio estimated using a testing set that included 25 percent of samples from the set U. The iput attributes of the selected model were as follows: DW, TEN, MY, MY2, MY5. The regression statistics for the neural network are shown in Table 10, whereas the model in Figure 10. In Figure 11, time series of real and forecasted withdrawals obtained by means of the selected MLP model are compared.
11 Modelling and Forecasting Cash Withdrawals in the Bank 175 Tab. 10. The regression statistics of the neural network Regression statistics Value Data Mean ,6 Data S.D ,6 Error Mean 3034,5 Abs. E. Mean ,3 Error S.D ,0 S.D. Ratio 0,5 Correlation 0,9 Fig. 11. An architecture of the neural network MLP 5: :1 for withdrawals forecasting PLN Forecast for January Y forecast Fig. 12. Time series of actual (Y) and forecasted withdrawals obtained by machine learning model 3 Discussion The methodology of model creation and assessment criteria are significantly different for the models considered in the paper (i.e., for ARMAX and MLP). However, comparison of forecasts generated by both models seems to be useful. The Mean Absolute Percentage Error was assumed as a criterion for the comparison. Table 11 includes values of MAPE for each testing set. The forecasts obtained for a testing subset T1 are very similar and satisfactory in terms of the goal of forecasting. In the longer period of forecasts a clear advantage of the ARMAX model is encountered. However, we should consider whether increasing error of the MPL model MLP is natural and expected. The approach with the window shifted in time should minimize this drawback. Undoubtedly, distinctiveness of the considered models in terms of results of forecasts can be utilized in the hybrid model.
12 176 Jarosław Bielak, Andrzej Burda, Mieczysław Kowerski, Krzysztof Pancerz Tab. 11. Values of Mean Absolute Percentage Error for both models for each testing set Sub-period Model T1 T2 T3 T4 T1+T2+T3+T4 MLP 5: :1 18,47 25,61 24,42 45,81 31,03 Model ARMAX 19,09 19,14 24,19 12,87 18,81 Conclusions Our studies and analyses have shown that the forecasting of customers withdrawals in the banks is a complex and difficult task. In our experiments, the major constraint was the restriction of the time series of withdrawals to 18 months. It significantly reduced the possibility of capturing important calendar and seasonal characteristics. Variables and attributes reflecting the calendar effects, used in both models, in case of obtained errors of forecasts less than 20%, showed a significant, non-linear influence of this type of predictors on the amount of the daily cash withdrawals in the bank, and hence on the amount of the daily declared cash limit. References Bielak, J Prognozowanie rynku pracy woj. lubelskiego z wykorzystaniem modeli ARIMA i ARIMAX. Barometr Regionalny. Analizy i prognozy no. 1 (19): Brockwell, P.J., and R.A. Davis Introduction to Time Series and Forecasting. 2nd ed., Springer texts in statistics. New York: Springer. Cieślak, M Prognozowanie gospodarcze. Metody i zastosowania. Warszawa: Wydawnictwo Naukowe PWN. Cleveland, W.S., and S.J. Devlin Calendar Effects in Monthly Time-Series Detection by Spectrum Analysis and Graphical Methods. Journal of the American Statistical Association no. 75 (371): doi: / Cottrell, A., and R. Lucchetti Jack Gretl User s Guide. Gnu Regression, Econometrics and Time-Series Library. Darwish, S.M A Methodology to Improve Cash Demand Forecasting for ATM Network. International Journal of Computer and Electrical Engineering no. 5 (4): doi: /IJCEE.2013.V Esteves, P.S., and P.M.M. Rodrigues Calendar Effects in Daily ATM Withdrawals. Banco de Portugal. Working Papers (12):1 16, i-iv. Fausett, L.V Fundamentals of Neural Networks. Architectures, Algorithms, and Applications. Englewood Cliffs, NJ: Prentice-Hall. Gurgul, H., and M. Suder. 2013a. The Properties of ATMs Development Stages an Empirical Analysis. Statistics in Transition no. 14 (3): b. Rozkład prawdopodobieństwa dziennych wypłat z bankomatów. Wiadomości Statystyczne no. 58 (4): Prognozowanie wypłat z bankomatów. Wiadomości Statystyczne no. 60 (8): Kufel, T Ekonometria. Rozwiązywanie problemów z wykorzystaniem programu GRETL. 3rd ed. Warszawa: Wydawnictwo Naukowe PWN. Lee, M.H., Suhartono, and N.A. Hamzah Calendar Variation Model Based on ARI- MAX for Forecasting Sales Data with Ramadhan Effect. In Proceedings of the Regional Conference on Statistical Sciences 2010, edited by I. Ab Ghani, A.G. Hussin, I. Mohamed, Y.B. Wah and S.M. Deni, Malaysia Institute of Statistics, Universiti Teknologi MARA. Liu, L.M Analysis of Time-Series with Calendar Effects. Management Science no. 26 (1): doi: /mnsc Rumelhart, D.E., and J.L. McClelland Parallel Distributed Processing. Explorations in the Microstructure of Cognition. 2 vols, Computational Models of Cognition and Perception. Cambridge, Mass.: MIT Press.
13 Modelling and Forecasting Cash Withdrawals in the Bank 177 Simutis, R., D. Dilijonas, and L. Bastina Cash Demand Forecasting for ATM Using Neural Networks and Support Vector Regression Algorithms. 20th International Conference, Euro Mini Conference Continuous Optimization and Knowledge-Based Technologies, Europt 2008: StatSoft Inc Electronic Statistics Textbook. Tulsa, OK: StatSoft. Theil, H Economic Forecasting and Policy. Amsterdam: North-Holland Pub. Co Applied Economic Forecasting, Studies in Mathematical and Managerial Economics. Amsterdam-Chicago: North-Holland Pub. Co.; Rand McNally. Venkatesh, K., V. Ravi, A. Prinzie, and D. Van den Poel Cash Demand Forecasting in ATMs by Clustering and Neural Networks. European Journal of Operational Research no. 232 (2): doi: /j.ejor
Forecasting the US Dollar / Euro Exchange rate Using ARMA Models
Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI (9906360) - 1 - ABSTRACT...3 1. INTRODUCTION...4 2. DATA ANALYSIS...5 2.1 Stationary estimation...5 2.2 Dickey-Fuller Test...6 3.
AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.
AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree
MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal
MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims
Java Modules for Time Series Analysis
Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series
Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network
Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)
Forecasting areas and production of rice in India using ARIMA model
International Journal of Farm Sciences 4(1) :99-106, 2014 Forecasting areas and production of rice in India using ARIMA model K PRABAKARAN and C SIVAPRAGASAM* Agricultural College and Research Institute,
2. Linear regression with multiple regressors
2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions
Planning Workforce Management for Bank Operation Centers with Neural Networks
Plaing Workforce Management for Bank Operation Centers with Neural Networks SEFIK ILKIN SERENGIL Research and Development Center SoftTech A.S. Tuzla Teknoloji ve Operasyon Merkezi, Tuzla 34947, Istanbul
THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2
THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Homework Assignment #2 Assignment: 1. Consumer Sentiment of the University of Michigan.
Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen
Traffic Safety Facts Research Note March 2004 DOT HS 809 718 Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Summary This research note uses
Simple linear regression
Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between
NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling
1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information
IBM SPSS Forecasting 22
IBM SPSS Forecasting 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release 0, modification
Environment Protection Engineering APPROXIMATION OF IMISSION LEVEL AT AIR MONITORING STATIONS BY MEANS OF AUTONOMOUS NEURAL MODELS
Environment Protection Engineering Vol. 3 No. DOI: 1.577/epe1 SZYMON HOFFMAN* APPROXIMATION OF IMISSION LEVEL AT AIR MONITORING STATIONS BY MEANS OF AUTONOMOUS NEURAL MODELS Long-term collection of data,
SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND
SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND K. Adjenughwure, Delft University of Technology, Transport Institute, Ph.D. candidate V. Balopoulos, Democritus
Advanced Forecasting Techniques and Models: ARIMA
Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: [email protected]
I. Introduction. II. Background. KEY WORDS: Time series forecasting, Structural Models, CPS
Predicting the National Unemployment Rate that the "Old" CPS Would Have Produced Richard Tiller and Michael Welch, Bureau of Labor Statistics Richard Tiller, Bureau of Labor Statistics, Room 4985, 2 Mass.
Sales Forecast for Pickup Truck Parts:
Sales Forecast for Pickup Truck Parts: A Case Study on Brake Rubber Mojtaba Kamranfard University of Semnan Semnan, Iran [email protected] Kourosh Kiani Amirkabir University of Technology Tehran,
The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations
The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations Roy Stein* *Research Department, Roy Stein [email protected], tel: 02-6552559 This research was partially supported
MBA 611 STATISTICS AND QUANTITATIVE METHODS
MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain
The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network
, pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and
STATISTICA Formula Guide: Logistic Regression. Table of Contents
: Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary
TIME SERIES ANALYSIS
TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 [email protected]. Introduction Time series (TS) data refers to observations
Forecasting Using Eviews 2.0: An Overview
Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values
Studying Achievement
Journal of Business and Economics, ISSN 2155-7950, USA November 2014, Volume 5, No. 11, pp. 2052-2056 DOI: 10.15341/jbe(2155-7950)/11.05.2014/009 Academic Star Publishing Company, 2014 http://www.academicstar.us
Vector Time Series Model Representations and Analysis with XploRe
0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin [email protected] plore MulTi Motivation
INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT
58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh
Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model
Tropical Agricultural Research Vol. 24 (): 2-3 (22) Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model V. Sivapathasundaram * and C. Bogahawatte Postgraduate Institute
A Study on the Comparison of Electricity Forecasting Models: Korea and China
Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison
Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan
Forecasting Analytics Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Business Problem Forecast daily sales of dairy products (excluding milk) to make a good prediction of future demand, and
THE INFLUENCE OF USING ERP AND CRM SYSTEMS TO ECONOMIC OUTTURNS OF ENTERPRISES IN THE REGIONAL PERSPECTIVE
THE INFLUENCE OF USING ERP AND CRM SYSTEMS TO ECONOMIC OUTTURNS OF ENTERPRISES IN THE REGIONAL PERSPECTIVE NOWAKOWSKA-GRUNT Joanna 1, MESJASZ-LECH Agata 2, SAŁEK Robert 2 1,2,3 Czestochowa University of
Software Review: ITSM 2000 Professional Version 6.0.
Lee, J. & Strazicich, M.C. (2002). Software Review: ITSM 2000 Professional Version 6.0. International Journal of Forecasting, 18(3): 455-459 (June 2002). Published by Elsevier (ISSN: 0169-2070). http://0-
Neural Network Add-in
Neural Network Add-in Version 1.5 Software User s Guide Contents Overview... 2 Getting Started... 2 Working with Datasets... 2 Open a Dataset... 3 Save a Dataset... 3 Data Pre-processing... 3 Lagging...
Forecasting Stock Market Series. with ARIMA Model
Journal of Statistical and Econometric Methods, vol.3, no.3, 2014, 65-77 ISSN: 2241-0384 (print), 2241-0376 (online) Scienpress Ltd, 2014 Forecasting Stock Market Series with ARIMA Model Fatai Adewole
Some useful concepts in univariate time series analysis
Some useful concepts in univariate time series analysis Autoregressive moving average models Autocorrelation functions Model Estimation Diagnostic measure Model selection Forecasting Assumptions: 1. Non-seasonal
Optimization of technical trading strategies and the profitability in security markets
Economics Letters 59 (1998) 249 254 Optimization of technical trading strategies and the profitability in security markets Ramazan Gençay 1, * University of Windsor, Department of Economics, 401 Sunset,
Time Series Analysis
Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)
Regression and Time Series Analysis of Petroleum Product Sales in Masters. Energy oil and Gas
Regression and Time Series Analysis of Petroleum Product Sales in Masters Energy oil and Gas 1 Ezeliora Chukwuemeka Daniel 1 Department of Industrial and Production Engineering, Nnamdi Azikiwe University
Time Series Analysis
Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos
How To Predict Web Site Visits
Web Site Visit Forecasting Using Data Mining Techniques Chandana Napagoda Abstract: Data mining is a technique which is used for identifying relationships between various large amounts of data in many
Premaster Statistics Tutorial 4 Full solutions
Premaster Statistics Tutorial 4 Full solutions Regression analysis Q1 (based on Doane & Seward, 4/E, 12.7) a. Interpret the slope of the fitted regression = 125,000 + 150. b. What is the prediction for
TIME SERIES ANALYSIS
TIME SERIES ANALYSIS Ramasubramanian V. I.A.S.R.I., Library Avenue, New Delhi- 110 012 [email protected] 1. Introduction A Time Series (TS) is a sequence of observations ordered in time. Mostly these
Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm
Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has
ITSM-R Reference Manual
ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................
Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1
Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4
Module 5: Multiple Regression Analysis
Using Statistical Data Using to Make Statistical Decisions: Data Multiple to Make Regression Decisions Analysis Page 1 Module 5: Multiple Regression Analysis Tom Ilvento, University of Delaware, College
2. Filling Data Gaps, Data validation & Descriptive Statistics
2. Filling Data Gaps, Data validation & Descriptive Statistics Dr. Prasad Modak Background Data collected from field may suffer from these problems Data may contain gaps ( = no readings during this period)
Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)
Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose
TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo
International Journal of Innovative Computing, Information and Control ICIC International c 2014 ISSN 1349-4198 Volume 10, Number 2, April 2014 pp. 695 701 OURISM DEMAND FORECASING USING A NOVEL HIGH-PRECISION
IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY
IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY Hina Agha, Mba, Mphil Bahria University Karachi Campus, Pakistan Abstract The main purpose of this study is to empirically test the impact of working
USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY
Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by
ADVANCED FORECASTING MODELS USING SAS SOFTWARE
ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 [email protected] 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting
IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS
IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS Sushanta Sengupta 1, Ruma Datta 2 1 Tata Consultancy Services Limited, Kolkata 2 Netaji Subhash
Supply Chain Forecasting Model Using Computational Intelligence Techniques
CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial
Indian School of Business Forecasting Sales for Dairy Products
Indian School of Business Forecasting Sales for Dairy Products Contents EXECUTIVE SUMMARY... 3 Data Analysis... 3 Forecast Horizon:... 4 Forecasting Models:... 4 Fresh milk - AmulTaaza (500 ml)... 4 Dahi/
Segmenting sales forecasting accuracy
Segmenting sales forecasting accuracy An ABC-XYZ-analysis on the accuracy of Neural Networks, SAP APO-DP and Judgmental Forecasting at Beiersdorf Michael Tramnitzke Dr. Sven Crone 2 The target of the study:
Prediction Model for Crude Oil Price Using Artificial Neural Networks
Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks
Time Series Analysis
JUNE 2012 Time Series Analysis CONTENT A time series is a chronological sequence of observations on a particular variable. Usually the observations are taken at regular intervals (days, months, years),
How To Model A Series With Sas
Chapter 7 Chapter Table of Contents OVERVIEW...193 GETTING STARTED...194 TheThreeStagesofARIMAModeling...194 IdentificationStage...194 Estimation and Diagnostic Checking Stage...... 200 Forecasting Stage...205
Turkey s Energy Demand
Current Research Journal of Social Sciences 1(3): 123-128, 2009 ISSN: 2041-3246 Maxwell Scientific Organization, 2009 Submitted Date: September 28, 2009 Accepted Date: October 12, 2009 Published Date:
Module 6: Introduction to Time Series Forecasting
Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and
Forecasting the PhDs-Output of the Higher Education System of Pakistan
Forecasting the PhDs-Output of the Higher Education System of Pakistan Ghani ur Rehman, Dr. Muhammad Khalil Shahid, Dr. Bakhtiar Khan Khattak and Syed Fiaz Ahmed Center for Emerging Sciences, Engineering
FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS
FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS Leslie C.O. Tiong 1, David C.L. Ngo 2, and Yunli Lee 3 1 Sunway University, Malaysia,
This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.
Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course
Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025
Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 In December 2014, an electric rate case was finalized in MEC s Illinois service territory. As a result of the implementation of
GRETL. (Gnu Regression, Econometrics and. Time-series Library)
1 GRETL (Gnu Regression, Econometrics and Time-series Library) 2 In this project you should analyze generated and real data. Analysis of each set of data should contain: a) Descriptive statistics. b) Time
Causes of Inflation in the Iranian Economy
Causes of Inflation in the Iranian Economy Hamed Armesh* and Abas Alavi Rad** It is clear that in the nearly last four decades inflation is one of the important problems of Iranian economy. In this study,
Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.
Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential
A Multi-level Artificial Neural Network for Residential and Commercial Energy Demand Forecast: Iran Case Study
211 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (211) (211) IACSIT Press, Singapore A Multi-level Artificial Neural Network for Residential and Commercial Energy
Power Prediction Analysis using Artificial Neural Network in MS Excel
Power Prediction Analysis using Artificial Neural Network in MS Excel NURHASHINMAH MAHAMAD, MUHAMAD KAMAL B. MOHAMMED AMIN Electronic System Engineering Department Malaysia Japan International Institute
THE SVM APPROACH FOR BOX JENKINS MODELS
REVSTAT Statistical Journal Volume 7, Number 1, April 2009, 23 36 THE SVM APPROACH FOR BOX JENKINS MODELS Authors: Saeid Amiri Dep. of Energy and Technology, Swedish Univ. of Agriculture Sciences, P.O.Box
Sales forecasting # 2
Sales forecasting # 2 Arthur Charpentier [email protected] 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting
Artificial Neural Network and Non-Linear Regression: A Comparative Study
International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Artificial Neural Network and Non-Linear Regression: A Comparative Study Shraddha Srivastava 1, *, K.C.
Technical Efficiency Accounting for Environmental Influence in the Japanese Gas Market
Technical Efficiency Accounting for Environmental Influence in the Japanese Gas Market Sumiko Asai Otsuma Women s University 2-7-1, Karakida, Tama City, Tokyo, 26-854, Japan [email protected] Abstract:
Data quality in Accounting Information Systems
Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania
Chapter 25 Specifying Forecasting Models
Chapter 25 Specifying Forecasting Models Chapter Table of Contents SERIES DIAGNOSTICS...1281 MODELS TO FIT WINDOW...1283 AUTOMATIC MODEL SELECTION...1285 SMOOTHING MODEL SPECIFICATION WINDOW...1287 ARIMA
5. Multiple regression
5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful
Final Exam Practice Problem Answers
Final Exam Practice Problem Answers The following data set consists of data gathered from 77 popular breakfast cereals. The variables in the data set are as follows: Brand: The brand name of the cereal
Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment
Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Bijay Neupane, Kasun S. Perera, Zeyar Aung, and Wei Lee Woon Masdar Institute of Science and Technology Abu Dhabi,
Univariate Time Series Analysis; ARIMA Models
Econometrics 2 Spring 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing
Analysing Questionnaires using Minitab (for SPSS queries contact -) [email protected]
Analysing Questionnaires using Minitab (for SPSS queries contact -) [email protected] Structure As a starting point it is useful to consider a basic questionnaire as containing three main sections:
Analysis and Computation for Finance Time Series - An Introduction
ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: [email protected] Time Series - An Introduction A time series is a sequence of observations
Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models
, March 13-15, 2013, Hong Kong Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models Pasapitch Chujai*, Nittaya Kerdprasop, and Kittisak Kerdprasop Abstract The purposes of
Promotional Forecast Demonstration
Exhibit 2: Promotional Forecast Demonstration Consider the problem of forecasting for a proposed promotion that will start in December 1997 and continues beyond the forecast horizon. Assume that the promotion
Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: [email protected]
Submission for ARCH, October 31, 2006 Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: [email protected] Jed L. Linfield, FSA, MAAA, Health Actuary, Kaiser Permanente,
A Property and Casualty Insurance Predictive Modeling Process in SAS
Paper 11422-2016 A Property and Casualty Insurance Predictive Modeling Process in SAS Mei Najim, Sedgwick Claim Management Services ABSTRACT Predictive analytics is an area that has been developing rapidly
Probabilistic Forecasting of Medium-Term Electricity Demand: A Comparison of Time Series Models
Fakultät IV Department Mathematik Probabilistic of Medium-Term Electricity Demand: A Comparison of Time Series Kevin Berk and Alfred Müller SPA 2015, Oxford July 2015 Load forecasting Probabilistic forecasting
Not Your Dad s Magic Eight Ball
Not Your Dad s Magic Eight Ball Prepared for the NCSL Fiscal Analysts Seminar, October 21, 2014 Jim Landers, Office of Fiscal and Management Analysis, Indiana Legislative Services Agency Actual Forecast
Univariate Time Series Analysis; ARIMA Models
Econometrics 2 Fall 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Univariate Time Series Analysis We consider a single time series, y,y 2,..., y T. We want to construct simple
New Year Holiday Period Traffic Fatality Estimate, 2015-2016
New Year Holiday Period Traffic Fatality Estimate, 2015-2016 Prepared by Statistics Department National Safety Council December 2, 2015 Holiday period definition New Year's Day is January 1 and it is observed
4. Continuous Random Variables, the Pareto and Normal Distributions
4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random
Threshold Autoregressive Models in Finance: A Comparative Approach
University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative
Support Vector Machines with Clustering for Training with Very Large Datasets
Support Vector Machines with Clustering for Training with Very Large Datasets Theodoros Evgeniou Technology Management INSEAD Bd de Constance, Fontainebleau 77300, France [email protected] Massimiliano
Nasdaq Dubai TRADING HOLIDAYS AND SETTLEMENT CALENDAR 2016 - REVISION For Equities Outsourced to the DFM (T+2)
Nasdaq Dubai Notice No : 68/15 Date of Issue : 17 December 2015 Date of Expiry : Upon issue of replacement Circular Nasdaq Dubai TRADING HOLIDAYS AND SETTLEMENT CALENDAR 2016 - REVISION For Equities Outsourced
NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )
Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates
