Prediction scheme of stock price using multiagent

Size: px
Start display at page:

Download "Prediction scheme of stock price using multiagent"

Transcription

1 Prediction scheme of stock price using multiagent system E. Kits&Y Katsuno School ofnformatics and Sciences, Nagoya University, Japan. Abstract This paper describes the prediction scheme of stock price by using multiagent systems. Agents predict the stock price according to their strategies which is defined from technical and fundamental parameters such as some index related to the stock price, the currency exchange rate of the Japanese Yen (JPY) against the US Dollar and so on. Agents are randomly generated to construct population and then, their strategies are improved by genetic algorithm. Finally, the strategy is employed for predicting the real stock price. 1 ntroduction n real stock market, a lot of market players such as scalpers, day traders, institutions and hedgers compete to exchange risk and return in ways that meet their objectives. Prediction of stock price is very important not only for the players but also for public citizen and governments. The prediction schemes of the stock price are briefly classified into the technical and the fundamental analysis schemes. n the technical analysis scheme, stock price is predicted from the past fluctuation of the price by using stock price chart and statistical schemes and computers. The basic idea of the technical analysis scheme that the price can be predicted from the past fluctuation of price was firstly inspired by Dau and then, Hamilton compiled related ideas into one book[l, 2, 3]. On the other hands, the stock

2 738 DataMining nitial population Day 2 Predicting stock price on next day 1 ~ Estimating fitness function on this day + 1Genetic Algorithms! Last day of learning process + Estimatingfitnessfunction on last day Figure 1: Learning process price strongly depends on several economic indicators such as interest rate, currency exchange rate, economic growth rate and so on and the management indices such as corporate performance, earning capacity and research and development. Therefore, in the fundamental analysis scheme, the stock price is predicted from the global and the domestic economy and corporate performance[4, 5]. n this paper, we will describe the prediction scheme of the stock price by using multi-agent system. The process is mainly composed of the learning and the prediction processes. n the learning process, the population is constructed with many agents. Each agent has a strategy to predict stock price according to technical and fundamental indices. The agents improve their strategy by using genetic algorithm for a certain period [6, 7, 8]. After the learning process, prediction process stars. This scheme is applied for predicting the stock price of the Toyota motor company. 2 Simulation process The simulation process is composed of learning and prediction processes. n the learning process, agents improve their strategy by using genetic algorithm for a certain period. Figure 1 shows briefly the flow of the learning

3 DataMining 739 Generating initial population F==l ti + Mutation Generating new population * Figure 2: Flowchart of genetic algorithm process. After the learning process, prediction process stars. n the prediction process, the strategies obtained in the learning process are applied for predicting the stock price at the period different from the learning process. n this section, we will describe genetic coding of the prediction strategy and the genetic operations such as the selection, the crossover and the mutation operations. 2.1 Prediction strategy Each agent will predict the stock price according to the following equation: e~+l = ek + go$ +gly +gzz + gsnhz +fj4~~ (1) where ek denotes the stock price at a day k. The variables x, y, z, nhzandkz are selected from the technical and the fundamental view-points. The parameter g~ (i = O,.... 4) is the unknown coefficients for the variables. The parameter x denotes the average value of the price movements over the past ten days, which is defined as x= e - e - The parameter y denotes the maximum difference in the price over past five days, which is defined as 10 (2) y = max(ek 4, e 3)ek 2>ek l>ek) k 4 k 3 k 2, ek l k min(e,e,e >e ) (3)

4 740 DataMining where max and min denote the maximum and the minimum values of the stock price, respectively. The parameter z denotes the difference between the prices on a day and the preceding day, which is defined as z = ek ek l (4) The parameter nhz denotes the difference between the prices of the Nikkei Stock Average on a day and the preceding day, which is defined as nh.z = NsA~ _ NsAk 1 (5) where NSAk denotes the Nikkei Stock Average at the day k. The parameter kz denotes the difference between the currency exchange rate of JPY against US Dollar on a day and the preceding day, which is defined as kz = (CERk CERk-l) X P (6) where C ER denotes the currency exchange rate at the day k. Besides, P = 100 is the magnification factor of the currency exchange rate against the stock price. The side-constraint for the coefficient ga is specified as: where gl and g. denote lower and upper bounds for gi, respectively. Besides, there exists the movement limit for the stock price. The price movement limit is specified as lek+l ekl < eml (8) where enl denotes the price movement limit, which is specified as JPY. 2.2 Genetic algorithm The flow of the genetic algorithm employed in this study is briefly shown in Fig.2. Population is constructed by N individuals. Each individual has the chromosome by the concept of real-coded genetic algorithm. The individuals of initial population are defined randomly. Selection operation selects two individuals according to their fitness function values and crossover operation generates new individuals from them. Values of genes of the chromosome are changed randomly by mutation operation Definition of chromosome The unknown coefficient ga is considered as genes of chromosome. According to the concept of real-coded genetic algorithm, a chromosome is defend as the series of the unknown coefficient gi as follows (9)

5 DataMining 741 Figure 3: BLX-a mutation operation Fitness function Fitness function of the individual i is defined from the predicted real stock prices as and the (lo) where (ek)r~al and eh denote the real and the predicted stock prices on the day k. Besides, the summation is taken for all days in the learning process Selection The roulette selection operation is employed in this study. This operation selects the individual from the population with the probability which is proportional to the fitness values of the individuals. The selection probability of the individual i is defined as (11) where the denominator means the summation of the fitness function values of the individuals.

