Predicting Economic Recession using Data Mining Techniques

Size: px
Start display at page:

Download "Predicting Economic Recession using Data Mining Techniques"

Transcription

1 Predicting Economic Recession using Data Mining Techniques Authors Naveed Ahmed Kartheek Atluri Tapan Patwardhan Meghana Viswanath Predicting Economic Recession using Data Mining Techniques Page 1

2 Abstract Over the past 50 years the US economy has seen as many as six recessions. Every recession causes significant economic loss. It takes quite a lot of planning and effort to recover from a recession. This effect could be reduced if we know that the economy is heading towards a recession. Some measures could be taken beforehand to reduce the intensity of economic loss. The problem of finding economic changes leading to a recession is not a trivial one. Over the years analysts have tried to find a pattern of changing economic conditions causing recession. Economists have come up with various predictive models indicating factors leading up to a recession. We propose using various data mining techniques to come up with a better prediction model. We analyze a few major leading economic factors as indicators leading to a recession. Using the data for these factors during the previous recessions, we try and predict occurrence of an economic recession. 1. Introduction By definition, a recession is a general slowdown in economic activity in a country over a sustained period of time, or a business cycle contraction [1]. Any economy hit by an economic recession suffers a long period of economic loss and recovery. Predicting recession would give a chance to reduce the degree of economic loss caused by recession. Some preventive measures and careful decisions may save considerable amounts of money. In spite of the importance of predicting recession, it remains a tough task with limited success in the field of economic analysis. Researchers are trying to use various statistical analysis and data mining techniques to predict recession but none of them is full proof. In our paper we use four different data mining techniques - Neural Networks, Decision trees, Linear Regression and Auto regression to predict economic recession. Economic growth of a country is measured by the Gross Domestic Product (GDP). There are several factors that affect GDP. Some of these economic factors affect the change in GDP and these are known as leading indicators, whereas others change according to the GDP and are known as lagging indicators. The key to predicting recession is studying the changes in the leading indicators observed in the period leading to the previous known recessions and analyzing the current data to see if similar changes occur. Neural networks are widely known for their pattern recognition capability. We use different types of neural networks and analyze which one gives the best result for predicting recession. Another data mining technique we used is Decision tree. Decision tree method is used for classifying data. We treat the prediction of recession as a problem of classifying whether the next quarter will result in a recession or not. Another popular approach for predicting values is regression. We use multiple linear regression to find the best fitting curve to our data and then feed the input data for predicting recession. Auto regression is widely used for predicting future values in a time series data. We use auto regression to predict the future values of the GDP using previous values of the GDP. ARMA(Auto Regression with Moving Average) is a popular approach used to improve the results of auto regression. We apply moving average along with auto regression using ARIMA to predict GDP values for future quarters. The rest of the paper is structured in the following manner: in section 2 we discuss related work in the literature. Section 3 explains the leading economic indicators that we have used. Section 4 discusses the use of Neural Networks using NeuroShell and its results. Section 5 discusses the use of Neural Networks and Decision trees in predicting recession using Weka. Section 6 shows the Linear Regression approach whereas Section 7 discusses Auto Regression. Section 8 gives our conclusion. Predicting Economic Recession using Data Mining Techniques Page 2

3 2. Background Several efforts have been made to attempt recession using data mining techniques. At the Monash University in Australia[1], they developed a bivariate nonlinear model of output (GDP) and the interest rate spread, and compared its ability in predicting recessions with linear and nonlinear models of output. They found that a nonlinear model of output and spread seems to give less false warnings of recession than a linear model. A study done at the Kent State University[2] used the neural network approach to predicting recession. They recursively modeled the relationship between the leading indicators and the probability of a future recession. The out-ofsample results show that via the NN model indicators, such as interest rate spread, S&P500 index, etc. are useful in predicting US recessions. Furthermore, when the out-of-sample forecasting period is divided into three subperiods, they found that the relevance of various leading indicators may change from time to time. The out-of-sample results showed that interest spread is the single best indicator for predicting US recessions. 7. Money Supply Is defined as the total amount of money available in an economy at any given point of time. (Figure 3.7) 8. Oil prices This is the price of 1 gallon of oil chained in year 2000 US $. (Figure 3.8) 9. Tax Revenues The total value of tax revenues for a particular year. (Figure 3.9) 10. Gross Domestic Product The GDP measure for a particular quarter. (Figure 3.10) Figure 3.1 Figure 3.2 Figure 3.3 Figure Economic Indicators Leading Economic Indicators which were taken into account for predicting a recession. *source[5],[6],[7],[8] 1. Housing Starts This indicates the total number of private houses which have started construction in a particular quarter. (Figure 3.1) 2. Bank PLR This is the base lending rate at which the Banks offers loans to a customer. (Figure 3.2) 3. Personal Income It is the individual per capita personal income. (Figure 3.3) 4. S & P 500 This is a value weighted index of 500 large cap common stocks. (Figure 3.4) 5. Production Index - This is an index of production volume of some major products. (Figure 3.5) 6. Consumer Index It is an index of all prices of urban consumer goods. (Figure 3.6) Figure 3.5 Figure 3.6 Figure 3.7 Figure 3.8 Figure 3.9 Figure 3.10 Predicting Economic Recession using Data Mining Techniques Page 3

