REGRESSION, THEIL S AND MLP FORECASTING MODELS OF STOCK INDEX

Size: px
Start display at page:

Download "REGRESSION, THEIL S AND MLP FORECASTING MODELS OF STOCK INDEX"

Transcription

1 International Journal of Computer Engineering and Technology (IJCET), ISSN (Print) ISSN (Online) Volume 1 Number 1, May - June (2010), pp IAEME, International Journal of Computer Engineering and Technology (IJCET), ISSN (Print), REGRESSION, THEIL S AND MLP FORECASTING MODELS OF STOCK INDEX K. V. Sujatha Research Scholar Sathyabama University, Chennai sujathacenthil@gmail.com S. Meenakshi Sundaram Department of Mathematics Sathyabama University, Chennai sundarambhu@rediffmail.com IJCET I A E M E ABSTRACT Financial Forecasting or specifically Stock Market prediction is one of the hottest fields of research lately due to its commercial applications owing to the high stakes and the kinds of attractive benefits that it has to offer. Financial time-series is one of the noisiest and non-stationary signals present and hence very difficult to forecast. In this paper we have made an attempt to forecast the daily prices of stock index using a Regression, Theil s and MLP models and the predictive ability of these models are compared using standard error measures. Keywords: Forecasting, Regression, Principal Component, Perceptron, MAPE. 1. INTRODUCTION Trading in stock market indices has gained unprecedented popularity in major financial markets around the world. However, the prediction of stock price index is a very difficult problem because of the complexity of the stock market data, and is affected by many factors including political events, general economic conditions, and investors expectations. Modeling the behavior of a market index is a challenging task for several reasons. There are two major approaches (fundamental and technical) for analyzing stock price prediction [1]. 82

2 Due to the lack of profound knowledge about interior running rules in nonlinear systems like stock system, we have no idea about the variables which are more influential and important and which are not. Input variables are selected only depending on opening and objective historical data in a stock market. To avoid missing important data influencing prediction from the historical data, Principal Component Analysis (PCA), is usually used. A functional principal component technique for the Statistical analysis of a set of financial time series highlights some relevant statistical features of such related datasets [3]. This method is to replace original variables with new ones, which are less in number and not mutually correlative, and contain most of the information of original variables [6]. Xiaoping Yang [4] used PCA to find the principal components that are taken as inputs for predicting stock prices using neural network. Variables high, low, open, volume and adjusted closing were considered for prediction of closing prices using Hybrid Kohonen Self Organizing Map [5]. Liu et al [7] used the back propagation neural networks using moving average, deviation from moving average, turnover moving average, and relative index for prediction. In Versace et al s work[8], values used are open, high, low, close and volume of a specific stock while Baba [9] used change of index, PBR, changes of the turnover by foreign traders, changes of current rates, and turnover in local stock market. MLP outperformed RBF in predicting weekly closing prices using the variables open, high, low and volume [10]. In the recent years, Artificial Neural Networks (ANNs) have been applied to many areas of statistics. One of these areas is time series forecasting [11-19]. The variables considered in this article for predicting the daily closing prices are the historic prices, daily opening, low and high prices of BSE Sensex from 1 st January 2009 till 31 st March Principal component analysis resulted in a single set of variable. The closing prices are predicted by fitting a parametric model Simple Linear Regression and also by classical Non parametric model Theil s Incomplete Method. Multilayer Perceptron is another non parametric model that is used to forecast the daily closing prices taking the principal component as the predictor variable. The forecast error values are measured which is the difference between the actual value and the forecast value for the corresponding period all three models. Error values MAPE, SMAPE and 83