6 7 42 DataMining Table 1: Simulation parameters (Learning process) Price movement limit e~l = JPY Bounds for parameter gl = 10.0, glj = 10.0 Learning period 100 days Prediction period 100 days Number of agents N = 200 Crossover rate Pc = 1.0 Crossover parameter a = 0.5 Mutation rate P nut = 0.05 Number of simulation times Crossover After selecting two individuals as the parents on the selection operation, new individuals (children) are generated from blend crossover (BLX-a) operation[9]. Firstly, the interval between two points that centain the two parents is determined. The interval is equally extended on either side determined by the user-specified parameter a. Two points containing children are generated as values selected randomly on the extended interval (Fig.3). This operation is performed for each genes. Crossover operation is performed until PC x N individuals are replaced with new ones. The parameter pc denotes the crossover rate taken as a value between zero to one Mutation The mutation operation changes the value of a gene with probability Pmut. The new value of the gene is randomly selected with the limits of the sideconstraint (Eq. (7)). 3 Numerical examples Prediction of the stock price of Toyota motor company from January 1 to October is considered as a numerical example. nitial population is constructed by some agents with randomly specified strategy for predicting the stock price. The parameters in the learning process are shown in Table 1. Besides, the simulation results are average value of one thousand runs. Real and predicted stock prices on the learning process are compared in Fig.4. A solid and a broken lines denote histories of the real and the predicted prices, respectively. The history of the predicted price is shown as the average value of predicted ones of all agents. Figure 5 shows the comparison of histories of moving averages over past 50 days of the real

7 vatamuung ) v.- : G Day 100 Figure 4: Real and predicted stock prices (Learning process) ~ w , = 5oooz.. m... -.,......, ; > , : & > , ; EEGl... Z Day Figure 5: Moving average for past 50 days (Learning process) and the predicted prices. This figure shows that the difference between the predicted price slightly approach to the real price as the learning process goes. The reason why the deviation between the real and the predicted