4 4. Decision Trees and Neural Network using Weka Decision Trees Introduction: A decision Tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences including chance event outcomes, resource costs and utility. In data mining and machine learning, a decision tree is a predictive model that is a mapping from observations about an item to conclusions about its target value. (Source: Wikipedia). Approach: The Decision Tree algorithm J48 was used to predict the recessions. We used the Weka package to generate the Decision trees. Basically 3 types of definitions of economic recessions were considered for our testing. 1. If there was a negative Gross Domestic product (GDP) growth for only 1 quarter. 2. If there was negative GDP growth for any 2 months in a quarter. 3. If there was a negative GDP growth for any 2 consecutive months in a quarter. We used 12 quarters and 8 quarter inputs for each of the leading economic indicators discussed earlier. The testing set from 2007 Quarter 1 till 2008 quarter 4 and 1974 Quarter 1 till 1975 quarter 4 was used. Data from 1961 Quarter 1 till 2006 Quarter 4 was used as a training set. Neural Networks Introduction: Artificial Neural Networks (ANN) is a mathematical model or computational model based on a biological neural network. It consists of interconnected group of artificial neurons and processes information using a connectionist approach to computation. In most cases, an ANN is an adaptive system that changes its structure based on external or internal Results for Decision Trees: 12 quarters with negative GDP growth for 2 consecutive months criteria inst# actual predicted error Prob. Distr :Yes 1:Yes * :Yes 1:Yes * :Yes 1:Yes * :Yes 1:Yes * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0 * :No 2:No 0.06 * :No 2:No 0.06 * :Yes 2:No 0.06 * :Yes 2:No 0.06 *0.938 Table 4.1 Correct Classified Instances % Incorrectly Classified Instances % Information that flows through the network during learning phase. (Source: Wikipedia). Approach: We have used the Weka package in order to predict the recession. We have used data from 1961 Quarter 1 till 2006 Quarter 4 as a training set. We used the testing set from 2007 Quarter 1 till 2008 quarter 4 and 1974 Quarter 1 till 1975 quarter 4. The number of hidden layers Predicting Economic Recession using Data Mining Techniques Page 4

5 used was 2 with each layer containing 3 hidden nodes. Also the 3 different definitions of economic recession were considered with 12 and 8 quarters respectively. Results for Neural Networks: 12 quarters with negative GDP growth for 2 consecutive months criteria inst# actual predicted error prob. Distr :Yes 1:Yes * :Yes 1:Yes * :Yes 1:Yes * :Yes 1:Yes * :No 2:No 0.03 * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :No 2:No * :Yes 2:No * :Yes 2:No *0.986 Table 4.2 Correct Classified Instances % Incorrectly Classified Instances % 5. Neural Networks using NeuroShell Introduction Using neural networks on WEKA can only classify input as either recession or no recession i.e. it gives only one output. Therefore, NeuroShell is used which can predict numbers and can give more than one output. Using NeuroShell, GDP percent change based on chained 2000 dollars is predicted. The idea here is to be able get two consecutive negative growth quarters i.e. when the network predicts the present and the next two quarters which act as an indicator that a recession has started. The focus is not on how much the GDP is varying from actual value but that it shows two consecutive quarters of negative growth indicating start of recession. The network is also used to predict how long the recession stays. Various networks are used and the results shown are the results obtained from the networks that gave the best result. Methodology Along with the nine leading factors, the GDP from the previous quarters is also given as input to predict the present and the next two quarters percentage change in GDP. To predict how long a recession lasts, another factor is added as input indicating how long has it been since the last recession occurred and the network will output how long the current recession will last and the GDP change for three quarters. The recession periods are identified using data from National Bureau of Economic Research (NBER) which is well known for providing start and end dates for recessions in United States[3]. The data is divided into training set, test set and validation set. The years from 1962 to 1966, 1971 to 1986 and 1992 to 2005 are taken as training set. The years from 1967 to 1970 and 1987 to 1991 are taken as test set. The years from 2006 to 2008 are taken as validation set. Predicting Economic Recession using Data Mining Techniques Page 5

