Stock Market Value Prediction Using Neural Networks

Size: px
Start display at page:

Download "Stock Market Value Prediction Using Neural Networks"

Transcription

1 Stock Market Value Preiction Using Neural Networks Mahi Pakaman Naeini IT & Computer Engineering Department Islamic Aza University Paran Branch Hamireza Taremian Engineering Department Islamic Aza University Tehran East Branch Homa Baraaran Hashemi School of Electrical an Computer Engineering University of Tehran Abstract Neural networks, as an intelligent ata mining metho, have been use in many ifferent challenging pattern recognition problems such as stock market preiction. However, there is no formal metho to etermine the optimal neural network for preiction purpose in the literatur. In this paper, two kins of neural networks, a fee forwar multi layer Perceptron (MLP) an an Elman recurrent network, are use to preict a company s stock value base on its stock share value history. The experimental results show that the application of MLP neural network is more promising in preicting stock value changes rather than Elman recurrent network an linear regression metho. However, base on the stanar measures that will be presente in the paper we fin that the Elman recurrent network an linear regression can preict the irection of the changes of the stock value better than the MLP. Keywors- Stock market preiction; Data mining; neural networks I. INTRODUCTION From the beginning of time it has been man s common goal to make his life easier. The prevailing notion in society is that wealth brings comfort an luxury, so it is not surprising that there has been so much work one on ways to preict the markets. Therefore ing stock or financial markets has been one of the biggest challenges to the AI community. Various technical, funamental, an statistical inicators have been propose an use with varying results. However, none of these techniques or combination of techniques has been successful enough. The objective of ing research has been largely beyon the capability of traitional AI research which has mainly focuse on eveloping intelligent systems that are suppose to emulate human intelligence. By its nature the stock market is mostly complex (non-linear) an volatile. With the evelopment of neural networks, researchers an investors are hoping that the market mysteries can be unravele. Artificial Neural networks inspire by human brain cells activity can learn the ata patterns an generalize their knowlege to recognize the future new patterns. Researches on neural networks show that Neural Networks have great capability in pattern recognition an machine learning problems such as classification an regression. These ays Neural Networks are consiere as a common Data Mining metho in ifferent fiels like economy, business, inustry, an science. [6] The application of neural networks in preiction problems is very promising ue to some of their special characteristics. First, traitional methos such as linear regression an logistic regression are moel base while Neural Networks are self-ajusting methos base on training ata, so they have the ability to solve the problem with a little knowlege about its moel an without constraining the preiction moel by aing any extra assumptions. Bsies, neural networks can fin the relationship between the input an output of the system even if this relationship might be very complicate because they are general function approximators. Consequently, neural networks are well applie to the problems in which extracting the relationships among ata is ly ifficult but on the other han there exists a large enough training ata sets. It shoul be mentione that, although sometimes the rules or patterns that we are looking for might not be easily foun or the ata coul be corrupte ue to the process or measurement noise of the system, it is still believe that the inuctive learning or ata riven methos are the best way to eal with worl preiction problems. Secon, Neural Networks have generalization ability meaning that after training they can recognize the new patterns even if they haven t been in training set. Since in most of the pattern recognition problems preicting future events (unseen ata) is base on previous ata (training set), the application of neural networks woul be very beneficial. Thir, neural networks have been claime to be general function approximators. It is prove that an MLP neural network can approximate any complex continuous function that enables us to learn any complicate relationship between the input an the output of the system. The iea of using neural networks for preicting problems was first expresse by Hu in 964 which was use for weather ing [8]. The absence of any learning metho for multi layer networks mae it impossible to apply these networks to complex preiction problems. But in 980s the back propagation algorithm was introuce for training an MLP neural network. Werbos use this technique to train a neural network in 988 an claime that neural networks /0/$26.00 c 200 IEEE 32

2 are better than regression methos an Box-Jenkins moel in preiction problems [5]. The research on neural network applications continue up to the point that all the winners of the preiction contest in Santafa institute ha use neural networks [4]. In the recent ecae so many researches have been one on neural networks to preict the stock market changes. One of the first efforts was by Kimmoto an his colleagues in which they use neural networks to preict the inex of Tokyo stock market [0]. Mizuno an his colleagues also use neural networks to preict the trae of stocks in Tokyo stock market. Their metho was able to preict with 63% precision [2]. By combining Neural Networks an genetic algorithms, Phau an his colleagues manage to preict the irection of Singapore stock market with 8% precision. In this paper we have suggeste a preictive moel base on MLP neural network for preicting stock market changes in Tehran Stock Exchange Corporation (TSEC). Using this moel, one can preict the next ay stock value of a company only base on its stock trae history an without any information of the current market. Our experiments show that the preiction error of this moel is aroun.5%. In the following we will briefly introuce the iea of MLP neural network in the secon section. The thir section presents the architecture of the propose preiction moel, ata preparation methos use in this research an the evaluation criteria use for the evaluation of ifferent moels. In the fourth section the experimental results of the simulations on a company s ata will be analyze using ifferent moels. Finally the fifth section conclues the papers escribing the future works of the stuy. II. NEURAL NETWORKS The iea of neural networks was first inspire by human beings nervous system which consists of a number of simple processing units calle neuron (figure ). Each neuron receives some signals from outsie or from other neurons an then by processing them in activation function prouces its output an sens it to other neurons. Each input impact is ifferent from other inputs. For example in figure two the impact of the i th neuron on j th neuron is shown with w ij, the weight of the connection between neuron i an j. inputs Input layer Hien layer outputs Output layer Figure : Architecture Figure of a. fee P forwar MLP Consequently the more is the weight w ij the stronger woul the connection be an vice versa. In this paper, we focus on fee forwar multi layer neural networks. These networks are mae of layers of neurons. The first layer is the layer connecte to the input ata. After that there coul be one or more mile layers calle hien layers. The last layer is the output layer which shows the results. In feeback networks in contrast with recurrent networks all the connections are towar the output layer. Figure one shows a three layer fee forwar Perceptron network. One of the learning methos in multi layer Perceptron Neural Networks is the error back propagation in which the network learns the pattern in ata set an justifies the weight of the connections in the inverse irection respect to the graient vector of Error function which is usually regularize Figure 2: Perceptron neuron s connections sum of square error. The back propagation metho picks a training vector from training ata set an moves it from the input layer towar the output layer. In the output layer the error is calculate an propagate backwar so the weight of the connections will be correcte. This will usually go on until the error reaches a pre efine value. It s prove that we can approximate any continuous function with a three layer feeback network with any precision. It shoul be sai that the learning spee will ramatically ecrease accoring to the increase of the number of neurons an layers of the networks. III. THE SUGGESTED NEURAL NETWORK In spite of all the features mentione for neural networks, builing a neural network for preiction is somehow complicate. In orer to have a satisfactory performance one must consier some crucial factors in esigning of such a preiction moel. One of the main factors is the network structure incluing number of layers, neurons, an the connections. Other factors to be consiere are the activation functions in each neuron, the training algorithm, ata normalization, selecting training an test set an also evaluation measurements. In the suggeste moel two neural networks, a multilayer Perceptorn fee-forwar an an Elman recurrent are use an the back propagation algorithm is use to train these networks. The inputs to the neural networks are the lowest, the highest an the average value in the previous ays. Other information available about the stock market is not use because our goal is to preict the value of the stock share only base on the stock value history. In other wors, the 200 International Conference on Computer Information Systems an Inustrial Management Applications (CISIM) 33