8 7 44 Data Mining - - Predicted price by best individual :. :! Day Figure 6: Real and predicted stock prices (Prediction process) ;... ;.,.. : : :~.>: { 4BO0 - : :;.- : Predicted price by best individual Day Figure 7: Moving average for past 50 days (Prediction process) prices is relatively large is the predicted price is estimated from the prices by all agents. Figure 6 shows the comparison of real and predicted stock prices on the

9 Data Mining 745 prediction process. A solid and a chain lines respectively denote histories of the real price and the price predicted by best agent in the learning process. A broken line denotes the history of the average value of the price predicted by all agents. Histories of the moving average of these prices are compared in Fig. 7. The history of the average price is different from that of the real price. However, the history of the price predicted by the best agent is relatively similar to that of the real price. 4 Conclusion This paper describes the prediction scheme of the stock price using multiagent system. Each agent has the strategy to predict the stock price from technical and fundamental view-points. The simulation process is composed of the learning and the prediction processes. Firstly, the strategies are specified randomly and then, agents improve their strategies during the learning process. After the learning process, the prediction process starts. Prediction of stock price of Toyota motor company is considered as an example. During the learning process, the average value of the prices predicted by the agents get close to the real stock price. Therefore, in the prediction process, the strategies are applied for predicting more erratically fluctuating stock price than in learning process. Unfortunately, the performance of the prediction strategy dose not reach the satisfactory settlement. One of main causes maybe that number of parameters is too small. Besides, Now, we are planning the improvement of the prediction strategy still more. References [1] W. P. Hamilton. The Stock Market Barometer. Harper & Brothers Publications, [2] J. E. Granville. A Strategy of Daily Stock Market timing for Maximum Profit. Pentice-Hall, [3] R. D. Edwards and J. Magee. Technical Analysis of Stock Trends. John Magee, [4] E. J. Elton and N. J. Gruber. Modern Portfolio Theory and nvestment Analysis. John Wiley & Sons, [5] D. J. Luenberger. nvestment Science. Oxxford University Press, [6] L. Davis. Handbook of Genetic Algorithms. Van Nostrand Reinhold, 1 edition, 1991.

10 746 Data Mining [7] D. E. Goldberg. Genetic Algorithms in Search, Optimization and Machine Learning. Addison Wesley, 1 edition, [8] K. Deb. iwulti-objectiue Optimization using Evolutionary Algorithms. John Wiley & Sons, [9] L. J. Eshelman and J. D. Schaefer. Real-coded genetic algorithms and interval schemata. n L. D. Whitley, editor, Foundation of Genetic Algorithms.2, pp Morgan Kaufmann Publications, 1992.

Application of Bayesian Network to stock price prediction

Application of Bayesian Network to stock price prediction ORIGINAL RESEARCH Application of Bayesian Network to stock price prediction Eisuke Kita, Yi Zuo, Masaaki Harada, Takao Mizuno Graduate School of Information Science, Nagoya University, Japan Correspondence:

More information

REAL OPTION DECISION RULES FOR OIL FIELD DEVELOPMENT UNDER MARKET UNCERTAINTY USING GENETIC ALGORITHMS AND MONTE CARLO SIMULATION

REAL OPTION DECISION RULES FOR OIL FIELD DEVELOPMENT UNDER MARKET UNCERTAINTY USING GENETIC ALGORITHMS AND MONTE CARLO SIMULATION REAL OPTION DECISION RULES FOR OIL FIELD DEVELOPMENT UNDER MARKET UNCERTAINTY USING GENETIC ALGORITHMS AND MONTE CARLO SIMULATION Juan G. Lazo Lazo 1, Marco Aurélio C. Pacheco 1, Marley M. B. R. Vellasco

More information

Available online at ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91

Available online at   ScienceDirect. Procedia Computer Science 61 (2015 ) 85 91 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 61 (15 ) 85 91 Complex Adaptive Systems, Publication 5 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

Stock Portfolio Selection using Genetic Algorithm

Stock Portfolio Selection using Genetic Algorithm Chapter 5. Stock Portfolio Selection using Genetic Algorithm In this study, a genetic algorithm is used for Stock Portfolio Selection. The shares of the companies are considered as stock in this work.

More information

Contrary Opinion Phenomena in an Artificial Stock Market

Contrary Opinion Phenomena in an Artificial Stock Market From: AAAI Technical Report WS-02-10. Compilation copyright 2002, AAAI (www.aaai.org). All rights reserved. Contrary Opinion Phenomena in an Artificial Stock Market Takashi Yamada Takashi Okatsu Department

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

Evaluating a Hybrid Encoding and Three Crossover Operators on the Constrained Portfolio Selection Problem

Evaluating a Hybrid Encoding and Three Crossover Operators on the Constrained Portfolio Selection Problem Evaluating a Hybrid Encoding and Three Crossover Operators on the Constrained Portfolio Selection Problem Felix Streichert, Holger Ulmer, and Andreas Zell Centre for Bioinformatics Tübingen (ZBIT) University

More information

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

More information

Mean Variance Analysis and CAPM

Mean Variance Analysis and CAPM Mean Variance Analysis and CAPM Yan Zeng Version 1.0.2, last revised on 2012-05-30. Abstract A summary of mean variance analysis in portfolio management and capital asset pricing model. 1. Mean-Variance

More information

Confidence Intervals for Paired Means with Tolerance Probability

Confidence Intervals for Paired Means with Tolerance Probability Chapter 497 Confidence Intervals for Paired Means with Tolerance Probability Introduction This routine calculates the sample size necessary to achieve a specified distance from the paired sample mean difference

More information

Comparative Study between Linear and Graphical Methods in Solving Optimization Problems

Comparative Study between Linear and Graphical Methods in Solving Optimization Problems Comparative Study between Linear and Graphical Methods in Solving Optimization Problems Mona M Abd El-Kareem Abstract The main target of this paper is to establish a comparative study between the performance

More information

Select Efficient Portfolio through Goal Programming Model

Select Efficient Portfolio through Goal Programming Model Australian Journal of Basic and Applied Sciences, 6(7): 189-194, 2012 ISSN 1991-8178 Select Efficient Portfolio through Goal Programming Model 1 Abdollah pakdel, 2 Reza Noroozzadeh, 3 Peiman Sadeghi 1

More information

Risk Management for Chemical Supply Chain Planning under Uncertainty

Risk Management for Chemical Supply Chain Planning under Uncertainty for Chemical Supply Chain Planning under Uncertainty Fengqi You and Ignacio E. Grossmann Dept. of Chemical Engineering, Carnegie Mellon University John M. Wassick The Dow Chemical Company Introduction

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

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game Submitted to IEEE Transactions on Computational Intelligence and AI in Games (Final) Evolution of Strategies with Different Representation Schemes in a Spatial Iterated Prisoner s Dilemma Game Hisao Ishibuchi,

More information

Introducing GEMS a Novel Technique for Ensemble Creation

Introducing GEMS a Novel Technique for Ensemble Creation Introducing GEMS a Novel Technique for Ensemble Creation Ulf Johansson 1, Tuve Löfström 1, Rikard König 1, Lars Niklasson 2 1 School of Business and Informatics, University of Borås, Sweden 2 School of

More information

A Comparative Analysis of Crossover Variants in Differential Evolution

A Comparative Analysis of Crossover Variants in Differential Evolution Proceedings of the International Multiconference on Computer Science and Information Technology pp. 171 181 ISSN 1896-7094 c 2007 PIPS A Comparative Analysis of Crossover Variants in Differential Evolution

More information

Classifying Market States with WARS

Classifying Market States with WARS Lixiang Shen and Francis E. H. Tay 2 Department of Mechanical and Production Engineering, National University of Singapore 0 Kent Ridge Crescent, Singapore 9260 { engp8633, 2 mpetayeh}@nus.edu.sg Abstract.

More information

Research Article The Effect of Exit Strategy on Optimal Portfolio Selection with Birandom Returns

Research Article The Effect of Exit Strategy on Optimal Portfolio Selection with Birandom Returns Applied Mathematics Volume 2013, Article ID 236579, 6 pages http://dx.doi.org/10.1155/2013/236579 Research Article The Effect of Exit Strategy on Optimal Portfolio Selection with Birandom Returns Guohua

More information

An Investigation on Genetic Algorithm Parameters

An Investigation on Genetic Algorithm Parameters An Investigation on Genetic Algorithm Parameters Siamak Sarmady School of Computer Sciences, Universiti Sains Malaysia, Penang, Malaysia [P-COM/(R), P-COM/] {sarmady@cs.usm.my, shaher11@yahoo.com} Abstract

More information

Evaluation of Asian option by using RBF approximation

Evaluation of Asian option by using RBF approximation Boundary Elements and Other Mesh Reduction Methods XXVIII 33 Evaluation of Asian option by using RBF approximation E. Kita, Y. Goto, F. Zhai & K. Shen Graduate School of Information Sciences, Nagoya University,

More information

Genetic Algorithms Overview and Examples

Genetic Algorithms Overview and Examples Genetic Algorithms Overview and Examples Cse634 DATA MINING Professor Anita Wasilewska Computer Science Department Stony Brook University 1 Genetic Algorithm Short Overview INITIALIZATION At the beginning

More information

arxiv: v1 [q-fin.rm] 1 Jan 2017

arxiv: v1 [q-fin.rm] 1 Jan 2017 Net Stable Funding Ratio: Impact on Funding Value Adjustment Medya Siadat 1 and Ola Hammarlid 2 arxiv:1701.00540v1 [q-fin.rm] 1 Jan 2017 1 SEB, Stockholm, Sweden medya.siadat@seb.se 2 Swedbank, Stockholm,

More information

A micro-analysis-system of a commercial bank based on a value chain

A micro-analysis-system of a commercial bank based on a value chain A micro-analysis-system of a commercial bank based on a value chain H. Chi, L. Ji & J. Chen Institute of Policy and Management, Chinese Academy of Sciences, P. R. China Abstract A main issue often faced

More information

ELEMENTS OF MONTE CARLO SIMULATION

ELEMENTS OF MONTE CARLO SIMULATION APPENDIX B ELEMENTS OF MONTE CARLO SIMULATION B. GENERAL CONCEPT The basic idea of Monte Carlo simulation is to create a series of experimental samples using a random number sequence. According to the

More information

A Genetic Algorithm improving tariff variables reclassification for risk segmentation in Motor Third Party Liability Insurance.

A Genetic Algorithm improving tariff variables reclassification for risk segmentation in Motor Third Party Liability Insurance. A Genetic Algorithm improving tariff variables reclassification for risk segmentation in Motor Third Party Liability Insurance. Alberto Busetto, Andrea Costa RAS Insurance, Italy SAS European Users Group

More information

Data based stock portfolio construction using Computational Intelligence

Data based stock portfolio construction using Computational Intelligence Data based stock portfolio construction using Computational Intelligence Asimina Dimara and Christos-Nikolaos Anagnostopoulos Data Economy workshop: How online data change economy and business Introduction

More information

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL

OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL OPENING RANGE BREAKOUT STOCK TRADING ALGORITHMIC MODEL Mrs.S.Mahalakshmi 1 and Mr.Vignesh P 2 1 Assistant Professor, Department of ISE, BMSIT&M, Bengaluru, India 2 Student,Department of ISE, BMSIT&M, Bengaluru,

More information

Optimizing the Incremental Delivery of Software Features under Uncertainty

Optimizing the Incremental Delivery of Software Features under Uncertainty Optimizing the Incremental Delivery of Software Features under Uncertainty Olawole Oni, Emmanuel Letier Department of Computer Science, University College London, United Kingdom. {olawole.oni.14, e.letier}@ucl.ac.uk

More information

Evolutionary Approach to Portfolio Optimization

Evolutionary Approach to Portfolio Optimization Evolutionary Approach to Portfolio Optimization Jerzy J. Korczak 1, Piotr Lipiński 2 1 Louis Pasteur University, LSIIT, CNRS, Strasbourg, France e-mail: jjk@dpt-info.u-strasbg.fr 2 Louis Pasteur University,

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance

Yale ICF Working Paper No First Draft: February 21, 1992 This Draft: June 29, Safety First Portfolio Insurance Yale ICF Working Paper No. 08 11 First Draft: February 21, 1992 This Draft: June 29, 1992 Safety First Portfolio Insurance William N. Goetzmann, International Center for Finance, Yale School of Management,

More information

Introduction and Subject Outline. To provide general subject information and a broad coverage of the subject content of

Introduction and Subject Outline. To provide general subject information and a broad coverage of the subject content of Introduction and Subject Outline Aims: To provide general subject information and a broad coverage of the subject content of 316-351 Objectives: On completion of this lecture, students should: be aware

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

A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Risk

A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Risk Proceedings of the Asia Pacific Industrial Engineering & Management Systems Conference 2018 A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Ris

More information

Ant colony optimization approach to portfolio optimization

Ant colony optimization approach to portfolio optimization 2012 International Conference on Economics, Business and Marketing Management IPEDR vol.29 (2012) (2012) IACSIT Press, Singapore Ant colony optimization approach to portfolio optimization Kambiz Forqandoost

More information

Sequential Coalition Formation for Uncertain Environments

Sequential Coalition Formation for Uncertain Environments Sequential Coalition Formation for Uncertain Environments Hosam Hanna Computer Sciences Department GREYC - University of Caen 14032 Caen - France hanna@info.unicaen.fr Abstract In several applications,

More information

BRIDGE REHABILITATION PROGRAM WITH ROUTE CHOICE CONSIDERATION

BRIDGE REHABILITATION PROGRAM WITH ROUTE CHOICE CONSIDERATION BRIDGE REHABILITATION PROGRAM WITH ROUTE CHOICE CONSIDERATION Ponlathep LERTWORAWANICH*, Punya CHUPANIT, Yongyuth TAESIRI, Pichit JAMNONGPIPATKUL Bureau of Road Research and Development Department of Highways

More information

), is described there by a function of the following form: U (c t. )= c t. where c t

), is described there by a function of the following form: U (c t. )= c t. where c t 4.0 3.5 3.0 2.5 2.0 1.5 1.0 0.5 Figure B15. Graphic illustration of the utility function when s = 0.3 or 0.6. 0.0 0.0 0.0 0.5 1.0 1.5 2.0 s = 0.6 s = 0.3 Note. The level of consumption, c t, is plotted