3 MAE are related with how close the forecasted values are to the target ones. Lower the error values, better is the forecaster. 2 MODEL DESCRIPTION 2.1 PRINCIPAL COMPONENT ANALYSIS Principal component analysis is appropriate when there are number of observed variables and wishes to develop a smaller number of artificial variables (called principal components) that will account for most of the variance in the observed variables. The principal components may then be used as predictor or criterion variables in subsequent analyses. Principal component analysis is a variable reduction procedure. It is useful when there is redundancy in the data obtained on the number of variables. Here redundancy means that some of the variables are correlated with one another, possibly because they are measuring the same construct. Because of this redundancy it is possible to reduce the observed variables into smaller number of principal components that will account for most of the variance in the observed variables. Technically, a principal component can be defined as a linear combination of optimally weighted observed variables. Below is the general form for the formula to compute the first component extracted in a principal component analysis: C 1 = b 11 (X 1 )+ b 12 (X 2 )+.. b 1p (X p ) Where, C 1 = the first component extracted b 1p = the regression coefficient for the observed variable p, X p = the value of the observed variable. 2.2 SIMPLE LINEAR REGRESSION Simple linear regression fits a straight line through the set of n points in such a way that makes the sum of squared residuals of the model as small as possible. Regression has the following assumptions The dependent variable is linearly related to the independent variable. Residuals follow normal distribution. Residuals have uniform variance. 84

4 Regression parameters for a straight line model y = a + bx are calculated by the least squares method (minimization of the sum of squares of deviations from a straight line). This differentiates to the following formulae for the slope (b) and the y intercept (a) of the line 2.3 THEIL S INCOMPLETE METHOD A simple, non-parametric approach to fit a straight line to a set of (x,y)-points is the Theil's incomplete method which assumes that points (x 1, y 1 ), (x 2, y 2 )... (x N, y N ) are described by the equation y = a + bx The calculation of a and b takes place as follows: All N data points are ranked in ascending order of x-values. The data are separated into two equal size (m) groups, the low (L) and the high (H) group. If N is odd the middle data point is not included to either group The slope b i is calculated for all points of each group, i.e. b i = (y H,I y L,i )/ (x H,I x L,i ) for i=1,2,,m The median of the m slope values b 1, b 2,..,b m is calculated and it is taken as the best estimate of the slope (b) of the line, i.e. b = median(b 1, b 2,.. b m ). For each data point (x i,y i ) the value of intercept a i is calculated using the previously calculated slope b, i.e. a i =y i - bx i for i=1,2, N The median of the N intercept values a 1, a 2,... a N is calculated and it is taken as the best estimate of the intercept (a) of the line, i.e. a = median (a 1, a 2,... a N ). 85

5 2.4 MULTILAYER PERCEPTRON. A multilayer perceptron is a feed forward network model that maps sets of input data onto a set of appropriate output. It is a modification of the standard linear perceptron in that it uses three or more layers of neurons (nodes) with nonlinear activation functions, and is more powerful than the perceptron in that it can distinguish data that is not linearly separable. The MLP divides the data set in to three parts Training, Testing and Holdout. Training - This segment of data is used only to train the network. Testing - This segment of data is a part of the training data to prevent over training Hold out - This set of data used to assess the final neural network. Hold out data set gives an honest estimate of the predictive ability of the model. Multilayer Layer Perceptron has rescaling option which is done to improve the network training. There are three rescaling options: standardization, normalization, and adjusted normalization. All rescaling is performed based on the training data, even if a testing or holdout sample is defined. The activation function of the hidden layer can be hyperbolic tangent or sigmoid. The units in the output layer can use any one of the following activation function - Identity, Sigmoid, Softmax or Hyperbolic Tangent. 2.5 ERROR MEASURES Error Functions that are used are sum of square error and relative error. Sum of square error is defined as the sum of the squared deviation between observed and the model predicted value. Relative Error is the ratio of an absolute error to the true, specified, or theoretically correct value of the quantity that is in error MeanAverag eerror, MAE = 1 n n t= 1 A t P t MeanAveragePercentError, MAPE = 1 n n t= 1 A t P A t t Where 1 A Pt SymmentricMeanAveragePercentError, SMAPE =, n P At is the actual value and Pt is the predicted value. 86 n t t= 1 At + t