6 Setup Different types of neural networks are used to predict the GDP change - the Ward Network which uses 3 different activation function with 3 hidden layers in parallel, Elman network which adds the output from hidden layer as input to next pattern, Jordon network which adds the output of previous pattern as input to next pattern. Other simple neural networks using one hidden layer and multiple hidden layers are also used but did not yield good results. Various time periods like last eight, twelve and sixteen quarters are used to train the neural network and the best time period is chosen. The learning rate is taken as 0.3 and the momentum is taken as 0.1 which is an arbitrary choice. The stopping criterion for training is if error on training set is less than or number of epochs since minimum average error greater than 40,000 or if the average error on the test set is or number of events since the average error is greater than 200,000 with calibration interval 500. The number of hidden neurons is calculated using the formula - ½ (inputs + Outputs) + square root of the number of patterns in the training set. These settings are used to find which networks did well and filtered out the networks which did not do well. The networks that performed better are then selected and different settings are used by changing the learning rate, momentum, stopping criteria and number of hidden nodes. Once the network with best settings is found (it was found that best network is the one that predicts two consecutive quarters as negative growth exactly at the start of recession) this network is then used to predict how long the recession will last. The inputs to the network are the nine leading economic indicators and the GDP change from the previous quarters. The output is the change in GDP for the present quarter and also the change in GDP for the next two consecutive quarters. The performance measuring criteria is how well the network is able to predict the start of recession by giving two consecutive quarters GDP as negative growth. Mean Absolute Error(MAE) is collected as some kind of measuring criteria, but for predicting 2008 quarters GDP values for next quarters is taken as 0 since information on recent quarters values are not available and therefore the MAE is not a correct measuring criterion for this problem. Analysis of Results The ward network performed better than any other network in predicting the start of recession. The last 12 quarters are taken as inputs. Table 5.1 shows the predicted change in GDP from 2006 quarter 1 to 2008 quarter 4. Ideally the output should have negative GDP growth for present and next quarter in 2007 q4 but the network did give such results. Instead it predicted negative growth for present GDP for 2007 quarter 3 and present GDP for 2007 quarter 4 as negative. This gives an indication that the recession has started. The GDP in column for quarter 3 of 2007 should be equal to Present column GDP of quarter 4 of 2007 which is not the case in the table. The network was able to give some indication of recession. Using last 16 quarters the network predicted all negative GDP growth in the present column and positive GDP for both next and next next quarters. Therefore, we decided to drop last 16 quarters as input and continue with only 12 quarters. This network setup is then used to predict how long the recession would last by adding another input which has information on how long has it been since the last recession and a fourth output indicating how long the recession would last. The problem with having this input and output information is the inability to represent the non recession years in terms of the input and output. The input and output for non recession periods is just how long has it been since the last recession and for how many quarters has the recession lasted. Table 5.2 gives the details on how the network performed. According to the output from this network the recession started in quarter 1 of 2008 and the duration of current recession is predicted in quarter 2 of 2008 as 5 quarters. So the network predicted that the current recession would end in quarter 3 of Predicting Economic Recession using Data Mining Techniques Page 6

7 Different settings for the ward network are used to be able to accurately predict the start of recession with the indicator of two consecutive quarters of negative GDP growth. The ward network with eight quarters as input gave the best result. Table 5.3 gives the details of how the network did. The network was able to predict the start the recession perfectly with the indicator we are looking for, two consecutive quarters of negative GDP growth. For quarter 4 of 2007 the network predicted negative growth for the present quarter and the next quarter which indicates the start of recession. Present Period Recession q1 NO q2 NO q3 NO q4 NO q1 NO q2 NO q3 NO q4 YES q1 YES q2 YES q3 YES q4 YES Table 5.1 How Long Present Period Recession q1 NO q2 NO q3 NO q4 NO q1 NO q2 NO q3 NO q4 YES q1 YES q2 YES q3 YES q4 YES Table 5.2 Present Period Recession q1 NO q2 NO q3 NO q4 NO q1 NO q2 NO q3 NO q4 YES q1 YES q2 YES q3 YES q4 YES Table 5.3 MAE HowLong Present 12 quarters wardnet NA jordon NA elman NA ward net quarters ward NA jordon NA elman NA ward net quarters WardNet NA Table 5.4 MAE for different networks The table 5.4 shows the MAE values for some of the best performing networks. The table above shows that Ward network proved to be the best neural network to indicate the start of recession. Using the input from previous 12 quarters gave the least MAE as compared with 8 and 16 quarters as input. The Ward network was chosen to predict the length of recession due to its better performance. Predicting Economic Recession using Data Mining Techniques Page 7

8 6. Linear Regression Linear Regression is a well known data mining technique, widely used for predicting values. A linear regression model assumes [4], given a random sample (Y i, X i1,,x ip ), i=1,,n, a possibly imperfect relationship between Y i the dependent variable and the indicators or independent variables X i1, X ip. A disturbance term ε i, which is a random variable too, is added to this assumed relationship to capture the influence of everything else on Y i other than X i1,,x ip. Hence, the multiple linear regression model takes the following form Y i = b 0 + b 1 X i1 +b 2 X i2 + + b p X ip +ε i (1) where i=1,,n Thus finding the values of b 0,,b p and taking the known values of X i1, X ip we can predict the dependent variable values. Approach Fig. 1 shows our approach for predicting recession using linear regression. We tested the performance of linear regression on different inputs 1. Input of all economic indicators for previous 8 quarters. 2. Input of all economic indicators for previous 12 quarters. 3. Input of all economic indicators for previous 16 quarters. Thus the set of dependent variables varies depending on the number of quarters we consider for prediction. Also, since the definition of recession is not very precise, we applied the approach to three different criteria - 1. Recession is indicated by occurrence of single quarter of negative growth GDP. 2. Recession is indicated by occurrence of two consecutive quarters of negative growth GDP. 3. Recession is indicated by occurrence of two quarters of negative growth GDP with at most one positive growth GDP quarter in between. Fig 6.1. Diagram showing the multiple regression approach. Our dependent variable indicated whether the next quarter will be in recession or not, thus predicting the start of recession. We used moving average of previous 5 values to smooth the input values. Smoothing is necessary because if we plot the values of any economic indicator the graph would have a lot of noise. This noise is caused because the values are not defined according to a smooth curve function. After the input data is smoothed we find the linear model for prediction. To find the coefficients in equation (1) we minimize the error ε i. Once the coefficients of the equation are found we use our test input to predict whether the next quarter is a recession or not. Fig 6.2 Graph showing smoothing effect on the economic indicator Housing Starts Predicting Economic Recession using Data Mining Techniques Page 8