More information

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART C: APPLICATIONS AND REVIEWS, VOL. 31, NO. 1, FEBRUARY 2001 A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined

More information

A Genetic Algorithm for the Calibration of a Micro- Simulation Model Omar Baqueiro Espinosa

A Genetic Algorithm for the Calibration of a Micro- Simulation Model Omar Baqueiro Espinosa A Genetic Algorithm for the Calibration of a Micro- Simulation Model Omar Baqueiro Espinosa Abstract: This paper describes the process followed to calibrate a microsimulation model for the Altmark region

More information

Profitability Optimization of Construction Project Using Genetic Algorithm Cash Flow Model

Profitability Optimization of Construction Project Using Genetic Algorithm Cash Flow Model American Journal of Civil Engineering and Architecture, 2016, Vol. 4, No. 1, 17-27 Available online at http://pubs.sciepub.com/ajcea/4/1/3 Science and Education Publishing DOI:10.12691/ajcea-4-1-3 Profitability

More information

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Saulius Masteika and Rimvydas Simutis Faculty of Humanities, Vilnius University, Muitines 8, 4428 Kaunas, Lithuania saulius.masteika@vukhf.lt,

More information

A Simple Utility Approach to Private Equity Sales

A Simple Utility Approach to Private Equity Sales The Journal of Entrepreneurial Finance Volume 8 Issue 1 Spring 2003 Article 7 12-2003 A Simple Utility Approach to Private Equity Sales Robert Dubil San Jose State University Follow this and additional