3 propose moel can be viewe as a time series preiction moel. This moel uses a three layer neural network in which the input layer has 3 neurons which get the lowest, the highest an the average stock value in the last ays. In the hien layer there are h neurons which are fully connecte to the input an output layers. There is one neuron in output layer which preicts the expecte stock value of the next ay of the stock market. A. Data Preparation In this paper the lowest, the highest an the average value of the stock market in the last ays are use to preict the next ay s market value. The stock market ata have been extracte from Tehran Stock Market website. In this metho in contrast with other methos the isorers in the market cause by social or political reasons are not omitte from the ata set because we want to preict the value base on the value history. The simulation ata was extracte in 2000 to In this perio of time 094 companies shares were trae in Tehran Stock Market. The ata use as input to the system are the lowest, the highest, an the average value in the last ays (= {, 2,, 0}). The preiction system preicts the next ay s value using the above ata. In neural networks applications the input ata is usually normalize into the range of [0, ] or [-,] accoring to the activation function of the neurons. So in this paper the value of the stock market is normalize into the range of [-, ] using the () an then the neural networks are traine an teste using the back propagation algorithm. 2 ( Max + Min ) = () Max Min B. Evaluation criteria In preiction problems general criteria like mean absolute eviation, mean absolute percentage error, mean square error, an root mean square error are calculate base on (2, 3, 4, 5). These criteria are preferre to be smaller since they inicate the preiction error of the system. In aition to the above criteria three other measures are use to compare stock value preiction methos. The correct tren measure shows the percentage of correct ssssss Correct Fo recast Tren = T (, ) T (, ) = 0 if ( MAD = (2) (3) MAPE = ( ) 2 MSE = (4) RMSE = ( ) 2 ( 5) preiction of the changes in n+ th ay relative to n th ay (6). When the preiction is completely ranom this number woul be aroun 0.5. As a result, in orer to have a reliable preiction metho this feature shoul be at least above 0.5. Although knowing the irection of the changes is an important factor for ecision making, we also nee to know the amount of the changes. There will be two other criteria to etermine the ratio of correct tren to the tren of stock changes (7) an the ratio of incorrect tren to the tren of stock changes (8). In the Ieal case, the preicte ratio of correct tren to the stock changes in (7) shoul be equal to one. In aition, if the quantity of this ratio is smaller (or greater) than one, it will inicate that the irection of the changes is preicte correctly while the amount of changes has been preicte less (or more). In the other han, when the irection of stock changes is preicte incorrectly, the quantity of the (8) is esire to be closer to one as much as possible which shows the preiction error is minimum in this case. IV. SIMULATION RESULTS In this section the preiction results of the two suggeste methos using multi layer Perceptron neural networks an Elman recurrent network are compare to linear regression metho results. The training algorithm in multi layer neural network is Levenberg-Marquart back propagation which can train any neural networking using ifferentiable activity functions. In this kin of error back propagation algorithm we use both the graient an the Jacobean of the performance measure (error function)of the training set respect to the connection weights, to justify the network weights [9, ]. otherwise ).( ) 0 (6) Correct Forecast Tren = Real Tren Incorrect Re Forecast Tren al Tren = + (7) (8) International Conference on Computer Information Systems an Inustrial Management Applications (CISIM)

4 Mean abstract eviation Mean square error 95 60,00 Mean abstract eviation Mean square error 50,00 40,00 30,00 20, , MLP ( hien layer) Elman ( hien layer) Linear regression 0 Figure 4. comparing mean square error (MSE) in Elman an MLP. Mean absolute percentage error Figure 2. comparing minimum abstract eviation (MAD) in Elman an MLP Mean absolute percentage Figure 3. comparing mean absolute percentage error (MAPE) in Elman an MLP On the other han, to train Elman network, the error back propagation with momentum an aaptive learning rate is use. This algorithm like Levenberg-Marquart has the capability to train any network using ifferentiable activity functions. The weights of the network in this algorithm are ajuste accoring to Graient ecent (with momentum) base on the (9) in which mc is the momentum, Xprev is the previous change in the network weights an lr is the learning rate. pref X = mc Xprev + lr. mc. (9) X In each epoch if the performance measure (Mean square error) is moving towar its goal value, the learning rate will increase (in this simulation lr_inc=.05). On the other han if the performance measure increases more than a threshol (max_perf_inc=.04), leaning rate will ecrease with the rate of lr_ec (in this simulation lr_ec=0.7) an the relate change which has increase the performance measure, will not be applie to the network weights. When one of the below happens the algorithm will stop. The training epochs reach its maximum (in this simulation 000 epochs). The performance measure reaches its goal. (MSE=0to-6) The graient of the performance measure gets uner a threshol. (0to-6) In the following the results of these two methos are going to be compare to the result of the linear regression metho. In figure 3, 4, an 5 it s clearly shown that the MLP Neural Network has less MSE, MAPE, an MSE comparing to Elman an linear regression though this metho cannot preict the irection of the changes as well as Elman an regression (figure 6). However the linear regression metho preicts the irection of the changes well (figure 6), the error in the preiction of the value is much more than multilayer Perceptron an Elman (figure 7). The Elman network can preict the irection of the changes better than multilayer Perceptron (figure 6) but suffers from greater error in preiction (figure 7). V. CONCLUSIONS In this paper we use neural networks moel to preict the value of stock share in the next ay using the previous ata about stock market value. For this purpose two ifferent well known types of neural networks were applie to the problem. The obtaine results show that for preicting the irection of changes of the values in the next ay none of these methos are better than simple linear regression moel. But the error of the preiction of the amount of value changes using MLP neural network is less than both Elman network an linear regression metho. In aition to this, when the fee forwar MLP neural network preicts the irection of the changes correctly, the amount of change is 200 International Conference on Computer Information Systems an Inustrial Management Applications (CISIM) 35