6 3 FINDINGS AND RESULTS Principal Component Analysis of the variable daily high, low and opening prices of BSE Sensex data resulted in the single principal component which is further used in predicting the closing prices by the methods discussed above. The factor determining the number of principal component, the eigen value and the factor loading of the principal components are given in Table 1. Table 1 Principal Component Analysis Eigenvalues Difference Proportion 81.97% 17.98% 0.03% 0.02% Cumulative 81.97% 99.95% 99.98% % Criteria: Kaiser Weights Factors F1 PCA PCA1 V V V V V V V V Exp. Var

7 Initial Descriptive analysis of the daily closing prices and the predictor variable (principal component variable) is given in Table 2. The assumptions of simple linear regression are checked and then with this set of observation the line of regression is fitted. Table 2 Descriptive Statistics Variable Mean Standard Deviation Skewness Kurtosis Daily Closing Principal Component Table 3 Tests of Normality Kolmogorov-Smirnov Shapiro-Wilk Statistic df Sig. Statistic df Significance Closing PCA Durbin Watson value is 2.11 clearly states the absence of autocorrelation. Normality tests Kolmogorov-Smirnov and Shapiro-Wilk were performed and the outcome were displayed in Table 3. From the Table 3 it is clear that both the tests imply that the condition of normality is not met. Using method of Least Squares, the Simple Linear Regression Model for the data is given by Y = X, where X is the principal component variable and Y represents the daily closing price of BSE. By the classical Nonparametric model Theil s method, the model is given by Y = X, where X is the principal component and Y represents the daily closing price. 88

8 For modeling the data with Multilayer Perceptron, the Principal component variable is taken as covariate and the daily closing prices of BSE is considered to be the target variable. Smoothing (standardized, normalized and adjusted normalized) of both the dependent variable and covariates are done successively. All possible combination, changing the activation function of the hidden layer (hyperbolic tangent and sigmoid) and that of the output layer (Identity, hyperbolic tangent and sigmoid) the sum of square error and relative error values are measured with different scaling options. The different combinations of the activation function of the output and the hidden layer with the three rescaling options of the input and target variables resulted in 30 models. The architecture for which the sum of square and relative error was minimum is the one in which the smoothing of both the dependent and covariates are normal with hyperbolic tangent as the activation function of the hidden layer and Identity for the output layer. Table 5 gives the MAE, MAPE, SMAPE and R square values for the above models discussed above. Figure 1 shows how the models predict the closing prices for the last 50 data point. Table 6 MAE, MAPE and SMAPE values Model MAE MAPE SMAPE R 2 Value Linear Regression Theil s Incomplete Method Multilayer Perceptron

9 Figure 1 shows how the models predict the closing prices for the last 50 data point. 4 CONCLUSION The best model for forecasting the daily closing prices was found to be linear regression. The model yielded the least error, only on average measured by the MAPE, on average measured by SMAPE and as the MAE value. The R square value is which indicates that the model is appropriate in predicting the daily closing prices when the daily opening, high and low prices are considered for predicting. This model out performed the nonparametric Theil s method and MLP models. It will be interesting to conduct further studies to compare the results with addition variables. 5. REFERENCES 1. Kai Keng Ang and Chai Quek, (2006), Stock Trading Using RSPOP: A Novel Rough Set-Based Neuro-Fuzzy Approach, IEEE Transactions of Neural Networks, 17(5): Brabazon. T., (2000) A connectivist approach to index modelling in financing markets, In Proceedings, Coil / EvoNet Summer School. University of Limerick. 3. Salvatore Ingrassia and G. Damiana Costanzo. (2005), Functional principal component analysis of financial time series, Vichi M., Monari P., Mignani S., Montanari A. (Eds.) New Developments in Classification and Data Analysis, Pages , Springer-Verlag, Berlin. 90