More information

Use of Evolutionary Algorithm in the Investment Project Evaluation. Hasan Durucasu. Elif Acar

Use of Evolutionary Algorithm in the Investment Project Evaluation. Hasan Durucasu. Elif Acar Use of Evolutionary Algorithm in the Investment Project Evaluation Hasan Durucasu Elif Acar Abstract In the realization of infrastructure projects, the interest shown in the Build-Operate-Transfer (BOT)

More information

Emergence of Key Currency by Interaction among International and Domestic Markets

Emergence of Key Currency by Interaction among International and Domestic Markets From: AAAI Technical Report WS-02-10. Compilation copyright 2002, AAAI (www.aaai.org). All rights reserved. Emergence of Key Currency by Interaction among International and Domestic Markets Tomohisa YAMASHITA,

More information

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns

Journal of Computational and Applied Mathematics. The mean-absolute deviation portfolio selection problem with interval-valued returns Journal of Computational and Applied Mathematics 235 (2011) 4149 4157 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam

More information

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems Jiaying Shen, Micah Adler, Victor Lesser Department of Computer Science University of Massachusetts Amherst, MA 13 Abstract

More information

Chain Bankruptcy Size in Inter-bank Networks: the Effects of Asset Price Volatility and the Network Structure

Chain Bankruptcy Size in Inter-bank Networks: the Effects of Asset Price Volatility and the Network Structure Chain Bankruptcy Size in Inter-bank Networks: the Effects of Asset Price Volatility and the Network Structure Ryo Hamawaki 1, Kiyoshi Izumi 1, Hiroki Sakaji 1, Takashi Shimada 1, and Hiroyasu Matsushima

More information

MATH 425: BINOMIAL TREES

MATH 425: BINOMIAL TREES MATH 425: BINOMIAL TREES G. BERKOLAIKO Summary. These notes will discuss: 1-level binomial tree for a call, fair price and the hedging procedure 1-level binomial tree for a general derivative, fair price

More information

Multistage risk-averse asset allocation with transaction costs

Multistage risk-averse asset allocation with transaction costs Multistage risk-averse asset allocation with transaction costs 1 Introduction Václav Kozmík 1 Abstract. This paper deals with asset allocation problems formulated as multistage stochastic programming models.

More information

arxiv: v1 [q-fin.gn] 27 Sep 2007

arxiv: v1 [q-fin.gn] 27 Sep 2007 Agent Simulation of Chain Bankruptcy Yuichi Ikeda a, Yoshi Fujiwara b, Wataru Souma b, Hideaki Aoyama c, Hiroshi Iyetomi d, a Hitachi Research Institute, Tokyo 101-8010, Japan arxiv:0709.4355v1 [q-fin.gn]

More information

Multi-Objective Optimization Model using Constraint-Based Genetic Algorithms for Thailand Pavement Management