5 Correct irection change Figure 5. Maximum number of correct change irection in Elman an MLP. Ratio of correct irection change to irection change Correct irection change Ratio of correct irection change to irection change Figure 6. Ratio of correct of irection change to irection change in Elman an MLP. completely close to the one in comparison to the other two mentione methos. In future works of this stuy we are going to apply other recently propose regression methos such as Support Vector Regression moels which is newer in the fiel of machine learning researches an claime to have goo generalization ability ue to application of large margin concept. REFERENCES [] Chen An-Sing, Leung Mark, Daouk Hazem, Application of Neural Networks to an Emerging Financial Market: Forecasting an Traing the Taiwan Stock Inex, Computers & Operations Research, vol. 30, 2003, pp [2] G. Armano, M. Marchesi, an A. Murru, A Hybri Genetic-Neural Architecture for Stock Inexes Forecasting, Information Sciences, vol. 70, 2005, pp Ratio of incorrect froecast irection change to irection change Ratio of incorrect irection change to irection change Figure 7. Ratio of incorrect of irection change to irection change in Elman an MLP. [3] Qing Cao, Leggio Karyl, Marc Schnieerjans, A Comparison Between Fama an French s Moel an Artificial Neural Networks in Preicting the Chinese Stock Market, Computers & Operations Research, vol. 32, 2005, pp [4] Olson Dennis, Mossman Charles, Neural Network Forecasts of Canaian Stock Returns Using Accounting Ratios, International Journal of Forecasting, vol.9, 2003, pp [5] C.W.J. Granger an A.P. Anerson, An Introuction to Bilinear Time Series Moels, Vanenhoeck an Ruprecht, Gottingen, 978. [6] G. Grunitzky an L. Osburn, Forecasting S&P an Gol Futures Prices: An Application of Neural Networks, Journal of Futures Markets, vol. 3, No. 6, pp , September 993. [7] Zhang Guoqiang, Patuwo Ey, Hu Michael, Forecasting with Artificial Neural Networks: The State of the Art, International Journal of Forecasting, vol. 4, 998, pp [8] M.J.C. Hu, Application of the Aaline System to Weather Forecasting, Master Thesis, Technical Report 6775-, Stanfor Electronic Laboratories, Stanfor, CA, June 964. [9] Levenberg K., A Metho for the Solution of Certain Problems in Least Squares, Quart. Appl. Math., no. 2, 944, pp [0] T. Kimoto, K. Asakawa, M. Yoa, an M. Takeoka, "Stock market preiction system with moular neural network," Proceeings of the International Joint Conference on Neural Networks, 990, pp. -6. [] D. Marquart, An Algorithm for Least Squares Estimation of Nonlinear Parameters, SIAM Journal of Applie Mathematics, no., 963, pp [2] H. Mizuno, M. Kosaka, H. Yajima, an N. Komoa, Application of Neural Network to Technical Analysis of Stock Market Preiction, Stuies in Informatic an Control, vol.7, no.3, 998, pp.-20. [3] H. Tong an K.S. Lim, Threshol Autoregressive, Limit Cycles an Cyclical Data, Journal of the Royal Statistical Society Series, vol. B- 42, no. 3, 980, pp [4] A.S. Weigen an N.A. Gershenfel, Time Series Preiction: Forecasting the Future an Unerstaning the Past, Aison- Wesley, Reaing, MA, 993. [5] P.J. Werbos, Generalization of back propagation with application to a recurrent gas market moel, Neural Networks, vol., pp , 988. [6] M. Rafiul Hassan an Baikunth Nath, Stock Market Forecasting Using Hien Markov Moel: A New Approach, 5th International Conference on Intelligent Systems Design an Applications, International Conference on Computer Information Systems an Inustrial Management Applications (CISIM)

STOCK PREDICTION SYSTEM USING ANN

STOCK PREDICTION SYSTEM USING ANN STOCK PREDICTION SYSTEM USING ANN Mahesh Korade 1, Sujata Gutte 2, Asha Thorat 3, Rohini Sonawane 4 1 Lecturer in Dept. of computer SITRC Nashik, University of Pune, Maharashtra, India 2 B.E.Student in

More information

Optimizing Multiple Stock Trading Rules using Genetic Algorithms

Optimizing Multiple Stock Trading Rules using Genetic Algorithms Optimizing Multiple Stock Traing Rules using Genetic Algorithms Ariano Simões, Rui Neves, Nuno Horta Instituto as Telecomunicações, Instituto Superior Técnico Av. Rovisco Pais, 040-00 Lisboa, Portugal.

More information

How To Segmentate An Insurance Customer In An Insurance Business

How To Segmentate An Insurance Customer In An Insurance Business International Journal of Database Theory an Application, pp.25-36 http://x.oi.org/10.14257/ijta.2014.7.1.03 A Case Stuy of Applying SOM in Market Segmentation of Automobile Insurance Customers Vahi Golmah

More information

Data Center Power System Reliability Beyond the 9 s: A Practical Approach

Data Center Power System Reliability Beyond the 9 s: A Practical Approach Data Center Power System Reliability Beyon the 9 s: A Practical Approach Bill Brown, P.E., Square D Critical Power Competency Center. Abstract Reliability has always been the focus of mission-critical

More information

State of Louisiana Office of Information Technology. Change Management Plan

State of Louisiana Office of Information Technology. Change Management Plan State of Louisiana Office of Information Technology Change Management Plan Table of Contents Change Management Overview Change Management Plan Key Consierations Organizational Transition Stages Change

More information

The one-year non-life insurance risk

The one-year non-life insurance risk The one-year non-life insurance risk Ohlsson, Esbjörn & Lauzeningks, Jan Abstract With few exceptions, the literature on non-life insurance reserve risk has been evote to the ultimo risk, the risk in the

More information