10 4. Xiaoping Yang (2005), The Prediction of Stock Prices Based on PCA and BP Neural Networks Chinese Business Review, ISSN , USA Volume 4, No.5 (Serial No.23), Page Mark O. Afolabi, Olatoyosi Olude (2007), Predicting Stock Prices Using a Hybrid Kohonen Self Organizing Map (SOM), Proceedings of the 40 th Hawaii International Conference on System Sciences, IEEE. 6. Huixin Ke, Jinghua Huang, Hao Shen (2007), Statistic Analysis in Investigation and Research, Beijing: Beijing Broadcast University Press, Qiong Liu, Xin Lu, Fuji Ren and Shingo Kuroiwa.( 2004), Automatic Estimation of Stock Market Forecasting and Generating the Corresponding Natural language Expression, IEEE Proceedings of the International Conference on Information Technology: Coding and Computing. 8. Versace M., Bhatt R., Hinds O. and Shiffer M. (2004), Predicting the exchange traded fund DIA with a combination of genetic algorithms and neural networks. Expert Systems with applications, Elsevier. 9. Baba N., Naoyuki I. and Hiroyuki A. (2000), Utilization of Neural Networks & GAs for Constructing Reliable Decision Support Systems to Deal Stocks. Proceedings of IEEE-INNS-ENNS International Joint Conference on Neural Networks. 10. Sujatha K. V. and S. Meenakshi Sundaram, (2010), A MLP, RBF Neural Network Model for Prediction in BSE SENSEX Data Set, Proceedings of National Conference on Applied Mathematics. 11. Katijani, Y., W.K. Hipel and A.I. McLeod, (2005), Forecasting Nonlinear Time Series with Feedforward Neural Networks: A Case Study of Canadian Lynx Data. Journal of Forecasting, 24: Yao, J., Y. Li and C.L. Tan, (2000), Option Price Forecasting Using Neural Networks. Omega, 28: Chakraborty, K., Merotra K., Mohan C.K. and Ranka S, (1992), Forecasting the Behavior of Multivariate Time-Series Using Neural Network, Neural Networks, 5:

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

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

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

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

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

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

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

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES

ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES ARTIFICIAL NEURAL NETWORK SYSTEM FOR PREDICTION OF US MARKET INDICES USING MISO AND MIMO APROACHES Hari Sharma, Virginia State University Hari S. Hota, Bilaspur University Kate Brown, University of Maryland

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

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

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

Keywords: artificial neural network, backpropagtion algorithm, derived parameter.

Keywords: artificial neural network, backpropagtion algorithm, derived parameter. Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

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

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

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

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

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1 GGraph 9 Gender : R Linear =.43 : R Linear =.769 8 7 6 5 4 3 5 5 Males Only GGraph Page R Linear =.43 R Loess 9 8 7 6 5 4 5 5 Explore Case Processing Summary Cases Valid Missing Total N Percent N Percent

More information

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model

Prediction of Future Stock Close Price using Proposed Hybrid ANN Model of Functional Link Fuzzy Logic Neural Model Institute of Advanced Engineering and Science IAES International Journal of Artificial Intelligence (IJ-AI) Vol. 1, No. 1, March 2012, pp. 25~30 ISSN: 2252-8938 25 Prediction of Future Stock Close Price

More information

Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange

Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange Evaluate the Ability of Artificial Neural Network to Predict the Stock Price of Non-Metallic Mineral Products Industry in Tehran's Stock Exchange Mohammad Sarchami, Department of Accounting, College Of

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

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index

The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Research Online ECU Publications Pre. 2011 2008 The Use of Neural Networks in the Prediction of the Stock Exchange of Thailand (SET) Index Suchira Chaigusin Chaiyaporn Chirathamjaree Judith Clayden 10.1109/CIMCA.2008.83

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

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

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

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

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

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

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

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

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting

A multiple model of perceptron neural network with sample selection through chicken swarm algorithm for financial forecasting Communications on Advanced Computational Science with Applications 2017 No. 1 (2017) 85-94 Available online at www.ispacs.com/cacsa Volume 2017, Issue 1, Year 2017 Article ID cacsa-00070, 10 Pages doi:10.5899/2017/cacsa-00070

More information

Stock price development forecasting using neural networks

Stock price development forecasting using neural networks Stock price development forecasting using neural networks Jaromír Vrbka 1* and Zuzana Rowland 2 1 Institute of Technology and Business in České Budějovice, School of Expertness and Valuation, Okružní 10,

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

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