9 Analysis of Results The available data was divided into two partsthe training and the testing data. We used data from and as test data for Linear Regression. The remaining data was used to find the coefficients of the linear model. Year Quarter Predicted Actual Yes Yes No Yes No Yes No Yes Yes Yes No No No No Yes No No No No No Yes No No No No No No No No No No No No No No No No Yes Yes Yes Table 6.1 Result for 12 quarters and alternate negative growth quarters for recession. Year Quarter Predicted Actual Yes No No No No Yes No Yes Yes Yes Yes No No No No No No No No No No No No No No No No No No No No No Yes No No No No Yes No Yes Table 6.2 Result for 12 quarters and consecutive negative growth quarters for recession. The data was tested for different number of input quarters. Linear regression performed best when the input was considered for the previous 12 quarters. Input for the previous 16 quarters generated a lot of false negatives whereas Inputs from previous 8 quarters ended up giving more false positives. This was expected behavior because considering the previous 4 years data, the trend was that no recession should occur. Similarly 8 quarters data as input proved to be smaller and thus predicted more quarters as recession. When we tested for different recession criteria, the results were most efficient when our criterion of recession was two consecutive negative growth quarters. This again shows the expected behavior because this is a widely followed definition for a recession. False -ve False +ve True -ve True +ve Accuracy Table % Tabl % Table 6.3 Accuracy Table 7. Autoregression A variant of the regression technique known as autoregression, which is usually applied to time series data, was applied to forecast future GDP values and decide whether the next quarter will be in recession or not. Autoregression predicts future values based on some of the immediate previous values in the times series. The ARIMA (Autoregressive Integrated Moving Average) model was used to perform autoregression on the time varying GDP values. The ARIMA model has two parts the autoregressive (AR) part and the moving average (MA) part. The ARIMA model takes three inputs a) p order of autoregressive part b) d degree of differencing c) q order of moving average part The equation that is obtained from the model is : X[t] = a[1]x[t-1] a[p]x[t-p] + e[t] + b[1]e[t-1] b[q]e[t-q] Predicting Economic Recession using Data Mining Techniques Page 9

10 Moving average smoothing is performed on the data to remove any bias due to single values in the data set. The model ARIMA(0,1,1), is the exponential smoothing model often used in forecasting. Exponential smoothing assigns exponentially decreasing weights as the observation get older. For the AR part, trials were performed by taking the previous 4, 8 and 12 quarters GDP values. Approach Using the ARIMA(8,1,1) model, the predicted GDP values for the next 3 quarters were found. If the first of the 3 quarters and one of the next two showed negative growth, that quarter was declared to be in recession. Best results were obtained when previous 8 quarters data was taken to be the order of regression. Results are shown below ARIMA(8,1,1) Yr / Qtr Q1, Q2, Q3 Predictions Result 1974 Q No 1974 Q Yes 1974 Q No 1974 Q No 1975 Q Yes 1975 Q Yes 1975 Q Yes 1975 Q No 1976 Q No 1976 Q No 2008 Q No 2008 Q No 2008 Q No 2008 Q No 2009 Q Yes Table Conclusion Among the four methods that were employed to try and predict recession, neural networks and multiple linear regression gave the best results. Neural networks, especially the Ward network in NeuroShell predicted very accurately the start of recession and also provided an estimate as to how long the recession would last. The autoregression technique proved to be inadequate in predicting recession since it gave results only after the actual start of recession. 9. References [1] Heather M. Anderson and Farshid Vahid Predicting the Probability of a Recession with Nonlinear Autoregressive Leading Indicator Models [2] Min Qi; Predicting US recessions with leading indicators via neural network models ; International Journal of Forecasting 17 (2001) [3] [4] [5] [6] [7] [8] tml It was observed from the above results that barring a few results, recession was predicted only the end of the actual recession period implying that this technique makes a prediction after the fact. Hence, auto regression was found not to be a good technique for predicting recession. Predicting Economic Recession using Data Mining Techniques Page 10

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

More information

Bond Market Prediction using an Ensemble of Neural Networks

Bond Market Prediction using an Ensemble of Neural Networks Bond Market Prediction using an Ensemble of Neural Networks Bhagya Parekh Naineel Shah Rushabh Mehta Harshil Shah ABSTRACT The characteristics of a successful financial forecasting system are the exploitation

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

Iran s Stock Market Prediction By Neural Networks and GA

Iran s Stock Market Prediction By Neural Networks and GA Iran s Stock Market Prediction By Neural Networks and GA Mahmood Khatibi MS. in Control Engineering mahmood.khatibi@gmail.com Habib Rajabi Mashhadi Associate Professor h_mashhadi@ferdowsi.um.ac.ir Electrical

More information

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Jovina Roman and Akhtar Jameel Department of Computer Science Xavier University of Louisiana 7325 Palmetto

More information

CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL

CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL CHAPTER 3 MA-FILTER BASED HYBRID ARIMA-ANN MODEL S. No. Name of the Sub-Title Page No. 3.1 Overview of existing hybrid ARIMA-ANN models 50 3.1.1 Zhang s hybrid ARIMA-ANN model 50 3.1.2 Khashei and Bijari

More information

Understanding neural networks

Understanding neural networks Machine Learning Neural Networks Understanding neural networks An Artificial Neural Network (ANN) models the relationship between a set of input signals and an output signal using a model derived from

More information

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach

Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach International Proceedings of Economics Development and Research IPEDR vol.86 (2016) (2016) IACSIT Press, Singapore Forecasting Foreign Exchange Rate during Crisis - A Neural Network Approach K. V. Bhanu

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017