Improving Direct Marketing Profitability with Neural Networks

Improving Direct Marketing Profitability with Neural Networks Volume 9 o.5, September 011 Improving Direct Marketing Profitability with eural etworks Zaiyong Tang Salem State University Salem, MA 01970 ABSTRACT Data mining in irect marketing aims at ientifying the

More information

Detecting Possibly Fraudulent or Error-Prone Survey Data Using Benford s Law

Detecting Possibly Fraudulent or Error-Prone Survey Data Using Benford s Law Detecting Possibly Frauulent or Error-Prone Survey Data Using Benfor s Law Davi Swanson, Moon Jung Cho, John Eltinge U.S. Bureau of Labor Statistics 2 Massachusetts Ave., NE, Room 3650, Washington, DC

More information

Hull, Chapter 11 + Sections 17.1 and 17.2 Additional reference: John Cox and Mark Rubinstein, Options Markets, Chapter 5

Hull, Chapter 11 + Sections 17.1 and 17.2 Additional reference: John Cox and Mark Rubinstein, Options Markets, Chapter 5 Binomial Moel Hull, Chapter 11 + ections 17.1 an 17.2 Aitional reference: John Cox an Mark Rubinstein, Options Markets, Chapter 5 1. One-Perio Binomial Moel Creating synthetic options (replicating options)

More information

Ch 10. Arithmetic Average Options and Asian Opitons

Ch 10. Arithmetic Average Options and Asian Opitons Ch 10. Arithmetic Average Options an Asian Opitons I. Asian Option an the Analytic Pricing Formula II. Binomial Tree Moel to Price Average Options III. Combination of Arithmetic Average an Reset Options

More information

An intertemporal model of the real exchange rate, stock market, and international debt dynamics: policy simulations

An intertemporal model of the real exchange rate, stock market, and international debt dynamics: policy simulations This page may be remove to conceal the ientities of the authors An intertemporal moel of the real exchange rate, stock market, an international ebt ynamics: policy simulations Saziye Gazioglu an W. Davi

More information

Option Pricing for Inventory Management and Control

Option Pricing for Inventory Management and Control Option Pricing for Inventory Management an Control Bryant Angelos, McKay Heasley, an Jeffrey Humpherys Abstract We explore the use of option contracts as a means of managing an controlling inventories

More information

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014

ISSN: 2277-3754 ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 12, June 2014 ISSN: 77-754 ISO 900:008 Certifie International Journal of Engineering an Innovative echnology (IJEI) Volume, Issue, June 04 Manufacturing process with isruption uner Quaratic Deman for Deteriorating Inventory

More information

View Synthesis by Image Mapping and Interpolation

View Synthesis by Image Mapping and Interpolation View Synthesis by Image Mapping an Interpolation Farris J. Halim Jesse S. Jin, School of Computer Science & Engineering, University of New South Wales Syney, NSW 05, Australia Basser epartment of Computer

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION LJMS 2008, 2 Labuan e-journal of Muamalat and Society, Vol. 2, 2008, pp. 9-16 Labuan e-journal of Muamalat and Society APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED

More information

Innovation Union means: More jobs, improved lives, better society

Innovation Union means: More jobs, improved lives, better society The project follows the Lisbon an Gothenburg Agenas, an supports the EU 2020 Strategy, in particular SMART Growth an the Innovation Union: Innovation Union means: More jobs, improve lives, better society

More information

10.2 Systems of Linear Equations: Matrices

10.2 Systems of Linear Equations: Matrices SECTION 0.2 Systems of Linear Equations: Matrices 7 0.2 Systems of Linear Equations: Matrices OBJECTIVES Write the Augmente Matrix of a System of Linear Equations 2 Write the System from the Augmente Matrix

More information

Optimal Control Policy of a Production and Inventory System for multi-product in Segmented Market

Optimal Control Policy of a Production and Inventory System for multi-product in Segmented Market RATIO MATHEMATICA 25 (2013), 29 46 ISSN:1592-7415 Optimal Control Policy of a Prouction an Inventory System for multi-prouct in Segmente Market Kuleep Chauhary, Yogener Singh, P. C. Jha Department of Operational

More information

Price Prediction of Share Market using Artificial Neural Network (ANN)

Price Prediction of Share Market using Artificial Neural Network (ANN) Prediction of Share Market using Artificial Neural Network (ANN) Zabir Haider Khan Department of CSE, SUST, Sylhet, Bangladesh Tasnim Sharmin Alin Department of CSE, SUST, Sylhet, Bangladesh Md. Akter

More information

Feedback linearization control of a two-link robot using a multi-crossover genetic algorithm

Feedback linearization control of a two-link robot using a multi-crossover genetic algorithm Available online at www.scienceirect.com Expert Systems with Applications 3 (009) 454 459 Short communication Feeback linearization control of a two-link robot using a multi-crossover genetic algorithm

More information

Unsteady Flow Visualization by Animating Evenly-Spaced Streamlines

Unsteady Flow Visualization by Animating Evenly-Spaced Streamlines EUROGRAPHICS 2000 / M. Gross an F.R.A. Hopgoo Volume 19, (2000), Number 3 (Guest Eitors) Unsteay Flow Visualization by Animating Evenly-Space Bruno Jobar an Wilfri Lefer Université u Littoral Côte Opale,

More information

Optimal Energy Commitments with Storage and Intermittent Supply

Optimal Energy Commitments with Storage and Intermittent Supply Submitte to Operations Research manuscript OPRE-2009-09-406 Optimal Energy Commitments with Storage an Intermittent Supply Jae Ho Kim Department of Electrical Engineering, Princeton University, Princeton,

More information

Predicting Television Ratings and Its Application to Taiwan Cable TV Channels

Predicting Television Ratings and Its Application to Taiwan Cable TV Channels 2n International Symposium on Computer, Communication, Control an Automation (3CA 2013) Preicting Television Ratings an Its Application to Taiwan Cable TV Channels Hui-Ling Huang Department of Biological

More information

Cross-Over Analysis Using T-Tests

Cross-Over Analysis Using T-Tests Chapter 35 Cross-Over Analysis Using -ests Introuction his proceure analyzes ata from a two-treatment, two-perio (x) cross-over esign. he response is assume to be a continuous ranom variable that follows

More information

Professional Level Options Module, Paper P4(SGP)