Multi-Objective Optimization Model using Constraint-Based Genetic Algorithms for Thailand Pavement Management Multi-Objective Optimization Model using Constraint-Based Genetic Algorithms for Thailand Pavement Management Pannapa HERABAT Assistant Professor School of Civil Engineering Asian Institute of Technology

More information

A New Approach to Solve an Extended Portfolio Selection Problem

A New Approach to Solve an Extended Portfolio Selection Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A New Approach to Solve an Extended Portfolio Selection Problem Mohammad

More information

High Volatility Medium Volatility /24/85 12/18/86

High Volatility Medium Volatility /24/85 12/18/86 Estimating Model Limitation in Financial Markets Malik Magdon-Ismail 1, Alexander Nicholson 2 and Yaser Abu-Mostafa 3 1 malik@work.caltech.edu 2 zander@work.caltech.edu 3 yaser@caltech.edu Learning Systems

More information

Multi-Armed Bandit, Dynamic Environments and Meta-Bandits

Multi-Armed Bandit, Dynamic Environments and Meta-Bandits Multi-Armed Bandit, Dynamic Environments and Meta-Bandits C. Hartland, S. Gelly, N. Baskiotis, O. Teytaud and M. Sebag Lab. of Computer Science CNRS INRIA Université Paris-Sud, Orsay, France Abstract This

More information

6 -AL- ONE MACHINE SEQUENCING TO MINIMIZE MEAN FLOW TIME WITH MINIMUM NUMBER TARDY. Hamilton Emmons \,«* Technical Memorandum No. 2.

6 -AL- ONE MACHINE SEQUENCING TO MINIMIZE MEAN FLOW TIME WITH MINIMUM NUMBER TARDY. Hamilton Emmons \,«* Technical Memorandum No. 2. li. 1. 6 -AL- ONE MACHINE SEQUENCING TO MINIMIZE MEAN FLOW TIME WITH MINIMUM NUMBER TARDY f \,«* Hamilton Emmons Technical Memorandum No. 2 May, 1973 1 il 1 Abstract The problem of sequencing n jobs on

More information

Technical Market Indicators Optimization using Evolutionary Algorithms

Technical Market Indicators Optimization using Evolutionary Algorithms Technical Market Indicators Optimization using Evolutionary Algorithms P.Fernández-Blanco 1, D.Bodas-Sagi 1, F.Soltero 1, J.I.Hidalgo 1, 2 1 Ingeniería Técnica de Informática de Sistemas CES Felipe II

More information

A Framework for Valuing, Optimizing and Understanding Managerial Flexibility

A Framework for Valuing, Optimizing and Understanding Managerial Flexibility A Framework for Valuing, Optimizing and Understanding Managerial Flexibility Charles Dumont McKinsey & Company Charles_dumont@mckinsey.com Phone: +1 514 791-0201 1250, boulevard René-Lévesque Ouest, suite

More information

PORTFOLIO SELECTION AND MANAGEMENT USING A HYBRID INTELLIGENT AND STATISTICAL SYSTEM

PORTFOLIO SELECTION AND MANAGEMENT USING A HYBRID INTELLIGENT AND STATISTICAL SYSTEM Chapter 1 PORTFOLIO SELECTION AND MANAGEMENT USING A HYBRID INTELLIGENT AND STATISTICAL SYSTEM Juan G. Lazo Lazo ICA : Applied Computational Intelligence Laboratory Department of Electrical Engineering

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

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Ioannis Hatzilygeroudis a, Jim Prentzas b a University of Patras, School of Engineering Department of Computer Engineering & Informatics

More information

Genetic Network Programming with Sarsa Learning and Its Application to Creating Stock Trading Rules

Genetic Network Programming with Sarsa Learning and Its Application to Creating Stock Trading Rules Genetic Network Programming with Sarsa Learning and Its pplication to Creating Stock Trading Rules Yan Chen, Shingo Mabu, Member, IEEE Kotaro Hirasawa, Member, IEEE Jinglu Hu bstract In this paper, trading

More information

Two-Sample T-Tests using Effect Size

Two-Sample T-Tests using Effect Size Chapter 419 Two-Sample T-Tests using Effect Size Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the effect size is specified rather

More information

Richardson Extrapolation Techniques for the Pricing of American-style Options

Richardson Extrapolation Techniques for the Pricing of American-style Options Richardson Extrapolation Techniques for the Pricing of American-style Options June 1, 2005 Abstract Richardson Extrapolation Techniques for the Pricing of American-style Options In this paper we re-examine

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations International Journal of Industrial Engineering Computations 7 (2016) 217 228 Contents lists available at GrowingScience International Journal of Industrial Engineering Computations homepage: www.growingscience.com/ijiec

More information

Confidence Intervals for the Difference Between Two Means with Tolerance Probability

Confidence Intervals for the Difference Between Two Means with Tolerance Probability Chapter 47 Confidence Intervals for the Difference Between Two Means with Tolerance Probability Introduction This procedure calculates the sample size necessary to achieve a specified distance from the

More information

Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average'

Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average' Futures Trading Signal using an Adaptive Algorithm Technical Analysis Indicator, Adjustable Moving Average' An Empirical Study on Malaysian Futures Markets Jacinta Chan Phooi M'ng and Rozaimah Zainudin

More information