International Journal of Research in Engineering Technology - Volume 2 Issue 5, July - August 2017 RESEARCH ARTICLE OPEN ACCESS The technical indicator Z-core as a forecasting input for neural networks in the Dutch stock market Gerardo Alfonso Department of automation and systems engineering, University

More information

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often by using artificial intelligence that can learn from

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS

SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS International Journal of Computer Engineering and Applications, Volume XI, Special Issue, May 17, www.ijcea.com ISSN 2321-3469 SURVEY OF MACHINE LEARNING TECHNIQUES FOR STOCK MARKET ANALYSIS Sumeet Ghegade

More information

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's LITERATURE REVIEW 2. LITERATURE REVIEW Detecting trends of stock data is a decision support process. Although the Random Walk Theory claims that price changes are serially independent, traders and certain

More information

Forecasting stock market prices

Forecasting stock market prices ICT Innovations 2010 Web Proceedings ISSN 1857-7288 107 Forecasting stock market prices Miroslav Janeski, Slobodan Kalajdziski Faculty of Electrical Engineering and Information Technologies, Skopje, Macedonia

More information

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi

Stock market price index return forecasting using ANN. Gunter Senyurt, Abdulhamit Subasi Stock market price index return forecasting using ANN Gunter Senyurt, Abdulhamit Subasi E-mail : gsenyurt@ibu.edu.ba, asubasi@ibu.edu.ba Abstract Even though many new data mining techniques have been introduced

More information

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction Association for Information Systems AIS Electronic Library (AISeL) MWAIS 206 Proceedings Midwest (MWAIS) Spring 5-9-206 A Comparative Study of Ensemble-based Forecasting Models for Stock Index Prediction

More information

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 104 111 A Novel Prediction Method for

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Ananya Narula *, Chandra Bhanu Jha * and Ganapati Panda ** E-mail: an14@iitbbs.ac.in; cbj10@iitbbs.ac.in;

More information

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE

More information

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Business Strategies in Credit Rating and the Control

More information

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method

Predicting Abnormal Stock Returns with a. Nonparametric Nonlinear Method Predicting Abnormal Stock Returns with a Nonparametric Nonlinear Method Alan M. Safer California State University, Long Beach Department of Mathematics 1250 Bellflower Boulevard Long Beach, CA 90840-1001

More information

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm

Foreign Exchange Rate Forecasting using Levenberg- Marquardt Learning Algorithm Indian Journal of Science and Technology, Vol 9(8), DOI: 10.17485/ijst/2016/v9i8/87904, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Foreign Exchange Rate Forecasting using Levenberg-

More information

A Markov switching regime model of the South African business cycle

A Markov switching regime model of the South African business cycle A Markov switching regime model of the South African business cycle Elna Moolman Abstract Linear models are incapable of capturing business cycle asymmetries. This has recently spurred interest in non-linear

More information

Time Series Forecasting Of Nifty Stock Market Using Weka

Time Series Forecasting Of Nifty Stock Market Using Weka Time Series Forecasting Of Nifty Stock Market Using Weka Raj Kumar 1, Anil Balara 2 1 M.Tech, Global institute of Engineering and Technology,Gurgaon 2 Associate Professor, Global institute of Engineering

More information

Artificially Intelligent Forecasting of Stock Market Indexes

Artificially Intelligent Forecasting of Stock Market Indexes Artificially Intelligent Forecasting of Stock Market Indexes Loyola Marymount University Math 560 Final Paper 05-01 - 2018 Daniel McGrath Advisor: Dr. Benjamin Fitzpatrick Contents I. Introduction II.

More information

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION Alexey Zorin Technical University of Riga Decision Support Systems Group 1 Kalkyu Street, Riga LV-1658, phone: 371-7089530, LATVIA E-mail: alex@rulv

More information

Chapter IV. Forecasting Daily and Weekly Stock Returns

Chapter IV. Forecasting Daily and Weekly Stock Returns Forecasting Daily and Weekly Stock Returns An unsophisticated forecaster uses statistics as a drunken man uses lamp-posts -for support rather than for illumination.0 Introduction In the previous chapter,

More information

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016)

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) 68-131 An Investigation of the Structural Characteristics of the Indian IT Sector and the Capital Goods Sector An Application of the