Professional Level Options Module, Paper P4(SGP) Answers Professional Level Options Moule, Paper P4(SGP) Avance Financial Management (Singapore) December 2007 Answers Tutorial note: These moel answers are consierably longer an more etaile than woul be

More information

Seeing the Unseen: Revealing Mobile Malware Hidden Communications via Energy Consumption and Artificial Intelligence

Seeing the Unseen: Revealing Mobile Malware Hidden Communications via Energy Consumption and Artificial Intelligence Seeing the Unseen: Revealing Mobile Malware Hien Communications via Energy Consumption an Artificial Intelligence Luca Caviglione, Mauro Gaggero, Jean-François Lalane, Wojciech Mazurczyk, Marcin Urbanski

More information

Jitendra Kumar Gupta 3

Jitendra Kumar Gupta 3 ISSN: 2321-7782 (Online) Volume 2, Issue 1, January 2014 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient

More information

RUNESTONE, an International Student Collaboration Project

RUNESTONE, an International Student Collaboration Project RUNESTONE, an International Stuent Collaboration Project Mats Daniels 1, Marian Petre 2, Vicki Almstrum 3, Lars Asplun 1, Christina Björkman 1, Carl Erickson 4, Bruce Klein 4, an Mary Last 4 1 Department

More information

Using research evidence in mental health: user-rating and focus group study of clinicians preferences for a new clinical question-answering service

Using research evidence in mental health: user-rating and focus group study of clinicians preferences for a new clinical question-answering service DOI: 10.1111/j.1471-1842.2008.00833.x Using research evience in mental health: user-rating an focus group stuy of clinicians preferences for a new clinical question-answering service Elizabeth A. Barley*,

More information

JON HOLTAN. if P&C Insurance Ltd., Oslo, Norway ABSTRACT

JON HOLTAN. if P&C Insurance Ltd., Oslo, Norway ABSTRACT OPTIMAL INSURANCE COVERAGE UNDER BONUS-MALUS CONTRACTS BY JON HOLTAN if P&C Insurance Lt., Oslo, Norway ABSTRACT The paper analyses the questions: Shoul or shoul not an iniviual buy insurance? An if so,

More information

A Comparison of Performance Measures for Online Algorithms

A Comparison of Performance Measures for Online Algorithms A Comparison of Performance Measures for Online Algorithms Joan Boyar 1, Sany Irani 2, an Kim S. Larsen 1 1 Department of Mathematics an Computer Science, University of Southern Denmark, Campusvej 55,

More information

Product Differentiation for Software-as-a-Service Providers

Product Differentiation for Software-as-a-Service Providers University of Augsburg Prof. Dr. Hans Ulrich Buhl Research Center Finance & Information Management Department of Information Systems Engineering & Financial Management Discussion Paper WI-99 Prouct Differentiation

More information

A Data Placement Strategy in Scientific Cloud Workflows

A Data Placement Strategy in Scientific Cloud Workflows A Data Placement Strategy in Scientific Clou Workflows Dong Yuan, Yun Yang, Xiao Liu, Jinjun Chen Faculty of Information an Communication Technologies, Swinburne University of Technology Hawthorn, Melbourne,

More information

Achieving quality audio testing for mobile phones

Achieving quality audio testing for mobile phones Test & Measurement Achieving quality auio testing for mobile phones The auio capabilities of a cellular hanset provie the funamental interface between the user an the raio transceiver. Just as RF testing

More information

INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES

INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES 1 st Logistics International Conference Belgrae, Serbia 28-30 November 2013 INFLUENCE OF GPS TECHNOLOGY ON COST CONTROL AND MAINTENANCE OF VEHICLES Goran N. Raoičić * University of Niš, Faculty of Mechanical

More information

A NATIONAL MEASUREMENT GOOD PRACTICE GUIDE. No.107. Guide to the calibration and testing of torque transducers

A NATIONAL MEASUREMENT GOOD PRACTICE GUIDE. No.107. Guide to the calibration and testing of torque transducers A NATIONAL MEASUREMENT GOOD PRACTICE GUIDE No.107 Guie to the calibration an testing of torque transucers Goo Practice Guie 107 Measurement Goo Practice Guie No.107 Guie to the calibration an testing of

More information

Towards a Framework for Enterprise Architecture Frameworks Comparison and Selection

Towards a Framework for Enterprise Architecture Frameworks Comparison and Selection Towars a Framework for Enterprise Frameworks Comparison an Selection Saber Aballah Faculty of Computers an Information, Cairo University Saber_aballah@hotmail.com Abstract A number of Enterprise Frameworks

More information

Reading: Ryden chs. 3 & 4, Shu chs. 15 & 16. For the enthusiasts, Shu chs. 13 & 14.

Reading: Ryden chs. 3 & 4, Shu chs. 15 & 16. For the enthusiasts, Shu chs. 13 & 14. 7 Shocks Reaing: Ryen chs 3 & 4, Shu chs 5 & 6 For the enthusiasts, Shu chs 3 & 4 A goo article for further reaing: Shull & Draine, The physics of interstellar shock waves, in Interstellar processes; Proceeings

More information

Modelling and Resolving Software Dependencies

Modelling and Resolving Software Dependencies June 15, 2005 Abstract Many Linux istributions an other moern operating systems feature the explicit eclaration of (often complex) epenency relationships between the pieces of software

More information

Game Theoretic Modeling of Cooperation among Service Providers in Mobile Cloud Computing Environments

Game Theoretic Modeling of Cooperation among Service Providers in Mobile Cloud Computing Environments 2012 IEEE Wireless Communications an Networking Conference: Services, Applications, an Business Game Theoretic Moeling of Cooperation among Service Proviers in Mobile Clou Computing Environments Dusit

More information

On Adaboost and Optimal Betting Strategies

On Adaboost and Optimal Betting Strategies On Aaboost an Optimal Betting Strategies Pasquale Malacaria 1 an Fabrizio Smerali 1 1 School of Electronic Engineering an Computer Science, Queen Mary University of Lonon, Lonon, UK Abstract We explore

More information

MODELLING OF TWO STRATEGIES IN INVENTORY CONTROL SYSTEM WITH RANDOM LEAD TIME AND DEMAND

MODELLING OF TWO STRATEGIES IN INVENTORY CONTROL SYSTEM WITH RANDOM LEAD TIME AND DEMAND art I. robobabilystic Moels Computer Moelling an New echnologies 27 Vol. No. 2-3 ransport an elecommunication Institute omonosova iga V-9 atvia MOEING OF WO AEGIE IN INVENOY CONO YEM WIH ANOM EA IME AN