Journal of Internet Banking and Commerce

Journal of Internet Banking and Commerce Journal of Internet Banking and Commerce An open access Internet journal (http://www.icommercecentral.com) Journal of Internet Banking and Commerce, December 2017, vol. 22, no. 3 STOCK PRICE PREDICTION

More information

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Stock Price Prediction using Artificial Neural Network Omprakash Barapatre omprakashbarapatre@bitraipur.ac.in

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

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

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares)

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares) International Journal of Advanced Engineering and Technology ISSN: 2456-7655 www.newengineeringjournal.com Volume 1; Issue 1; March 2017; Page No. 46-51 Design and implementation of artificial neural network

More information

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model

Long Term and Short Term Investment Strategy for Predicting the Performance of BSE using MLP Model Indian Journal of Science and Technology, Vol 8(22), IPL0250, September 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Long Term and Short Term Investment Strategy for Predicting the Performance

More information

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model

Keywords: artificial neural network, backpropagtion algorithm, capital asset pricing model Volume 5, Issue 11, November 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

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

Providing a Model to Predict Future Cash Flow Using Neural Networks on the Pharmaceutical and Chemical Industries of Tehran Stock Market

Providing a Model to Predict Future Cash Flow Using Neural Networks on the Pharmaceutical and Chemical Industries of Tehran Stock Market Providing a Model to Predict Future Cash Flow Using Neural Networks on the Pharmaceutical and Chemical Industries of Tehran Stock Market Mohammad Khakrah Kahnamouei (Corresponding author) Dept. of Accounting,

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

ANN Robot Energy Modeling

ANN Robot Energy Modeling IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 4 Ver. III (Jul. Aug. 2016), PP 66-81 www.iosrjournals.org ANN Robot Energy Modeling

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

Reliability and Accuracy of Neural Networks for Exchange Rate

Reliability and Accuracy of Neural Networks for Exchange Rate Reliability and Accuracy of Neural Networks for Exchange Rate David Semaan 1, Atef Harb 1 and Abdallah Kassem 2 (IEEE Member) 1 Faculty of Business Administration & Economics, Graduate Division 2 Department

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

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria

Dr. P. O. Asagba Computer Science Department, Faculty of Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Nigeria PREDICTING THE NIGERIAN STOCK MARKET USING ARTIFICIAL NEURAL NETWORK S. Neenwi Computer Science Department, Rivers State Polytechnic, Bori, PMB 20, Rivers State, Nigeria. Dr. P. O. Asagba Computer Science

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

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS Melfi Alrasheedi School of Business, King Faisal University, Saudi

More information

Neuro-Genetic System for DAX Index Prediction

Neuro-Genetic System for DAX Index Prediction Neuro-Genetic System for DAX Index Prediction Marcin Jaruszewicz and Jacek Mańdziuk Faculty of Mathematics and Information Science, Warsaw University of Technology, Plac Politechniki 1, 00-661 Warsaw,

More information

Modeling customer revolving credit scoring using logistic regression, survival analysis and neural networks

Modeling customer revolving credit scoring using logistic regression, survival analysis and neural networks Modeling customer revolving credit scoring using logistic regression, survival analysis and neural networks NATASA SARLIJA a, MIRTA BENSIC b, MARIJANA ZEKIC-SUSAC c a Faculty of Economics, J.J.Strossmayer

More information

Multi-factor Stock Selection Model Based on Kernel Support Vector Machine

Multi-factor Stock Selection Model Based on Kernel Support Vector Machine Journal of Mathematics Research; Vol. 10, No. 5; October 2018 ISSN 1916-9795 E-ISSN 1916-9809 Published by Canadian Center of Science and Education Multi-factor Stock Selection Model Based on Kernel Support

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

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

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

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

More information

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex R. Arjun Raj # # Research Scholar, APJ Abdul Kalam Technological University, College

More information

Predicting Economic Recession using Data Mining Techniques

Predicting Economic Recession using Data Mining Techniques 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 Abstract