CONSTRUCTION OF DOUBLE SAMPLING s-control CHARTS FOR AGILE MANUFACTURING

CONSTRUCTION OF DOUBLE SAMPLING s-control CHARTS FOR AGILE MANUFACTURING QUALITY AND RELIABILITY ENGINEERING INTERNATIONAL Qual. Reliab. Engng. Int. 00; 18: 343 355 DOI: 10.100/qre.466) CONSTRUCTION OF DOUBLE SAMPLING s-control CHARTS FOR AGILE MANUFACTURING DAVID HE AND ARSEN

More information

Genetic Programming for Dynamic Environments

Genetic Programming for Dynamic Environments Proceedings of the International Multiconference on Computer Science and Information Technology pp. 437 446 ISSN 1896-7094 c 2007 PIPS Genetic Programming for Dynamic Environments Zheng Yin 1, Anthony

More information

Chapter 7 presents the beginning of inferential statistics. The two major activities of inferential statistics are

Chapter 7 presents the beginning of inferential statistics. The two major activities of inferential statistics are Chapter 7 presents the beginning of inferential statistics. Concept: Inferential Statistics The two major activities of inferential statistics are 1 to use sample data to estimate values of population

More information

Robo-Advisory Quantitative Portfolio Management.

Robo-Advisory Quantitative Portfolio Management. Robo-Advisory Quantitative Portfolio Management. User Guide Bank Table of contents Introduction 3 Simulation menu 4 Create a new strategy 4 Edit a strategy 6 Strategy settings 7 Investment universe 8 Wishlist

More information

OPTIMIZATION OF BANKS LOAN PORTFOLIO MANAGEMENT USING GOAL PROGRAMMING TECHNIQUE

OPTIMIZATION OF BANKS LOAN PORTFOLIO MANAGEMENT USING GOAL PROGRAMMING TECHNIQUE IMPACT: International Journal of Research in Applied, Natural and Social Sciences (IMPACT: IJRANSS) ISSN(E): 3-885; ISSN(P): 347-4580 Vol., Issue 8, Aug 04, 43-5 Impact Journals OPTIMIZATION OF BANKS LOAN

More information

Trading Financial Markets with Online Algorithms

Trading Financial Markets with Online Algorithms Trading Financial Markets with Online Algorithms Esther Mohr and Günter Schmidt Abstract. Investors which trade in financial markets are interested in buying at low and selling at high prices. We suggest

More information

ECON828 INTERNATIONAL INVESTMENT & RISK (DEPARTMENT OF ECONOMICS) SECOND SEMESTER 2009 COURSE OUTLINE

ECON828 INTERNATIONAL INVESTMENT & RISK (DEPARTMENT OF ECONOMICS) SECOND SEMESTER 2009 COURSE OUTLINE ECON828 INTERNATIONAL INVESTMENT & RISK (DEPARTMENT OF ECONOMICS) SECOND SEMESTER 2009 COURSE OUTLINE Hugh Dougherty Lecturer in Charge ECON828 INTERNATIONAL INVESTMENT & RISK 1. COURSE OBJECTIVES This

More information

Modeling Tax Evasion with Genetic Algorithms

Modeling Tax Evasion with Genetic Algorithms Modeling Tax Evasion with Genetic Algorithms Geoff Warner 1 Sanith Wijesinghe 1 Uma Marques 1 Una-May O Reilly 2 Erik Hemberg 2 Osama Badar 2 1 The MITRE Corporation McLean, VA, USA 2 Computer Science

More information

Optimal Portfolio Inputs: Various Methods

Optimal Portfolio Inputs: Various Methods Optimal Portfolio Inputs: Various Methods Prepared by Kevin Pei for The Fund @ Sprott Abstract: In this document, I will model and back test our portfolio with various proposed models. It goes without

More information

Power-Law Networks in the Stock Market: Stability and Dynamics

Power-Law Networks in the Stock Market: Stability and Dynamics Power-Law Networks in the Stock Market: Stability and Dynamics VLADIMIR BOGINSKI, SERGIY BUTENKO, PANOS M. PARDALOS Department of Industrial and Systems Engineering University of Florida 303 Weil Hall,

More information

Chapter 5: Algorithms

Chapter 5: Algorithms Chapter 5: Algorithms Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Presentation files modified by Farn Wang Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

More information

Genetic Algorithm Based Backpropagation Neural Network Performs better than Backpropagation Neural Network in Stock Rates Prediction

Genetic Algorithm Based Backpropagation Neural Network Performs better than Backpropagation Neural Network in Stock Rates Prediction 162 Genetic Algorithm Based Backpropagation Neural Network Performs better than Backpropagation Neural Network in Stock Rates Prediction Asif Ullah Khan Asst. Prof. Dept. of Computer Sc. & Engg. All Saints

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

GA-Based Multi-Objective Optimization of Finance-Based Construction Project Scheduling

GA-Based Multi-Objective Optimization of Finance-Based Construction Project Scheduling KSCE Journal of Civil Engineering (2010) 14(5):627-638 DOI 10.1007/s12205-010-0849-2 Construction Management www.springer.com/12205 GA-Based Multi-Objective Optimization of Finance-Based Construction Project

More information

University of Siegen