More information

A New Evaluation Measure for Information Retrieval Systems

A New Evaluation Measure for Information Retrieval Systems A New Evaluation Measure for Information Retrieval Systems Martin Mehlitz martin.mehlitz@ai-labor.e Christian Bauckhage Deutsche Telekom Laboratories christian.bauckhage@telekom.e Jérôme Kunegis jerome.kunegis@ai-labor.e

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

Calibration of the broad band UV Radiometer

Calibration of the broad band UV Radiometer Calibration of the broa ban UV Raiometer Marian Morys an Daniel Berger Solar Light Co., Philaelphia, PA 19126 ABSTRACT Mounting concern about the ozone layer epletion an the potential ultraviolet exposure

More information

Consumer Referrals. Maria Arbatskaya and Hideo Konishi. October 28, 2014

Consumer Referrals. Maria Arbatskaya and Hideo Konishi. October 28, 2014 Consumer Referrals Maria Arbatskaya an Hieo Konishi October 28, 2014 Abstract In many inustries, rms rewar their customers for making referrals. We analyze the optimal policy mix of price, avertising intensity,

More information

Mandate-Based Health Reform and the Labor Market: Evidence from the Massachusetts Reform

Mandate-Based Health Reform and the Labor Market: Evidence from the Massachusetts Reform Manate-Base Health Reform an the Labor Market: Evience from the Massachusetts Reform Jonathan T. Kolsta Wharton School, University of Pennsylvania an NBER Amana E. Kowalski Department of Economics, Yale

More information

Sustainability Through the Market: Making Markets Work for Everyone q

Sustainability Through the Market: Making Markets Work for Everyone q www.corporate-env-strategy.com Sustainability an the Market Sustainability Through the Market: Making Markets Work for Everyone q Peter White Sustainable evelopment is about ensuring a better quality of

More information

Minimizing Makespan in Flow Shop Scheduling Using a Network Approach

Minimizing Makespan in Flow Shop Scheduling Using a Network Approach Minimizing Makespan in Flow Shop Scheuling Using a Network Approach Amin Sahraeian Department of Inustrial Engineering, Payame Noor University, Asaluyeh, Iran 1 Introuction Prouction systems can be ivie

More information

A Universal Sensor Control Architecture Considering Robot Dynamics

A Universal Sensor Control Architecture Considering Robot Dynamics International Conference on Multisensor Fusion an Integration for Intelligent Systems (MFI2001) Baen-Baen, Germany, August 2001 A Universal Sensor Control Architecture Consiering Robot Dynamics Frierich

More information

Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm

Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm Sensor Network Localization from Local Connectivity : Performance Analysis for the MDS-MAP Algorithm Sewoong Oh an Anrea Montanari Electrical Engineering an Statistics Department Stanfor University, Stanfor,

More information

An introduction to the Red Cross Red Crescent s Learning platform and how to adopt it

An introduction to the Red Cross Red Crescent s Learning platform and how to adopt it An introuction to the Re Cross Re Crescent s Learning platform an how to aopt it www.ifrc.org Saving lives, changing mins. The International Feeration of Re Cross an Re Crescent Societies (IFRC) is the

More information

Sensitivity Analysis of Non-linear Performance with Probability Distortion

Sensitivity Analysis of Non-linear Performance with Probability Distortion Preprints of the 19th Worl Congress The International Feeration of Automatic Control Cape Town, South Africa. August 24-29, 214 Sensitivity Analysis of Non-linear Performance with Probability Distortion

More information

Lagrangian and Hamiltonian Mechanics

Lagrangian and Hamiltonian Mechanics Lagrangian an Hamiltonian Mechanics D.G. Simpson, Ph.D. Department of Physical Sciences an Engineering Prince George s Community College December 5, 007 Introuction In this course we have been stuying

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

S&P Systematic Global Macro Index (S&P SGMI) Methodology

S&P Systematic Global Macro Index (S&P SGMI) Methodology S&P Systematic Global Macro Inex (S&P SGMI) Methoology May 2014 S&P Dow Jones Inices: Inex Methoology Table of Contents Introuction 3 Overview 3 Highlights 4 The S&P SGMI Methoology 4 Inex Family 5 Inex

More information

Predictive time series analysis of stock prices using neural network classifier

Predictive time series analysis of stock prices using neural network classifier Predictive time series analysis of stock prices using neural network classifier Abhinav Pathak, National Institute of Technology, Karnataka, Surathkal, India abhi.pat93@gmail.com Abstract The work pertains

More information

Risk Management for Derivatives

Risk Management for Derivatives Risk Management or Derivatives he Greeks are coming the Greeks are coming! Managing risk is important to a large number o iniviuals an institutions he most unamental aspect o business is a process where

More information

The Quick Calculus Tutorial

The Quick Calculus Tutorial The Quick Calculus Tutorial This text is a quick introuction into Calculus ieas an techniques. It is esigne to help you if you take the Calculus base course Physics 211 at the same time with Calculus I,

More information

The Impact of Forecasting Methods on Bullwhip Effect in Supply Chain Management

The Impact of Forecasting Methods on Bullwhip Effect in Supply Chain Management The Imact of Forecasting Methos on Bullwhi Effect in Suly Chain Management HX Sun, YT Ren Deartment of Inustrial an Systems Engineering, National University of Singaore, Singaore Schoo of Mechanical an

More information

Introduction to Integration Part 1: Anti-Differentiation

Introduction to Integration Part 1: Anti-Differentiation Mathematics Learning Centre Introuction to Integration Part : Anti-Differentiation Mary Barnes c 999 University of Syney Contents For Reference. Table of erivatives......2 New notation.... 2 Introuction

More information

Modeling and Predicting Popularity Dynamics via Reinforced Poisson Processes

Modeling and Predicting Popularity Dynamics via Reinforced Poisson Processes Proceeings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Moeling an Preicting Popularity Dynamics via Reinforce Poisson Processes Huawei Shen 1, Dashun Wang 2, Chaoming Song 3, Albert-László

More information

Enterprise Resource Planning

Enterprise Resource Planning Enterprise Resource Planning MPC 6 th Eition Chapter 1a McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserve. Enterprise Resource Planning A comprehensive software approach