More information

Option Pricing using Neural Networks

Option Pricing using Neural Networks Option Pricing using Neural Networks Technical Report by Norbert Fogarasi (Jan 2004) 1. Introduction Among nonparametric option pricing techniques, probably the most fertile area for empirical research

More information

The Role of Cash Flow in Financial Early Warning of Agricultural Enterprises Based on Logistic Model

The Role of Cash Flow in Financial Early Warning of Agricultural Enterprises Based on Logistic Model IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS The Role of Cash Flow in Financial Early Warning of Agricultural Enterprises Based on Logistic Model To cite this article: Fengru

More information

Empirical Research on the Relationship Between the Stock Option Incentive and the Performance of Listed Companies

Empirical Research on the Relationship Between the Stock Option Incentive and the Performance of Listed Companies International Business and Management Vol. 10, No. 1, 2015, pp. 66-71 DOI:10.3968/6478 ISSN 1923-841X [Print] ISSN 1923-8428 [Online] www.cscanada.net www.cscanada.org Empirical Research on the Relationship

More information

PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET

PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET PORTFOLIO MODELLING USING THE THEORY OF COPULA IN LATVIAN AND AMERICAN EQUITY MARKET Vladimirs Jansons Konstantins Kozlovskis Natala Lace Faculty of Engineering Economics Riga Technical University Kalku

More information

Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China

Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China JOURNAL OF SIMULATION, VOL. 6, NO. 4, Aug. 2018 71 Do Trading Volume and MACD Indicator Contains Information Content of Stock Price? Evidence from China 2014-2015 Pinglin He a, Zheyu Pan * School of Economics

More information

A Comparison of Jordanian Bankruptcy Models: Multilayer Perceptron Neural Network and Discriminant Analysis

A Comparison of Jordanian Bankruptcy Models: Multilayer Perceptron Neural Network and Discriminant Analysis International Business Research; Vol. 9, No. 12; 2016 ISSN 1913-9004 E-ISSN 1913-9012 Published by Canadian Center of Science and Education A Comparison of Jordanian Bankruptcy Models: Multilayer Perceptron

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

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques

Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Stock Market Prediction with Various Technical Indicators Using Neural Network Techniques Richa Handa 1, H.S. Hota 2, S.R. Tandan 3 1 M.Tech Scholar, Dr. C.V. Raman University, Bilaspur(C.G.), India 2

More information

LAMPIRAN 1: OUTPUT SPSS

LAMPIRAN 1: OUTPUT SPSS LAMPIRAN : OUTPUT SPSS Statistik Deskriptif Descriptive Statistics N Minimum Maximum Mean Std. Deviation Daabs 95.0022.0902.03744.0226569 CAR 95.0789.339.43306.0463305 RORA 95 -.447.8074.052244.29802 ROA

More information

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Universal Journal of Mechanical Engineering 5(3): 77-86, 2017 DOI: 10.13189/ujme.2017.050302 http://www.hrpub.org Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Joseph

More information

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

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

DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models

DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models DECISION SCIENCES INSTITUTE Stock Trading Decisions Using Ensemble-based Forecasting Models Dhanya Jothimani Indian Institute of Technology Delhi, India Email: dhanyajothimani@gmail.com Ravi Shankar Indian

More information

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Kai Chun Chiu and Lei Xu Department of Computer Science and Engineering The Chinese University of Hong Kong, Shatin,

More information

Estimating term structure of interest rates: neural network vs one factor parametric models

Estimating term structure of interest rates: neural network vs one factor parametric models Estimating term structure of interest rates: neural network vs one factor parametric models F. Abid & M. B. Salah Faculty of Economics and Busines, Sfax, Tunisia Abstract The aim of this paper is twofold;

More information

DESIGNING A FORECAST MODEL FOR ECONOMIC GROWTH OF JAPAN USING COMPETITIVE (HYBRID ANN VS MULTIPLE REGRESSION) MODELS