University of Siegen University of Siegen Faculty of Economic Disciplines, Department of economics Univ. Prof. Dr. Jan Franke-Viebach Seminar Risk and Finance Summer Semester 2008 Topic 4: Hedging with currency futures Name

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 Novel Method of Trend Lines Generation Using Hough Transform Method

A Novel Method of Trend Lines Generation Using Hough Transform Method International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 6, Number 4 (August 2017), pp.125-135 MEACSE Publications http://www.meacse.org/ijcar A Novel Method of Trend Lines Generation

More information

A novel algorithm for uncertain portfolio selection

A novel algorithm for uncertain portfolio selection Applied Mathematics and Computation 173 (26) 35 359 www.elsevier.com/locate/amc A novel algorithm for uncertain portfolio selection Jih-Jeng Huang a, Gwo-Hshiung Tzeng b,c, *, Chorng-Shyong Ong a a Department

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

Alternative Financial Solutions seeking via a Genetic Like Algorithm

Alternative Financial Solutions seeking via a Genetic Like Algorithm Alternative Financial Solutions seeking via a Genetic Like Algorithm Emmanuel Frénod Jean-Philippe Gouigoux 2 and Landry Touré 2 Introduction For local communities, political decisions with heavy financial

More information

The Bank of Tokyo-Mitsubishi UFJ

The Bank of Tokyo-Mitsubishi UFJ The Bank of Tokyo-Mitsubishi UFJ 1.Enforcement of customer-first undertakings The Bank of Tokyo-Mitsubishi UFJ (BTMU) seeks to enforce, through training etc., judgment and behaviors among its employees

More information

Analysis of equilibrium prices and quantities within network-structured markets applying the Lagrange function method

Analysis of equilibrium prices and quantities within network-structured markets applying the Lagrange function method 19th International Congress on odelling and Simulation, Perth, Australia, 12 16 December 2011 http://mssanz.org.au/modsim2011 Analysis of equilibrium prices and quantities within network-structured markets

More information

Pedagogical Note: The Correlation of the Risk- Free Asset and the Market Portfolio Is Not Zero

Pedagogical Note: The Correlation of the Risk- Free Asset and the Market Portfolio Is Not Zero Pedagogical Note: The Correlation of the Risk- Free Asset and the Market Portfolio Is Not Zero By Ronald W. Best, Charles W. Hodges, and James A. Yoder Ronald W. Best is a Professor of Finance at the University

More information

Besting Dollar Cost Averaging Using A Genetic Algorithm A Master of Science Thesis Proposal For Applied Physics and Computer Science

Besting Dollar Cost Averaging Using A Genetic Algorithm A Master of Science Thesis Proposal For Applied Physics and Computer Science Besting Dollar Cost Averaging Using A Genetic Algorithm A Master of Science Thesis Proposal For Applied Physics and Computer Science By James Maxlow Christopher Newport University October, 2003 Approved

More information

Agent-Based Simulation of N-Person Games with Crossing Payoff Functions

Agent-Based Simulation of N-Person Games with Crossing Payoff Functions Agent-Based Simulation of N-Person Games with Crossing Payoff Functions Miklos N. Szilagyi Iren Somogyi Department of Electrical and Computer Engineering, University of Arizona, Tucson, AZ 85721 We report

More information

Optimal Width of the Implicit Exchange Rate Band, and the Central Bank s Credibility Naci Canpolat

Optimal Width of the Implicit Exchange Rate Band, and the Central Bank s Credibility Naci Canpolat Optimal Width of the Implicit Exchange Rate Band, and the Central Bank s Credibility Naci Canpolat Hacettepe University Faculty of Economic and Administrative Sciences, Department of Economics ABSTRACT

More information

3rd International Conference on Science and Social Research (ICSSR 2014)

3rd International Conference on Science and Social Research (ICSSR 2014) 3rd International Conference on Science and Social Research (ICSSR 014) Can VAT improve technical efficiency in China?-based on the SFA model test YanFeng Jiang Department of Public Economics, Xiamen Universy,

More information

Quantitative Investment Management

Quantitative Investment Management Andrew W. Lo MIT Sloan School of Management Spring 2004 E52-432 15.408 Course Syllabus 253 8318 Quantitative Investment Management Course Description. The rapid growth in financial technology over the

More information

Confidence Intervals for Pearson s Correlation

Confidence Intervals for Pearson s Correlation Chapter 801 Confidence Intervals for Pearson s Correlation Introduction This routine calculates the sample size needed to obtain a specified width of a Pearson product-moment correlation coefficient confidence

More information

HOW TO DIVERSIFY THE TAX-SHELTERED EQUITY FUND

HOW TO DIVERSIFY THE TAX-SHELTERED EQUITY FUND HOW TO DIVERSIFY THE TAX-SHELTERED EQUITY FUND Jongmoo Jay Choi, Frank J. Fabozzi, and Uzi Yaari ABSTRACT Equity mutual funds generally put much emphasis on growth stocks as opposed to income stocks regardless

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution Patrick Breheny February 16 Patrick Breheny STA 580: Biostatistics I 1/38 Random variables The Binomial Distribution Random variables The binomial coefficients The binomial distribution

More information

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 6

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 6 Elton, Gruber, rown, and Goetzmann Modern Portfolio Theory and Investment nalysis, 7th Edition Solutions to Text Problems: Chapter 6 Chapter 6: Problem The simultaneous equations necessary to solve this

More information