More information

Search Advertising Based Promotion Strategies for Online Retailers

Search Advertising Based Promotion Strategies for Online Retailers Search Avertising Base Promotion Strategies for Online Retailers Amit Mehra The Inian School of Business yeraba, Inia Amit Mehra@isb.eu ABSTRACT Web site aresses of small on line retailers are often unknown

More information

Digital barrier option contract with exponential random time

Digital barrier option contract with exponential random time IMA Journal of Applie Mathematics Avance Access publishe June 9, IMA Journal of Applie Mathematics ) Page of 9 oi:.93/imamat/hxs3 Digital barrier option contract with exponential ranom time Doobae Jun

More information

! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6

! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6 ! # % & ( ) +,,),. / 0 1 2 % ( 345 6, & 7 8 4 8 & & &&3 6 9 Quality signposting : the role of online information prescription in proviing patient information Liz Brewster & Barbara Sen Information School,

More information

Hybrid Model Predictive Control Applied to Production-Inventory Systems

Hybrid Model Predictive Control Applied to Production-Inventory Systems Preprint of paper to appear in the 18th IFAC Worl Congress, August 28 - Sept. 2, 211, Milan, Italy Hybri Moel Preictive Control Applie to Prouction-Inventory Systems Naresh N. Nanola Daniel E. Rivera Control

More information

A Theory of Exchange Rates and the Term Structure of Interest Rates

A Theory of Exchange Rates and the Term Structure of Interest Rates Review of Development Economics, 17(1), 74 87, 013 DOI:10.1111/roe.1016 A Theory of Exchange Rates an the Term Structure of Interest Rates Hyoung-Seok Lim an Masao Ogaki* Abstract This paper efines the

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 14 10/27/2008 MOMENT GENERATING FUNCTIONS Contents 1. Moment generating functions 2. Sum of a ranom number of ranom variables 3. Transforms

More information

Rural Development Tools: What Are They and Where Do You Use Them?

Rural Development Tools: What Are They and Where Do You Use Them? Faculty Paper Series Faculty Paper 00-09 June, 2000 Rural Development Tools: What Are They an Where Do You Use Them? By Dennis U. Fisher Professor an Extension Economist -fisher@tamu.eu Juith I. Stallmann

More information

MSc. Econ: MATHEMATICAL STATISTICS, 1995 MAXIMUM-LIKELIHOOD ESTIMATION

MSc. Econ: MATHEMATICAL STATISTICS, 1995 MAXIMUM-LIKELIHOOD ESTIMATION MAXIMUM-LIKELIHOOD ESTIMATION The General Theory of M-L Estimation In orer to erive an M-L estimator, we are boun to make an assumption about the functional form of the istribution which generates the

More information

Measures of distance between samples: Euclidean

Measures of distance between samples: Euclidean 4- Chapter 4 Measures of istance between samples: Eucliean We will be talking a lot about istances in this book. The concept of istance between two samples or between two variables is funamental in multivariate

More information

There are two different ways you can interpret the information given in a demand curve.

There are two different ways you can interpret the information given in a demand curve. Econ 500 Microeconomic Review Deman What these notes hope to o is to o a quick review of supply, eman, an equilibrium, with an emphasis on a more quantifiable approach. Deman Curve (Big icture) The whole

More information

CALCULATION INSTRUCTIONS

CALCULATION INSTRUCTIONS Energy Saving Guarantee Contract ppenix 8 CLCULTION INSTRUCTIONS Calculation Instructions for the Determination of the Energy Costs aseline, the nnual mounts of Savings an the Remuneration 1 asics ll prices

More information

Liquidity and Corporate Debt Market Timing

Liquidity and Corporate Debt Market Timing Liquiity an Corporate Debt Market Timing Marina Balboa Faculty of Economics University of Alicante Phone: +34 965903621 Fax: +34 965903621 marina.balboa@ua.es Belén Nieto (Corresponing author) Faculty

More information

Calculating Viscous Flow: Velocity Profiles in Rivers and Pipes

Calculating Viscous Flow: Velocity Profiles in Rivers and Pipes previous inex next Calculating Viscous Flow: Velocity Profiles in Rivers an Pipes Michael Fowler, UVa 9/8/1 Introuction In this lecture, we ll erive the velocity istribution for two examples of laminar

More information

ThroughputScheduler: Learning to Schedule on Heterogeneous Hadoop Clusters