DESIGNING A FORECAST MODEL FOR ECONOMIC GROWTH OF JAPAN USING COMPETITIVE (HYBRID ANN VS MULTIPLE REGRESSION) MODELS DESIGNING A FORECAST MODEL FOR ECONOMIC GROWTH OF JAPAN USING COMPETITIVE (HYBRID ANN VS MULTIPLE REGRESSION) MODELS Ahmet DEMIR Ishik University, Erbil, Iraq, ahmet.demir@ishik.edu.iq AtabekSHADMANOV

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

Neural Network Approach for Stock Prediction using Historical Data

Neural Network Approach for Stock Prediction using Historical Data Neural Network Approach for Stock Prediction using Historical Data Yuvraj Wadghule SND COE & RC,Yeola Prof. I.R. Shaikh SND COE & RC,Yeola ABSTRACT In today s era the count of investor is increasing dayby

More information

Department of Management, College of Management, Islamic Azad University of Qazvin, Qazvin, Iran

Department of Management, College of Management, Islamic Azad University of Qazvin, Qazvin, Iran Asian Social Science; Vol. 12, No. 6; 2016 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Center of Science and Education The Investigation and Comparison of the Performance of Heuristic Methods

More information

Multiple Regression Approach to Fit Suitable Model for All Share Price Index with Other Important Related Factors

Multiple Regression Approach to Fit Suitable Model for All Share Price Index with Other Important Related Factors Multiple Regression Approach to Fit Suitable Model for All Share Price Index with Other Important Related Factors Aboobacker Jahufer and Imras AHM Department of Mathematical Science, Faculty of Applied

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

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

Anshika 1. Abstract. 1. Introduction

Anshika 1. Abstract. 1. Introduction Micro-economic factors affecting stock returns: an empirical study of S&P BSE Bankex companies Abstract Anshika 1 1 Research Scholar, PEC University of Technology, Sector 12, Chandigarh, 160012, India

More information

An Empirical Research on Chinese Stock Market Volatility Based. on Garch