More information

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING Sumedh Kapse 1, Rajan Kelaskar 2, Manojkumar Sahu 3, Rahul Kamble 4 1 Student, PVPPCOE, Computer engineering, PVPPCOE, Maharashtra, India 2 Student,

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Cai-xia Xiang 1, Ping Xiao 2* 1 (School of Hunan University of Humanities, Science and Technology, Hunan417000,

More information

Introduction to Population Modeling

Introduction to Population Modeling Introduction to Population Modeling In addition to estimating the size of a population, it is often beneficial to estimate how the population size changes over time. Ecologists often uses models to create

More information

You can define the municipal bond spread two ways for the student project:

You can define the municipal bond spread two ways for the student project: PROJECT TEMPLATE: MUNICIPAL BOND SPREADS Municipal bond yields give data for excellent student projects, because federal tax changes in 1980, 1982, 1984, and 1986 affected the yields. This project template

More information

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of 10 CHAPTER 2 LITERATURE REVIEW 2.1 Artificial Neural Network Artificial neural network (ANN), usually ly called led Neural Network (NN), is an algorithm that was originally motivated ted by the goal of

More information

Predicting Changes in Quarterly Corporate Earnings Using Economic Indicators

Predicting Changes in Quarterly Corporate Earnings Using Economic Indicators business intelligence and data mining professor galit shmueli the indian school of business Using Economic Indicators [ group A8 ] prashant kumar bothra piyush mathur chandrakanth vasudev harmanjit singh

More information

Business Cycles in Pakistan

Business Cycles in Pakistan International Journal of Business and Social Science Vol. 3 No. 4 [Special Issue - February 212] Abstract Business Cycles in Pakistan Tahir Mahmood Assistant Professor of Economics University of Veterinary

More information

PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS

PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS Jharkhand Journal of Development and Management Studies XISS, Ranchi, Vol. 16, No.1, March 2018, pp. 7609-7621 PREDICTION OF THE INDIAN STOCK INDEX USING NEURAL NETWORKS Sitaram Pandey 1 & Amitava Samanta

More information

Prediction of Stock Closing Price by Hybrid Deep Neural Network

Prediction of Stock Closing Price by Hybrid Deep Neural Network Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(4): 282-287 Research Article ISSN: 2394-658X Prediction of Stock Closing Price by Hybrid Deep Neural Network

More information

Improving Returns-Based Style Analysis

Improving Returns-Based Style Analysis Improving Returns-Based Style Analysis Autumn, 2007 Daniel Mostovoy Northfield Information Services Daniel@northinfo.com Main Points For Today Over the past 15 years, Returns-Based Style Analysis become

More information

Draft. emerging market returns, it would seem difficult to uncover any predictability.

Draft. emerging market returns, it would seem difficult to uncover any predictability. Forecasting Emerging Market Returns Using works CAMPBELL R. HARVEY, KIRSTEN E. TRAVERS, AND MICHAEL J. COSTA CAMPBELL R. HARVEY is the J. Paul Sticht professor of international business at Duke University,

More information

Per Capita Housing Starts: Forecasting and the Effects of Interest Rate

Per Capita Housing Starts: Forecasting and the Effects of Interest Rate 1 David I. Goodman The University of Idaho Economics 351 Professor Ismail H. Genc March 13th, 2003 Per Capita Housing Starts: Forecasting and the Effects of Interest Rate Abstract This study examines the

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using SV Model In this chapter, the empirical performance of GARCH(1,1), GARCH-KF and SV models from

More information

Based on BP Neural Network Stock Prediction

Based on BP Neural Network Stock Prediction Based on BP Neural Network Stock Prediction Xiangwei Liu Foundation Department, PLA University of Foreign Languages Luoyang 471003, China Tel:86-158-2490-9625 E-mail: liuxwletter@163.com Xin Ma Foundation

More information

Relationship between Consumer Price Index (CPI) and Government Bonds

Relationship between Consumer Price Index (CPI) and Government Bonds MPRA Munich Personal RePEc Archive Relationship between Consumer Price Index (CPI) and Government Bonds Muhammad Imtiaz Subhani Iqra University Research Centre (IURC), Iqra university Main Campus Karachi,

More information

Variance in Volatility: A foray into the analysis of the VIX and the Standard and Poor s 500 s Realized Volatility

Variance in Volatility: A foray into the analysis of the VIX and the Standard and Poor s 500 s Realized Volatility Variance in Volatility: A foray into the analysis of the VIX and the Standard and Poor s 500 s Realized Volatility Arthur Kim Duke University April 24, 2013 Abstract This study finds that the AR models

More information

University of Regina

University of Regina FORECASTING RETURN VOLATILITY OF CRUDE OIL FUTURE PRICES USING ARTIFICIAL NEURAL NETWORKS; BASED ON INTRA MARKETS VARIABLES AND FOCUS ON THE SPECULATION ACTIVITY Authors Hamed Shafiee Hasanabadi, Saqib

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Applications of Neural Networks in Stock Market Prediction

Applications of Neural Networks in Stock Market Prediction Applications of Neural Networks in Stock Market Prediction -An Approach Based Analysis Shiv Kumar Goel 1, Bindu Poovathingal 2, Neha Kumari 3 1Asst. Professor, Vivekanand Education Society Institute of

More information

Alternate Models for Forecasting Hedge Fund Returns

Alternate Models for Forecasting Hedge Fund Returns University of Rhode Island DigitalCommons@URI Senior Honors Projects Honors Program at the University of Rhode Island 2011 Alternate Models for Forecasting Hedge Fund Returns Michael A. Holden Michael

More information

An Improved Approach for Business & Market Intelligence using Artificial Neural Network

An Improved Approach for Business & Market Intelligence using Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network.

Keywords Time series prediction, MSM30 prediction, Artificial Neural Networks, Single Layer Linear Counterpropagation network. Muscat Securities Market Index (MSM30) Prediction Using Single Layer LInear Counterpropagation (SLLIC) Neural Network Louay A. Husseien Al-Nuaimy * Department of computer Science Oman College of Management

More information

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition A Review of Artificial Neural Network Applications in Control Chart Pattern Recognition M. Perry and J. Pignatiello Department of Industrial Engineering FAMU - FSU College of Engineering 2525 Pottsdamer

More information

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking

State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking State Switching in US Equity Index Returns based on SETAR Model with Kalman Filter Tracking Timothy Little, Xiao-Ping Zhang Dept. of Electrical and Computer Engineering Ryerson University 350 Victoria

More information

2015, IJARCSSE All Rights Reserved Page 66

2015, IJARCSSE All Rights Reserved Page 66 Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Financial Forecasting

More information

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study Bond University epublications@bond Information Technology papers School of Information Technology 9-7-2008 Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

More information

The Analysis of ICBC Stock Based on ARMA-GARCH Model

The Analysis of ICBC Stock Based on ARMA-GARCH Model Volume 04 - Issue 08 August 2018 PP. 11-16 The Analysis of ICBC Stock Based on ARMA-GARCH Model Si-qin LIU 1 Hong-guo SUN 1* 1 (Department of Mathematics and Finance Hunan University of Humanities Science

More information

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India

Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Stock Market Prediction using Artificial Neural Networks IME611 - Financial Engineering Indian Institute of Technology, Kanpur (208016), India Name Pallav Ranka (13457) Abstract Investors in stock market

More information

Using artificial neural networks for forecasting per share earnings

Using artificial neural networks for forecasting per share earnings African Journal of Business Management Vol. 6(11), pp. 4288-4294, 21 March, 2012 Available online at http://www.academicjournals.org/ajbm DOI: 10.5897/AJBM11.2811 ISSN 1993-8233 2012 Academic Journals

More information

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Quantile Regression By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Agenda Overview of Predictive Modeling for P&C Applications Quantile

More information

NEWCASTLE UNIVERSITY. School SEMESTER /2013 ACE2013. Statistics for Marketing and Management. Time allowed: 2 hours

NEWCASTLE UNIVERSITY. School SEMESTER /2013 ACE2013. Statistics for Marketing and Management. Time allowed: 2 hours NEWCASTLE UNIVERSITY School SEMESTER 2 2012/2013 Statistics for Marketing and Management Time allowed: 2 hours Candidates should attempt ALL questions. Marks for each question are indicated. However you

More information

Performance analysis of Neural Network Algorithms on Stock Market Forecasting

Performance analysis of Neural Network Algorithms on Stock Market Forecasting www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8347-8351 Performance analysis of Neural Network Algorithms on Stock Market

More information

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks

A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks A Dynamic Hedging Strategy for Option Transaction Using Artificial Neural Networks Hyun Joon Shin and Jaepil Ryu Dept. of Management Eng. Sangmyung University {hjshin, jpru}@smu.ac.kr Abstract In order

More information

Valuation and Optimal Exercise of Dutch Mortgage Loans with Prepayment Restrictions

Valuation and Optimal Exercise of Dutch Mortgage Loans with Prepayment Restrictions Bart Kuijpers Peter Schotman Valuation and Optimal Exercise of Dutch Mortgage Loans with Prepayment Restrictions Discussion Paper 03/2006-037 March 23, 2006 Valuation and Optimal Exercise of Dutch Mortgage

More information

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation

Outline. Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data. Background. Introduction and Motivation Neural Network Application For Predicting Stock Index Volatility Using High Frequency Data Project No CFWin03-32 Presented by: Venkatesh Manian Professor : Dr Ruppa K Tulasiram Outline Introduction and

More information

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Asian Academy of Management Journal, Vol. 7, No. 2, 17 25, July 2002 COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Joachim Tan Edward Sek

More information

Predicting stock prices for large-cap technology companies

Predicting stock prices for large-cap technology companies Predicting stock prices for large-cap technology companies 15 th December 2017 Ang Li (al171@stanford.edu) Abstract The goal of the project is to predict price changes in the future for a given stock.

More information

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company)

Predicting the stock price companies using artificial neural networks (ANN) method (Case Study: National Iranian Copper Industries Company) ORIGINAL ARTICLE Received 2 February. 2016 Accepted 6 March. 2016 Vol. 5, Issue 2, 55-61, 2016 Academic Journal of Accounting and Economic Researches ISSN: 2333-0783 (Online) ISSN: 2375-7493 (Print) ajaer.worldofresearches.com

More information

Regional Business Cycles In the United States

Regional Business Cycles In the United States Regional Business Cycles In the United States By Gary L. Shelley Peer Reviewed Dr. Gary L. Shelley (shelley@etsu.edu) is an Associate Professor of Economics, Department of Economics and Finance, East Tennessee

More information

The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers

The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers In a previous paper we examined a trading system, called The Next Bar Forecast System. That system

More information

Real-Options Analysis: A Luxury-Condo Building in Old-Montreal

Real-Options Analysis: A Luxury-Condo Building in Old-Montreal Real-Options Analysis: A Luxury-Condo Building in Old-Montreal Abstract: In this paper, we apply concepts from real-options analysis to the design of a luxury-condo building in Old-Montreal, Canada. We

More information

The use of real-time data is critical, for the Federal Reserve

The use of real-time data is critical, for the Federal Reserve Capacity Utilization As a Real-Time Predictor of Manufacturing Output Evan F. Koenig Research Officer Federal Reserve Bank of Dallas The use of real-time data is critical, for the Federal Reserve indices

More information

Pattern Recognition by Neural Network Ensemble

Pattern Recognition by Neural Network Ensemble IT691 2009 1 Pattern Recognition by Neural Network Ensemble Joseph Cestra, Babu Johnson, Nikolaos Kartalis, Rasul Mehrab, Robb Zucker Pace University Abstract This is an investigation of artificial neural

More information

Jaime Frade Dr. Niu Interest rate modeling

Jaime Frade Dr. Niu Interest rate modeling Interest rate modeling Abstract In this paper, three models were used to forecast short term interest rates for the 3 month LIBOR. Each of the models, regression time series, GARCH, and Cox, Ingersoll,

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Tejaswini patil 1, Karishma patil 2, Devyani Sonawane 3, Chandraprakash 4 Student, Dept. of computer, SSBT COET, North Maharashtra

More information

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright

[D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright Faculty and Institute of Actuaries Claims Reserving Manual v.2 (09/1997) Section D7 [D7] PROBABILITY DISTRIBUTION OF OUTSTANDING LIABILITY FROM INDIVIDUAL PAYMENTS DATA Contributed by T S Wright 1. Introduction

More information

Sustainability of Current Account Deficits in Turkey: Markov Switching Approach

Sustainability of Current Account Deficits in Turkey: Markov Switching Approach Sustainability of Current Account Deficits in Turkey: Markov Switching Approach Melike Elif Bildirici Department of Economics, Yıldız Technical University Barbaros Bulvarı 34349, İstanbul Turkey Tel: 90-212-383-2527

More information

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes.

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes. Introduction In the previous chapter we discussed the basic concepts of probability and described how the rules of addition and multiplication were used to compute probabilities. In this chapter we expand

More information

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET)

Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange of Thailand (SET) Thai Journal of Mathematics Volume 14 (2016) Number 3 : 553 563 http://thaijmath.in.cmu.ac.th ISSN 1686-0209 Improving Stock Price Prediction with SVM by Simple Transformation: The Sample of Stock Exchange

More information

Stock Market Forecasting Using Artificial Neural Networks

Stock Market Forecasting Using Artificial Neural Networks Stock Market Forecasting Using Artificial Neural Networks Burak Gündoğdu Abstract Many papers on forecasting the stock market have been written by the academia. In addition to that, stock market prediction

More information

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Introduction Uthajakumar S.S 1 and Selvamalai. T 2 1 Department of Economics, University of Jaffna. 2

More information

The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers

The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers In a previous article we examined a trading system that used the velocity of prices fit by a Least Squares

More information

Web Extension 25A Multiple Discriminant Analysis

Web Extension 25A Multiple Discriminant Analysis Nikada/iStockphoto.com Web Extension 25A Multiple Discriminant Analysis As we have seen, bankruptcy or even the possibility of bankruptcy can cause significant trauma for a firm s managers, investors,

More information

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay Homework Assignment #2 Solution April 25, 2003 Each HW problem is 10 points throughout this quarter.

More information

Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption

Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas Consumption Prabodh Kumar Pradhan Assistant Professor Regional College of Management Chandrasekhar Pur, Bhubaneswar 751023 INDIA

More information

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(4): 5179-5183, 014 DOI:10.1906/rjaset.7.915 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Submitted: February

More information

Book References for the Level 2 Reading Plan. A Note About This Plan

Book References for the Level 2 Reading Plan. A Note About This Plan CMT Level 2 Reading Plan Fall 2013 Book References for the Level 2 Reading Plan Book references are given as the following: TAST Technical Analysis of Stock Trends, 9 th Ed. TA Technical Analysis, The

More information

Role of soft computing techniques in predicting stock market direction

Role of soft computing techniques in predicting stock market direction REVIEWS Role of soft computing techniques in predicting stock market direction Panchal Amitkumar Mansukhbhai 1, Dr. Jayeshkumar Madhubhai Patel 2 1. Ph.D Research Scholar, Gujarat Technological University,

More information

$tock Forecasting using Machine Learning

$tock Forecasting using Machine Learning $tock Forecasting using Machine Learning Greg Colvin, Garrett Hemann, and Simon Kalouche Abstract We present an implementation of 3 different machine learning algorithms gradient descent, support vector

More information

Forecasting Foreign Exchange Rate by using ARIMA Model: A Case of VND/USD Exchange Rate

Forecasting Foreign Exchange Rate by using ARIMA Model: A Case of VND/USD Exchange Rate Forecasting Foreign Exchange Rate by using ARIMA Model: A Case of VND/USD Exchange Rate Tran Mong Uyen Ngan School of Economics, Huazhong University of Science and Technology (HUST),Wuhan. P.R. China Abstract

More information

INFLATION TARGETING AND INDIA

INFLATION TARGETING AND INDIA INFLATION TARGETING AND INDIA CAN MONETARY POLICY IN INDIA FOLLOW INFLATION TARGETING AND ARE THE MONETARY POLICY REACTION FUNCTIONS ASYMMETRIC? Abstract Vineeth Mohandas Department of Economics, Pondicherry

More information

Foreign Exchange Forecasting via Machine Learning

Foreign Exchange Forecasting via Machine Learning Foreign Exchange Forecasting via Machine Learning Christian González Rojas cgrojas@stanford.edu Molly Herman mrherman@stanford.edu I. INTRODUCTION The finance industry has been revolutionized by the increased

More information

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70

Valencia. Keywords: Conditional volatility, backpropagation neural network, GARCH in Mean MSC 2000: 91G10, 91G70 Int. J. Complex Systems in Science vol. 2(1) (2012), pp. 21 26 Estimating returns and conditional volatility: a comparison between the ARMA-GARCH-M Models and the Backpropagation Neural Network Fernando

More information

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market *

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market * Proceedings of the 6th World Congress on Intelligent Control and Automation, June - 3, 006, Dalian, China Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of

More information