ThroughputScheduler: Learning to Schedule on Heterogeneous Hadoop Clusters ThroughputScheuler: Learning to Scheule on Heterogeneous Haoop Clusters Shehar Gupta, Christian Fritz, Bob Price, Roger Hoover, an Johan e Kleer Palo Alto Research Center, Palo Alto, CA, USA {sgupta, cfritz,

More information

Feasibility of Implementation of Strategic Management on Brand Identity of Sepah Bank

Feasibility of Implementation of Strategic Management on Brand Identity of Sepah Bank Online Access: www.absronline.org/journals Management an Aministrative Sciences Review Volume 4, Issue 3 Pages: 635-646 May 2015 e-issn: 2308-1368 p-issn: 2310-872X Feasibility of Implementation of Strategic

More information

GPRS performance estimation in GSM circuit switched services and GPRS shared resource systems *

GPRS performance estimation in GSM circuit switched services and GPRS shared resource systems * GPRS performance estimation in GSM circuit switche serices an GPRS share resource systems * Shaoji i an Sen-Gusta Häggman Helsinki Uniersity of Technology, Institute of Raio ommunications, ommunications

More information

USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS

USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS Proceeings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, an M. Fu, es. USING SIMPLIFIED DISCRETE-EVENT SIMULATION MODELS FOR HEALTH CARE APPLICATIONS Anthony

More information

Bond Calculator. Spreads (G-spread, T-spread) References and Contact details

Bond Calculator. Spreads (G-spread, T-spread) References and Contact details Cbons.Ru Lt. irogovskaya nab., 21, St. etersburg hone: +7 (812) 336-97-21 http://www.cbons-group.com Bon Calculator Bon calculator is esigne to calculate analytical parameters use in assessment of bons.

More information

An Introduction to Event-triggered and Self-triggered Control

An Introduction to Event-triggered and Self-triggered Control An Introuction to Event-triggere an Self-triggere Control W.P.M.H. Heemels K.H. Johansson P. Tabuaa Abstract Recent evelopments in computer an communication technologies have le to a new type of large-scale

More information

DECISION SUPPORT SYSTEM FOR MANAGING EDUCATIONAL CAPACITY UTILIZATION IN UNIVERSITIES

DECISION SUPPORT SYSTEM FOR MANAGING EDUCATIONAL CAPACITY UTILIZATION IN UNIVERSITIES DECISION SUPPORT SYSTEM OR MANAGING EDUCATIONAL CAPACITY UTILIZATION IN UNIVERSITIES Svetlana Vinnik 1, Marc H. Scholl 2 Abstract Decision-making in the fiel of acaemic planning involves extensive analysis

More information

Gender Differences in Educational Attainment: The Case of University Students in England and Wales

Gender Differences in Educational Attainment: The Case of University Students in England and Wales Gener Differences in Eucational Attainment: The Case of University Stuents in Englan an Wales ROBERT MCNABB 1, SARMISTHA PAL 1, AND PETER SLOANE 2 ABSTRACT This paper examines the eterminants of gener

More information

HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT

HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT International Journal of Avance Research in Computer Engineering & Technology (IJARCET) HOST SELECTION METHODOLOGY IN CLOUD COMPUTING ENVIRONMENT Pawan Kumar, Pijush Kanti Dutta Pramanik Computer Science

More information

The concept of on-board diagnostic system of working machine hydraulic system

The concept of on-board diagnostic system of working machine hydraulic system Scientific Journals Maritime University of Szczecin Zeszyty Naukowe Akaemia Morska w Szczecinie 0, 3(04) z. pp. 8 90 0, 3(04) z. s. 8 90 The concept of on-boar iagnostic of working machine hyraulic Leszek

More information

Math 230.01, Fall 2012: HW 1 Solutions

Math 230.01, Fall 2012: HW 1 Solutions Math 3., Fall : HW Solutions Problem (p.9 #). Suppose a wor is picke at ranom from this sentence. Fin: a) the chance the wor has at least letters; SOLUTION: All wors are equally likely to be chosen. The

More information

A New Approach to Neural Network based Stock Trading Strategy

A New Approach to Neural Network based Stock Trading Strategy A New Approach to Neural Network based Stock Trading Strategy Miroslaw Kordos, Andrzej Cwiok University of Bielsko-Biala, Department of Mathematics and Computer Science, Bielsko-Biala, Willowa 2, Poland:

More information

How To Understand The Cause Of Power Price Movements

How To Understand The Cause Of Power Price Movements Chapter 2 A Survey of Commoity Markets an Structural Moels for Electricity Prices René Carmona an Michael Coulon Abstract The goal of this survey is to review the major iiosyncrasies of the commoity markets

More information

Dynamic Network Security Deployment Under Partial Information

Dynamic Network Security Deployment Under Partial Information Dynamic Network Security Deployment Uner Partial nformation nvite Paper) George Theoorakopoulos EPFL Lausanne, Switzerlan Email: george.theoorakopoulos @ epfl.ch John S. Baras University of Marylan College

More information

Chapter 9 AIRPORT SYSTEM PLANNING

Chapter 9 AIRPORT SYSTEM PLANNING Chapter 9 AIRPORT SYSTEM PLANNING. Photo creit Dorn McGrath, Jr Contents Page The Planning Process................................................... 189 Airport Master Planning..............................................

More information

Optimal Control Of Production Inventory Systems With Deteriorating Items And Dynamic Costs

Optimal Control Of Production Inventory Systems With Deteriorating Items And Dynamic Costs Applie Mathematics E-Notes, 8(2008), 194-202 c ISSN 1607-2510 Available free at mirror sites of http://www.math.nthu.eu.tw/ amen/ Optimal Control Of Prouction Inventory Systems With Deteriorating Items

More information

Firewall Design: Consistency, Completeness, and Compactness

Firewall Design: Consistency, Completeness, and Compactness C IS COS YS TE MS Firewall Design: Consistency, Completeness, an Compactness Mohame G. Goua an Xiang-Yang Alex Liu Department of Computer Sciences The University of Texas at Austin Austin, Texas 78712-1188,

More information

A New Pricing Model for Competitive Telecommunications Services Using Congestion Discounts

A New Pricing Model for Competitive Telecommunications Services Using Congestion Discounts A New Pricing Moel for Competitive Telecommunications Services Using Congestion Discounts N. Keon an G. Ananalingam Department of Systems Engineering University of Pennsylvania Philaelphia, PA 19104-6315

More information

Lecture L25-3D Rigid Body Kinematics

Lecture L25-3D Rigid Body Kinematics J. Peraire, S. Winall 16.07 Dynamics Fall 2008 Version 2.0 Lecture L25-3D Rigi Boy Kinematics In this lecture, we consier the motion of a 3D rigi boy. We shall see that in the general three-imensional

More information

Automatic Long-Term Loudness and Dynamics Matching

Automatic Long-Term Loudness and Dynamics Matching Automatic Long-Term Louness an Dynamics Matching Earl ickers Creative Avance Technology Center Scotts alley, CA, USA earlv@atc.creative.com ABSTRACT Traitional auio level control evices, such as automatic

More information

Mathematical Models of Therapeutical Actions Related to Tumour and Immune System Competition

Mathematical Models of Therapeutical Actions Related to Tumour and Immune System Competition Mathematical Moels of Therapeutical Actions Relate to Tumour an Immune System Competition Elena De Angelis (1 an Pierre-Emmanuel Jabin (2 (1 Dipartimento i Matematica, Politecnico i Torino Corso Duca egli

More information

Chapter 11: Feedback and PID Control Theory

Chapter 11: Feedback and PID Control Theory Chapter 11: Feeback an ID Control Theory Chapter 11: Feeback an ID Control Theory I. Introuction Feeback is a mechanism for regulating a physical system so that it maintains a certain state. Feeback works

More information

y or f (x) to determine their nature.

y or f (x) to determine their nature. Level C5 of challenge: D C5 Fining stationar points of cubic functions functions Mathematical goals Starting points Materials require Time neee To enable learners to: fin the stationar points of a cubic

More information

Risk Adjustment for Poker Players

Risk Adjustment for Poker Players Risk Ajustment for Poker Players William Chin DePaul University, Chicago, Illinois Marc Ingenoso Conger Asset Management LLC, Chicago, Illinois September, 2006 Introuction In this article we consier risk

More information