An Empirical Research on Chinese Stock Market Volatility Based. on Garch Volume 04 - Issue 07 July 2018 PP. 15-23 An Empirical Research on Chinese Stock Market Volatility Based on Garch Ya Qian Zhu 1, Wen huili* 1 (Department of Mathematics and Finance, Hunan University of

More information

American Option Pricing Formula for Uncertain Financial Market

American Option Pricing Formula for Uncertain Financial Market American Option Pricing Formula for Uncertain Financial Market Xiaowei Chen Uncertainty Theory Laboratory, Department of Mathematical Sciences Tsinghua University, Beijing 184, China chenxw7@mailstsinghuaeducn

More information

One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks

One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks One-Step and Multi-Step Ahead Stock Prediction Using Backpropagation Neural Networks Guanqun Dong, Kamaladdin Fataliyev, Lipo Wang School of Electrical and Electronic Engineering Nanyang Technological

More information

Keywords: Average Returns, Standard Deviation, Fund Beta, Treynor, Sharpe, Jensen and Fama s Ratio, least square model, perception modeling

Keywords: Average Returns, Standard Deviation, Fund Beta, Treynor, Sharpe, Jensen and Fama s Ratio, least square model, perception modeling MULTILAYER PERCEPTION MODELING AND PERFORMANCE MEASURES: MUTUAL FUND PATTERNS ON FDI WITH SPECIAL REFERENCE TO INDIAN EQUITY FUNDS Jothi Basu T.* and Dr. Kavitha Shanmugam** Centre for Research and Development,

More information

The Efficiency of Artificial Neural Networks for Forecasting in the Presence of Autocorrelated Disturbances

The Efficiency of Artificial Neural Networks for Forecasting in the Presence of Autocorrelated Disturbances International Journal of Statistics and Probability; Vol. 5, No. ; 016 ISSN 197-703 E-ISSN 197-7040 Published by Canadian Center of Science and Education The Efficiency of Artificial Neural Networks for

More information

Stock Market Indices Prediction with Various Neural Network Models

Stock Market Indices Prediction with Various Neural Network Models Stock Market Indices Prediction with Various Neural Network Models S. Arun Joe Babulo 1, B. Janaki 2, C. Jeeva 3 1 Assistant Professor, Department of Computer Science, Sri Vijay Vidyalaya College of Arts

More information

THE DETERMINANTS OF FINANCIAL HEALTH IN THAILAND: A FACTOR ANALYSIS APPROACH

THE DETERMINANTS OF FINANCIAL HEALTH IN THAILAND: A FACTOR ANALYSIS APPROACH IJER Serials Publications 12(4), 2015: 1453-1459 ISSN: 0972-9380 THE DETERMINANTS OF FINANCIAL HEALTH IN THAILAND: A FACTOR ANALYSIS APPROACH Abstract: This aim of this research was to examine the factor

More information

The analysis of the multivariate linear regression model of. soybean future influencing factors

The analysis of the multivariate linear regression model of. soybean future influencing factors Volume 4 - Issue 4 April 218 PP. 39-44 The analysis of the multivariate linear regression model of soybean future influencing factors Jie He a,b Fang Chen a,b * a,b Department of Mathematics and Finance

More information

Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network

Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network Forecasting of Stock Exchange Share Price using Feed Forward Artificial Neural Network Mohammad Mohatram Department of Electrical & Electronics Engineering Waljat Colleges of Applied Sciences Muscat, Sultanate

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

A Survey of the Relationship between Earnings Management and the Cost of Capital in Companies Listed on the Tehran Stock Exchange

A Survey of the Relationship between Earnings Management and the Cost of Capital in Companies Listed on the Tehran Stock Exchange AENSI Journals Advances in Environmental Biology Journal home page: http://www.aensiweb.com/aeb.html A Survey of the Relationship between Earnings Management and the Cost of Capital in Companies Listed

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

Appendix A (Pornprasertmanit & Little, in press) Mathematical Proof

Appendix A (Pornprasertmanit & Little, in press) Mathematical Proof Appendix A (Pornprasertmanit & Little, in press) Mathematical Proof Definition We begin by defining notations that are needed for later sections. First, we define moment as the mean of a random variable

More information

A STATISTICAL MODEL OF ORGANIZATIONAL PERFORMANCE USING FACTOR ANALYSIS - A CASE OF A BANK IN GHANA. P. O. Box 256. Takoradi, Western Region, Ghana

A STATISTICAL MODEL OF ORGANIZATIONAL PERFORMANCE USING FACTOR ANALYSIS - A CASE OF A BANK IN GHANA. P. O. Box 256. Takoradi, Western Region, Ghana Vol.3,No.1, pp.38-46, January 015 A STATISTICAL MODEL OF ORGANIZATIONAL PERFORMANCE USING FACTOR ANALYSIS - A CASE OF A BANK IN GHANA Emmanuel M. Baah 1*, Joseph K. A. Johnson, Frank B. K. Twenefour 3

More information

Management Science Letters

Management Science Letters Management Science Letters 2 (2012) 2625 2630 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl The impact of working capital and financial structure

More information

Ac. J. Acco. Eco. Res. Vol. 3, Issue 2, , 2014 ISSN:

Ac. J. Acco. Eco. Res. Vol. 3, Issue 2, , 2014 ISSN: 2014, World of Researches Publication Ac. J. Acco. Eco. Res. Vol. 3, Issue 2, 118-128, 2014 ISSN: 2333-0783 Academic Journal of Accounting and Economics Researches www.worldofresearches.com Influence of

More information

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange

Forecasting stock market return using ANFIS: the case of Tehran Stock Exchange Available online at http://www.ijashss.com International Journal of Advanced Studies in Humanities and Social Science Volume 1, Issue 5, 2013: 452-459 Forecasting stock market return using ANFIS: the case

More information

Prediction for Stock Marketing Using Machine Learning

Prediction for Stock Marketing Using Machine Learning Prediction for Stock Marketing Using Machine Learning Shubham Jain Student, Department of Information Technology Maharaja Agrasen Institute of Technology, Delhi, India shjain6670@gmail.com Mark Kain Student,

More information