Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control

Size: px
Start display at page:

Download "Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control"

Transcription

1 Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control Saman Cyrus May 9, 216 Abstract In this project we would try to design a fuzzy feedback control system for stock trading systems. The goal of this project is to tune parameters of the control system with fuzzy logic. This is a famous application of fuzzy logic into control engineering (for example see [5] for examples of tuning PID controllers with fuzzy logic). The output of the controller (control law, control input) is the amount of investment and the input of the controller is the instantaneous price of security we are trading. The goal is to have positive profit from investments at each time instance. Recently, Simultaneous Long-Short (SLS) controller has been introduced in the literature and it has been shown theoretically and by simulation that having SLS controller would lead to positive output of the system (i.e. positive profit of the trading in the stock market). This project would be an effort to extend the concepts of fuzzy logic into SLS controller and build a fuzzy tuned-sls controller. 1 Introduction There is plenty of literature about implementing control engineering ideas into financial markets. From 196 s researchers in the field of control engineering tried to see if the advantages of a control system can be extended to financial markets. In these efforts, system has been modeled first and then using stochastic calculus and stochastic control systems theory the control sequence is defined. Recently a new line of research has been introduced in which instead of trying to find a model for the financial market, a model-free controller has been designed [1, 3, 2]. This leads to design of a robust controller in which the only information needed for the controller is security price p(t). Therefore the advantage of this method is its independence from having a model for the financial markets. The main disadvantage, on the other hand, is the general disadvantage of feedback control systems which is their 1

2 need for having an error in order to correct it. In other words, in feedback control systems controller needs the system to commit a mistake and produce an error to be able to correct it. Fuzzy controllers are famous of being model-free, hence using fuzzy logic to tune the controller might result in a better performance of the crisp robust model-free feedback control system. Data Source & Implementation Details: Back-testing is use of historical data to test the proposed algorithm. The implementation platform in this project is Matlab. A code is written which implements crisp SLS controller without tuning of the parameters and fuzzy-sls controller with fuzzy tuning of the parameters of the controller simultaneously using the same data. At the end of the back-testing the profit of both algorithms can be compared. The historical data can be taken from Yahoo finance 1 website or Wharton Research Data Services (WRDS) 2. In this method, the training can be done by historical data of a security (like GOOGL which is trademark of google in the trading market) in a specific time interval, e.g., 2-21, and then the testing would be done by historical data of the market in interval. 2 The Crisp SLS (Simultaneous Long -Short) Controller First we start with the crisp controller. The idea is that we want to design a robust controller such that no matter what is the noise of the system (changes in the stock price p(t)), the output of the system (cumulative profit up to the time t or g(t)) is always positive. In [2, 1] it has been shown that with using two simultaneous controllers and superposing their generated control law, this goal would be achieved. The formulas for the control system in crisp case are [2, 1] ρ(t) = 1 dp p(t) (1) dg = 1 dp I(t) p (2) I L (t) = I + g L (t) (3) I S (t) = I g S (t) (4) I(t) = I L (t) + I S (t) (5) Here, p(t) is the price, g S is cumulative profit of the short controller until time t, g L is cumulative profit of the long controller until time t, dp is stock price increment, I is investment, I L and I S are investment of the long and short controllers respectively. By

3 substituting equations (3) and (4) into equation (2), we would get The Arbitrage theorem [2] claims that g(t) = I dg L = ρ(t)(i + g L ) (6) dg S = ρ(t)(i + g S ) (7) [ ( ) p(t) + p() where g(t) > for all nonzero price variations. ( ) p(t) 2] p() Proof. If solve the differential equations (6),(7), we would have [ ( g L (t) = I ) p(t) 1] p() g S (t) = I adding these two equations, one gets [ ( ) p(t) 1] p() g(t) = 1 (p (t) + p (t) 2) If we write this function as a function of p, we would get a strictly convex function. Since the function g(p) above is a strictly convex function and has its critical point at p = 1, and since for p = 1 function s value and the derivative equal zero and the second derivative is positive, the function is non-negative. This signal would be fed-back to the controller. Controller uses this signal as well as the stock price p(t) to generate control input I(t) (please see Figure 1 ). 3 Fuzzy SLS-Controller Now we want to make a fuzzy-simultaneous Long-Short controller. By fuzzy controller we mean a controller whose parameters are tuned via fuzzy logic. 3

4 Figure 1: Feed-back control system for trading. Figure is taken from [1] 3.1 Components of a Fuzzy Controller: To design a fuzzy controller we need to design four main components of a fuzzy controller: 1) rule-base 2) fuzzy inference system 3)Fuzzification interface 4) Defuzzification interface.[4] Rule-Base: Rule-base includes the rules for the controller to work. It tells us how should the controller work to have the best results. Inference Mechanism: Briefly, interference mechanism decides which rule should be used regarding the current state of the system and hence the control input is chosen by the interference mechanism. Fuzzification Interface: Fuzzification is the process of changing the input in a form that is understandable and comparable with the rules in the rule-base. Defuzzification Interface: Defuzzification is the process which is needed to interpret the output of the interference mechanism to an understandable input for the plant. 3.2 Designing a Fuzzy Controller: To design a fuzzy controller we should design each of the mentioned components in section 3.1 and also decide what are the inputs and outputs of the fuzzy controller. In this example, the target is to keep system s output g(t) always positive. In other words, from classical control theory point of view this can be interpreted as a pseudoregulator problem. The difference is that in regulators the target is to make the output of the system zero while here the goal is to keep it positive. 4

5 In this project we are trying to tune the SLS controller such that it has a better performance. The parameter which should be tuned is (Feedback gain of the static feedback controller). To find out what should the rules be, pay attention to the fact that the output is g(t) = 1 ( p (t) + p (t) 2 ) Hence, if take partial derivative with respect to we would get dg() d = 1 ( p ln p p ln p ) 1 2 ( p + p 2 ) dg d = 1 ( p 2 ln p p ln p p p + 2 ) If put it equal to zero p ln p p ln p p p + 2 = By solving this equation we would get that for all values of the price p, the answer is the trivial answer =. Hence at = the profit would not change (see Fig. 2). If draw g(t) as function of we would get Figure dg()/d Figure 2: Evolution of the slope of the profit dg/d with changes of As it is obvious from figure 2, by increasing the profit would be more and the slope would also increase.now let s see the behavior of the function itself with. (see Figure 3) By paying attention to figure 3 it is obvious that we should be interested to increase as much as possible, but increasing has other effects. 5

6 g() Figure 3: Evolution of the profit g with changes of Now let s see the rules of behaving in a market with SLS controller. If the price is increasing, we should go long (buy shares) and investment I should be positive. On the other hand, if price is going down a wise strategy would be to go short (sell stocks and receive money. If we don t have stocks going short means to borrow share from the broker and sell it and receive money) Rule-Base: Rules are: 1. IF d d2 p(t) is neglarge and p(t) is neglarge THEN is neglarge 2. IF d d2 p(t) is neglarge and p(t) is negsmall THEN is neglarge 3. IF d d2 p(t) is poslarge and p(t) is poslarge THEN is poslarge 4. IF d d2 p(t) is poslarge and p(t) is possmall THEN is poslarge 5. IF d d2 p(t) is neglarge and p(t) is poslarge THEN is negsmall 6. IF d d2 p(t) is neglarge and p(t) is possmall THEN is negmedium 6

7 7. IF d d2 p(t) is poslarge and p(t) is neglarge THEN is possmall 8. IF d d2 p(t) is poslarge and p(t) is negsmall THEN is posmedium 9. IF d d2 p(t) is possmall and p(t) is neglarge THEN is possmall 1. IF d d2 p(t) is possmall and p(t) is negsmall THEN is posmedium 11. IF d d2 p(t) is negsmall and p(t) is poslarge THEN is negsmall 12. IF d d2 p(t) is negsmall and p(t) is possmall THEN is negmedium 13. IF d d2 p(t) is negsmall and p(t) is negsmall THEN is negmedium 14. IF d d2 p(t) is negsmall and p(t) is neglarge THEN is neglarge 15. IF d d2 p(t) is possmall and p(t) is possmall THEN is posmedium 16. IF d d2 p(t) is possmall and p(t) is poslarge THEN is poslarge Also we can see the results in Table 1 Table 1: Rule table for the Fuzzy Controller d 2 p NL NS PS PL NL NL NL NM NS NS NL NM NM NS dp PS PS PM PM PL PL PS PM PL PL Fuzzy Quantification of nowledge: In this part, using membership functions, these linguistic values which we have get in the previous part would be quantified. We use triangular and trapezoidal membership functions. For membership functions which are describing the beginning and the ending of the interval, trapezoidal MF (membership function) has been taken into account and for membership functions in the middle, triangular MFs has been considered. 7

8 The interval for dp has four divisions. Depending on the application, these intervals are determined. For FOREX market, normally the difference between two consecutive prices are around 1-2 pips (1 pip =.1 of the price). Hence, less than 2 pips would be considered as small value for dp, values between 2 and 4 pips are considered as medium and larger than 4 pips are large values. (see figure 4) 1 Membership Function of dp NL NS PS PL Degree of membership dp Figure 4: Membership Function of input 2: dp For d2 p we can again define four divisions: NL (Negative Large), NS (Negative Small), PS (Positive Small), PL (Positive Large).(see Figure 5) 1 Membership Function of d2 p NL NS PS PL Degree of membership d 2 p Figure 5: Membership Function of input 1: d2 p For feedback gain () six membership function has been defined: NL (Negative Large), NM (Negative Medium), NS (Negative Small), PS (Positive Small), PM (Positive Medium), PL (Positive Large). See figure 6. Fuzzy inference system is shown in Figure 7 It is a Mamdani fuzzy inference system. For AND operation of the rules, minimum is considered. Defuzzification is also centriod. 8

9 Membership Function of the Feedback Gain 1 NL NM NS PS PM PL Degree of membership Figure 6: Membership Function of the Feedback gain dp/ (4) project (mamdani) 16 rules (6) d 2 / p (4) System project: 2 inputs, 1 outputs, 16 rules Figure 7: Fuzzy Inference System for this problem. There are two inputs, Input1: dp, Input2: and the output is d 2 p 9

10 Control surface of the controller can be seen in Figure 8. Fuzzy Inference System output surface d 2 p dp Figure 8: Control surface of the fuzzy controller 4 Numerical Example: Now let s see a numerical example. SLS controller has been implemented on the Euro to US Dollar price changes at year 2. Minute data is used (Minute data means the changes of the price is saved once per minute. Other available data are 5-Min, 15-Min, 1 Hour, 1 Day, 1 Week). Also it is useful to mention that market is closed in the weekends. FOREX data (Foreign Exchange Market data) is available easily through internet. One good website is Yahoo Finance. 4.1 Case I: SLS without tuning If we use SLS without fuzzy tuning, the gain would eventually be negative after the end of the year (see Figure 9). In this case is considered to be 5 and is not changing during the trade. 4.2 Case II: SLS with Fuzzy tuning: In this case, the feedback gain changes all the time. We tune the feedback gain based on dp and d2 p and the result for year 2 can be seen at Figure 1. As it is obvious by using Fuzzy tuning for the same situation, the profit would be much higher, therefore tuning is working properly. 1

11 Cumulative Profit Function g(t) without Fuzzy tunning 2 1 Cumulative Profit(g(t)) Time (Minute) 1 4 Figure 9: Cumulative profit g(t) for SLS controller without gain tuning. Data: EUR/USD minute data for year 2 Cumulative Profit Function g(t) using Fuzzy logic Cumulative Profit(g(t)) Time (Minute) 1 4 Figure 1: Cumulative profit g(t) for SLS controller with feedback gain tuned with fuzzy logic. Data: EUR/USD minute data for year 2 11

12 References [1] B. R. Barmish and J. A. Primbs. On a new paradigm for stock trading via a modelfree feedback controller. IEEE Transactions on Automatic Control, 61(3): , March 216. [2] B Ross Barmish. On performance limits of feedback control-based stock trading strategies. In American Control Conference (ACC), 211, pages IEEE, 211. [3] Shirzad Malekpour, James A Primbs, and B Ross Barmish. On stock trading using a pi controller in an idealized market: the robust positive expectation property. In Decision and Control (CDC), 213 IEEE 52nd Annual Conference on, pages IEEE, 213. [4] evin M Passino and Stephen Yurkovich. Fuzzy control, volume 42. Citeseer, [5] E Yeşil, M Güzelkaya, and I Eksin. Self tuning fuzzy pid type load and frequency controller. Energy Conversion and Management, 45(3):377 39,

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL Eample: design a cruise control system After gaining an intuitive understanding of the plant s dynamics and establishing the design objectives, the control engineer typically solves the cruise control

More information

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 85 CAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 5. INTRODUCTION The simulation studies presented in the earlier chapter are obviously proved that the design of a classical

More information

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Module - 2 Lecture - 4 Introduction to Fuzzy Logic Control In this lecture today, we will be discussing fuzzy

More information

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India)

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) Indirect Vector Control of Induction motor using Fuzzy Logic Controller RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) ABSTRACT: AC motors are widely used in industries for

More information

Enhanced Fuzzy Model Reference Learning Control for Conical tank process

Enhanced Fuzzy Model Reference Learning Control for Conical tank process Enhanced Fuzzy Model Reference Learning Control for Conical tank process S.Ramesh 1 Assistant Professor, Dept. of Electronics and Instrumentation Engineering, Annamalai University, Annamalainagar, Tamilnadu.

More information

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer 772 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer Avdhesh Sharma and MLKothari Abstract-- The paper deals with design of fuzzy

More information

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller

A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller International Journal of Engineering and Applied Sciences (IJEAS) A Hybrid Approach For Air Conditioning Control System With Fuzzy Logic Controller K.A. Akpado, P. N. Nwankwo, D.A. Onwuzulike, M.N. Orji

More information

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR

FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE CONTROL OF INDUCTION MOTOR Journal of Engineering Science and Technology Vol., No. (26) 46-59 School of Engineering, Taylor s University FUZZY LOGIC BASED ADAPTATION MECHANISM FOR ADAPTIVE LUENBERGER OBSERVER SENSORLESS DIRECT TORQUE

More information

Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite

Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite Application of Fuzzy Time Series Model to Forecast Indonesia Stock Exchange (IDX) Composite Tri Wijayanti Septiarini* Department of Mathematics and Computer Science, Faculty of Science and Technology,

More information

Thank you for your interest in the Support Resistance Strength Analyzer!

Thank you for your interest in the Support Resistance Strength Analyzer! This user manual refer to FXCM s Trading Station version of the indicator Support Resistance Strength Analyzer Thank you for your interest in the Support Resistance Strength Analyzer! This unique indicator

More information

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops Australian Journal of Basic and Applied Sciences, 5(2): 258-263, 20 ISSN 99-878 A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

More information

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence Models for Inexact Reasoning Fuzzy Logic Lesson 8 Fuzzy Controllers Master in Computational Logic Department of Artificial Intelligence Fuzzy Controllers Fuzzy Controllers are special expert systems KB

More information

Uncertain System Control: An Engineering Approach

Uncertain System Control: An Engineering Approach Uncertain System Control: An Engineering Approach Stanisław H. Żak School of Electrical and Computer Engineering ECE 680 Fall 207 Fuzzy Logic Control---Another Tool in Our Control Toolbox to Cope with

More information

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 1, 2016, pp. 159-169. ISSN 2454-3896 International Academic Journal of

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer ANALYSIS AND STABILITY OF FUZZY SYSTEMS Ralf Mikut and Forschungszentrum Karlsruhe GmbH, Germany Keywords: Systems, Linear Systems, Nonlinear Systems, Closed-loop Systems, SISO Systems, MISO systems, MIMO

More information

AN INTELLIGENT HYBRID FUZZY PID CONTROLLER

AN INTELLIGENT HYBRID FUZZY PID CONTROLLER AN INTELLIGENT CONTROLLER Isin Erenoglu Ibrahim Eksin Engin Yesil Mujde Guzelkaya Istanbul Technical University, Faculty of Electrical and Electronics Engineering, Control Engineering Department, Maslak,

More information

Handling Uncertainty using FUZZY LOGIC

Handling Uncertainty using FUZZY LOGIC Handling Uncertainty using FUZZY LOGIC Fuzzy Set Theory Conventional (Boolean) Set Theory: 38 C 40.1 C 41.4 C 38.7 C 39.3 C 37.2 C 42 C Strong Fever 38 C Fuzzy Set Theory: 38.7 C 40.1 C 41.4 C More-or-Less

More information

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS M. Damodar Reddy and V. C. Veera Reddy Department of Electrical and Electronics Engineering, S.V. University,

More information

Supplementary Information: Quantifying Trading Behavior in Financial Markets Using Google Trends

Supplementary Information: Quantifying Trading Behavior in Financial Markets Using Google Trends TITLE Supplementary Information: Quantifying Trading Behavior in Financial Markets Using Google Trends AUTHORS AND AFFILIATIONS Tobias Preis 1#*, Helen Susannah Moat 2,3#, and H. Eugene Stanley 2# 1 Warwick

More information

UNDERSTANDING MARKET CYCLES

UNDERSTANDING MARKET CYCLES UNDERSTANDING MARKET CYCLES Cycles Searching the term market cycles on Google brings up nearly 5 million results. Above are some of the many images that you will find dealing with the subject of market

More information

Fuzzy Aggregate Candlestick and Trend based Model for Stock Market Trading

Fuzzy Aggregate Candlestick and Trend based Model for Stock Market Trading Research Journal of Computer and Information Technology Sciences E-ISSN 2320 6527 Fuzzy Aggregate Candlestick and Trend based Model for Stock Market Trading Abstract Partha Roy 1*, Ramesh Kumar 1 and Sanjay

More information

Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System

Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System International Journal of Computer Theory and Engineering, Vol. 2, No. 2 April, 2 793-82 Application of GA and PSO Tuned Fuzzy Controller for AGC of Three Area Thermal- Thermal-Hydro Power System S. K.

More information

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION 141 CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION In most of the industrial processes like a water treatment plant, paper making industries, petrochemical industries,

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

a) Graph the equation by the intercepts method. Clearly label the axes and the intercepts. b) Find the slope of the line.

a) Graph the equation by the intercepts method. Clearly label the axes and the intercepts. b) Find the slope of the line. Math 71 Spring 2009 TEST 1 @ 120 points Name: Write in a neat and organized fashion. Write your complete solutions on SEPARATE PAPER. You should use a pencil. For an exercise to be complete there needs

More information

Fuzzy Control Systems Process of Fuzzy Control

Fuzzy Control Systems Process of Fuzzy Control Fuzzy Control Systems The most widespread use of fuzzy logic today is in fuzzy control applications. Across section of applications that have successfully used fuzzy control includes: Environmental Control

More information

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT

Predicting Time of Peak Foreign Exchange Rates. Charles Mulemi, Lucio Dery 0. ABSTRACT Predicting Time of Peak Foreign Exchange Rates Charles Mulemi, Lucio Dery 0. ABSTRACT This paper explores various machine learning models of predicting the day foreign exchange rates peak in a given window.

More information

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 6 ISSN : 2456-3307 Temperature Sensitive Short Term Load Forecasting:

More information

Modeling and Simulation of Indirect Field Oriented Control of Three Phase Induction Motor using Fuzzy Logic Controller

Modeling and Simulation of Indirect Field Oriented Control of Three Phase Induction Motor using Fuzzy Logic Controller Modeling and Simulation of Indirect Field Oriented Control of Three Phase Induction Motor using Fuzzy Logic Controller Gurmeet Singh Electrical Engineering Dept. DIT University Dehradun, India Gagan Singh

More information

FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT

FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT http:// FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT 1 Ms.Mukesh Beniwal, 2 Mr. Davender Kumar 1 M.Tech Student, 2 Asst.Prof, Department of Electronics and Communication

More information

Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement

Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement Engineering, 2009, 1, 1-54 Published Online June 2009 in SciRes (http://www.scirp.org/journal/eng/). Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MSC SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 2 EXAMINATION 2016/2017

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MSC SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 2 EXAMINATION 2016/2017 UNIVERSITY OF BOLTON TW16 SCHOOL OF ENGINEERING MSC SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 2 EXAMINATION 2016/2017 ADVANCED CONTROL TECHNOLOGY MODULE NO: EEM7015 Date: Monday 15 May 2017

More information

Are Symmetrical Patterns More Successful?

Are Symmetrical Patterns More Successful? Are Symmetrical Patterns More Successful? Recognia, June 2009 info@recognia.com www.recognia.com Beauty is in the eye of the beholder. The human eye naturally gravitates toward symmetry, and can more easily

More information

General-Purpose Fuzzy Controller for DC/DC Converters

General-Purpose Fuzzy Controller for DC/DC Converters General-Purpose Fuzzy Controller for DC/DC Converters P. Mattavelli*, L. Rossetto*, G. Spiazzi**, P.Tenti ** *Department of Electrical Engineering **Department of Electronics and Informatics University

More information

DESIGN OF FUZZY ESTIMATOR TO ASSIST FAULT RECOVERY IN A NON LINEAR SYSTEM K.

DESIGN OF FUZZY ESTIMATOR TO ASSIST FAULT RECOVERY IN A NON LINEAR SYSTEM K. DESIGN OF FUZZY ESTIMATOR TO ASSIST FAULT RECOVERY IN A NON LINEAR SYSTEM K. Suresh and K. Balu* Lecturer, Dept. of E&I, St. Peters Engg. College, affiliated to Anna University, T.N, India *Professor,

More information

Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims

Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims Problem Set 4 Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims Instructions: You may consult with other members of the class, but please make sure to turn in your own work. Where

More information

Probabilities & Statistics Revision

Probabilities & Statistics Revision Probabilities & Statistics Revision Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 January 6, 2017 Christopher Ting QF

More information

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM Dr.S.Chandrasekaran, Associate Professor and Head, Khadir Mohideen College, Adirampattinam E.Tamil Mani, Research Scholar, Khadir Mohideen

More information

FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T.

FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T. FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T., Dwarhat E-mail: 1 2001.kiran@gmail.com,, 2 bksapkec@yahoo.com ABSTRACT The fuzzy

More information

RULE-BASED FUZZY EXPERT SYSTEMS

RULE-BASED FUZZY EXPERT SYSTEMS University of Waterloo Department of Electrical and Computer Engineering E&CE 457 Applied Artificial Intelligence RULE-BASED FUZZY EXPERT SYSTEMS July 3 rd, 23 Ian Hung, 99XXXXXX Daniel Tse, 99XXXXXX Table

More information

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations

Fuzzy Logic and Computing with Words. Ning Xiong. School of Innovation, Design, and Engineering Mälardalen University. Motivations /3/22 Fuzzy Logic and Computing with Words Ning Xiong School of Innovation, Design, and Engineering Mälardalen University Motivations Human centric intelligent systems is a hot trend in current research,

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

More information

Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator

Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator Abstract Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator N. Selvaganesan 1 Prabhu Jude Rajendran 2 S.Renganathan 3 1 Department of Instrumentation Engineering, Madras Institute of

More information

Design On-Line Tunable Gain Artificial Nonlinear Controller

Design On-Line Tunable Gain Artificial Nonlinear Controller Journal of Computer Engineering 1 (2009) 3-11 Design On-Line Tunable Gain Artificial Nonlinear Controller Farzin Piltan, Nasri Sulaiman, M. H. Marhaban and R. Ramli Department of Electrical and Electronic

More information

Fuzzy Compensation for Nonlinear Friction in a Hard Drive

Fuzzy Compensation for Nonlinear Friction in a Hard Drive Fuzzy Compensation for Nonlinear Friction in a Hard Drive Wilaiporn Ngernbaht, Kongpol Areerak, Sarawut Sujitjorn* School of Electrical Engineering, Institute of Engineering Suranaree University of Technology

More information

Decision Models Lecture 5 1. Lecture 5. Foreign-Currency Trading Integer Programming Plant-location example Summary and Preparation for next class

Decision Models Lecture 5 1. Lecture 5. Foreign-Currency Trading Integer Programming Plant-location example Summary and Preparation for next class Decision Models Lecture 5 1 Lecture 5 Foreign-Currency Trading Integer Programming Plant-location example Summary and Preparation for next class Foreign Exchange (FX) Markets Decision Models Lecture 5

More information

Review Assignment II

Review Assignment II MATH 11012 Intuitive Calculus KSU Name:. Review Assignment II 1. Let C(x) be the cost, in dollars, of manufacturing x widgets. Fill in the table with a mathematical expression and appropriate units corresponding

More information

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005.

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005. Inter-Ing 5 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, 1-11 NOVEMBER 5. FUZZY CONTROL FOR A MAGNETIC LEVITATION SYSTEM. MODELING AND SIMULATION

More information

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 5, May 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 5, May 2012) FUZZY SPEED CONTROLLER DESIGN OF THREE PHASE INDUCTION MOTOR Divya Rai 1,Swati Sharma 2, Vijay Bhuria 3 1,2 P.G.Student, 3 Assistant Professor Department of Electrical Engineering, Madhav institute of

More information

Type-2 Fuzzy Logic Control of Continuous Stirred Tank Reactor

Type-2 Fuzzy Logic Control of Continuous Stirred Tank Reactor dvance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 2 (2013), pp. 169-178 Research India Publications http://www.ripublication.com/aeee.htm Type-2 Fuzzy Logic Control of Continuous

More information

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Nigerian Journal of Technology, Vol. 19, No. 1, 2000, EKEMEZIE & OSUAGWU 40 EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Paul N. Ekemezie and Charles C. Osuagwu

More information

Trading system All2Gather. Documentation

Trading system All2Gather. Documentation Trading system All2Gather Documentation Miroslav erný mctrade@seznam.cz Page 1 Summary This document describes important aspects of the All2Gather FOREX trading system. Table of contents SUMMARY... 2 TABLE

More information

Fuzzy Controller. Fuzzy Inference System. Basic Components of Fuzzy Inference System. Rule based system: Contains a set of fuzzy rules

Fuzzy Controller. Fuzzy Inference System. Basic Components of Fuzzy Inference System. Rule based system: Contains a set of fuzzy rules Fuzz Controller Fuzz Inference Sstem Basic Components of Fuzz Inference Sstem Rule based sstem: Contains a set of fuzz rules Data base dictionar: Defines the membership functions used in the rules base

More information

Learning from Examples

Learning from Examples Learning from Examples Adriano Cruz, adriano@nce.ufrj.br PPGI-UFRJ September 20 Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 / 40 Summary Introduction 2 Learning from

More information

MAT 111 Final Exam Fall 2013 Name: If solving graphically, sketch a graph and label the solution.

MAT 111 Final Exam Fall 2013 Name: If solving graphically, sketch a graph and label the solution. MAT 111 Final Exam Fall 2013 Name: Show all work on test to receive credit. Draw a box around your answer. If solving algebraically, show all steps. If solving graphically, sketch a graph and label the

More information

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST.

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST. Fuzzy Control PI vs. Fuzzy PI-Control Olaf Wolkenhauer Control Systems Centre UMIST o.wolkenhauer@umist.ac.uk www.csc.umist.ac.uk/people/wolkenhauer.htm 2 Contents Learning Objectives 4 2 Feedback Control

More information

LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS. Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup

LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS. Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup Copyright 2002 IFAC 15th Triennial World Congress, Barcelona, Spain LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup Politehnica University

More information

Design of Decentralized Fuzzy Controllers for Quadruple tank Process

Design of Decentralized Fuzzy Controllers for Quadruple tank Process IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.11, November 2008 163 Design of Fuzzy Controllers for Quadruple tank Process R.Suja Mani Malar1 and T.Thyagarajan2, 1 Assistant

More information

2010/07/12. Content. Fuzzy? Oxford Dictionary: blurred, indistinct, confused, imprecisely defined

2010/07/12. Content. Fuzzy? Oxford Dictionary: blurred, indistinct, confused, imprecisely defined Content Introduction Graduate School of Science and Technology Basic Concepts Fuzzy Control Eamples H. Bevrani Fuzzy GC Spring Semester, 2 2 The class of tall men, or the class of beautiful women, do not

More information

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

More information

Design and Implementation of PI and PIFL Controllers for Continuous Stirred Tank Reactor System

Design and Implementation of PI and PIFL Controllers for Continuous Stirred Tank Reactor System International Journal of omputer Science and Electronics Engineering (IJSEE olume, Issue (4 ISSN 3 48 (Online Design and Implementation of PI and PIFL ontrollers for ontinuous Stirred Tank Reactor System

More information

Chapter 10 Ordered Fuzzy Candlesticks

Chapter 10 Ordered Fuzzy Candlesticks Chapter 10 Ordered Fuzzy Candlesticks Adam Marszałek and Tadeusz Burczyński Abstract The purpose of this chapter is to present how Ordered Fuzzy Numbers (OFNs) can be used with financial high-frequency

More information

Lecture 06. (Fuzzy Inference System)

Lecture 06. (Fuzzy Inference System) Lecture 06 Fuzzy Rule-based System (Fuzzy Inference System) Fuzzy Inference System vfuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. Fuzzy Inference

More information

Fuzzy Logic based Short-Term Load Forecasting

Fuzzy Logic based Short-Term Load Forecasting Fuzzy Logic based Short-Term Load Forecasting Khushbu Dhiraj Chawda 1, Tarak Paul, Jeelan Waris 1, Dr. Altaf Badar 2 Student, Dept. of EE, Anjuman College of, Sadar, Nagpur, Maharashtra, India 1 Assistant

More information

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems

Application of Fuzzy Logic and Uncertainties Measurement in Environmental Information Systems Fakultät Forst-, Geo- und Hydrowissenschaften, Fachrichtung Wasserwesen, Institut für Abfallwirtschaft und Altlasten, Professur Systemanalyse Application of Fuzzy Logic and Uncertainties Measurement in

More information

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH

EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH EXCITATION CONTROL OF SYNCHRONOUS GENERATOR USING A FUZZY LOGIC BASED BACKSTEPPING APPROACH Abhilash Asekar 1 1 School of Engineering, Deakin University, Waurn Ponds, Victoria 3216, Australia ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Q-V droop control using fuzzy logic and reciprocal characteristic

Q-V droop control using fuzzy logic and reciprocal characteristic International Journal of Smart Grid and Clean Energy Q-V droop control using fuzzy logic and reciprocal characteristic Lu Wang a*, Yanting Hu a, Zhe Chen b a School of Engineering and Applied Physics,

More information

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS Journal of ELECTRICAL ENGINEERING, VOL. 64, NO. 6, 2013, 366 370 COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

More information

Unit 4 Study Guide Part I: Equations of Lines

Unit 4 Study Guide Part I: Equations of Lines Unit 4 Study Guide Part I: Equations of Lines Write out the general equations for: Point Slope Form: Slope-Intercept Form: Standard Form: 1. Given the points: (3, -7) and (-2, 8) a. Write an equation in

More information

is implemented by a fuzzy relation R i and is defined as

is implemented by a fuzzy relation R i and is defined as FS VI: Fuzzy reasoning schemes R 1 : ifx is A 1 and y is B 1 then z is C 1 R 2 : ifx is A 2 and y is B 2 then z is C 2... R n : ifx is A n and y is B n then z is C n x is x 0 and y is ȳ 0 z is C The i-th

More information

3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller

3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller 659 3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller Nitesh Kumar Jaiswal *, Vijay Kumar ** *(Department of Electronics and Communication Engineering, Indian Institute of Technology,

More information

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial

Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University. Fuzzy Logic Controllers - Tutorial Institute for Advanced Management Systems Research Department of Information Technologies Åbo Akademi University Directory Table of Contents Begin Article Fuzzy Logic Controllers - Tutorial Robert Fullér

More information

A NEW STRUCTURE FOR THE FUZZY LOGIC CONTROL IN DC TO DC CONVERTERS

A NEW STRUCTURE FOR THE FUZZY LOGIC CONTROL IN DC TO DC CONVERTERS A NEW STRUCTURE FOR THE FUZZY LOGIC CONTROL IN DC TO DC CONVERTERS JENICA ILEANA CORCAU Division Avionics University of Craiova, Faculty of Electrotechnics Blv. Decebal, nr. 07, Craiova, Dolj ROMANIA ELEONOR

More information

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC 1 RAJENDRA S. SONI, 2 S. S. DHAMAL 1 Student, M. E. Electrical (Control Systems), K. K. Wagh College of Engg. & Research, Nashik 2

More information

EXTENSIONS OF CONVEX FUNCTIONALS ON CONVEX CONES

EXTENSIONS OF CONVEX FUNCTIONALS ON CONVEX CONES APPLICATIONES MATHEMATICAE 25,3 (1998), pp. 381 386 E. IGNACZAK (Szczecin) A. PASZKIEWICZ ( Lódź) EXTENSIONS OF CONVEX FUNCTIONALS ON CONVEX CONES Abstract. We prove that under some topological assumptions

More information

Part A: Answer question A1 (required), plus either question A2 or A3.

Part A: Answer question A1 (required), plus either question A2 or A3. Ph.D. Core Exam -- Macroeconomics 5 January 2015 -- 8:00 am to 3:00 pm Part A: Answer question A1 (required), plus either question A2 or A3. A1 (required): Ending Quantitative Easing Now that the U.S.

More information

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR

CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR CHAPTER 4 FUZZY AND NEURAL NETWORK FOR SR MOTOR 4.1 Introduction Fuzzy Logic control is based on fuzzy set theory. A fuzzy set is a set having uncertain and imprecise nature of abstract thoughts, concepts

More information

Area I: Contract Theory Question (Econ 206)

Area I: Contract Theory Question (Econ 206) Theory Field Exam Summer 2011 Instructions You must complete two of the four areas (the areas being (I) contract theory, (II) game theory A, (III) game theory B, and (IV) psychology & economics). Be sure

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Design of Stable Fuzzy-logic-controlled Feedback Systems P.A. Ramamoorthy and Song Huang Department of Electrical & Computer Engineering, University of Cincinnati, M.L. #30 Cincinnati, Ohio 522-0030 FAX:

More information

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work.

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work. MATH 11012 Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri Dr. Kracht Name:. 1. Consider the function f depicted below. Final Exam Review Show all your work. y 1 1 x (a) Find each of the following

More information

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR.

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR. International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 7(B), July 2012 pp. 4931 4942 A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH

More information

Rule-Based Fuzzy Model

Rule-Based Fuzzy Model In rule-based fuzzy systems, the relationships between variables are represented by means of fuzzy if then rules of the following general form: Ifantecedent proposition then consequent proposition The

More information

FUZZY CONTROL. Main bibliography

FUZZY CONTROL. Main bibliography FUZZY CONTROL Main bibliography J.M.C. Sousa and U. Kaymak. Fuzzy Decision Making in Modeling and Control. World Scientific Series in Robotics and Intelligent Systems, vol. 27, Dec. 2002. FakhreddineO.

More information

A FORECASTING METHOD BASED ON COMBINING AUTOMATIC CLUSTERING TECHNIQUE AND FUZZY RELATIONSHIP GROUPS

A FORECASTING METHOD BASED ON COMBINING AUTOMATIC CLUSTERING TECHNIQUE AND FUZZY RELATIONSHIP GROUPS A FORECASTING METHOD BASED ON COMBINING AUTOMATIC CLUSTERING TECHNIQUE AND FUZZY RELATIONSHIP GROUPS Nghiem Van Tinh Thai Nguyen University of Technology, Thai Nguyen University Thai Nguyen, Vietnam ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Table 01A. End of Period End of Period End of Period Period Average Period Average Period Average

Table 01A. End of Period End of Period End of Period Period Average Period Average Period Average SUMMARY EXCHANGE RATE DATA BANK OF ZAMBIA MID-RATES Table 01A Period K/USD K/GBP K/ZAR End of Period End of Period End of Period Period Average Period Average Period Average Monthly January 6.48 6.46 9.82

More information

Chapter 2 Describing Change: Rates

Chapter 2 Describing Change: Rates Chapter Describing Change: Rates Section.1 Change, Percentage Change, and Average Rates of Change 1. 3. $.30 $0.46 per day 5 days = The stock price rose an average of 46 cents per day during the 5-day

More information

CSCI Homework Set 1 Due: September 11, 2018 at the beginning of class

CSCI Homework Set 1 Due: September 11, 2018 at the beginning of class CSCI 3310 - Homework Set 1 Due: September 11, 2018 at the beginning of class ANSWERS Please write your name and student ID number clearly at the top of your homework. If you have multiple pages, please

More information

Fuzzy Systems for Control Applications

Fuzzy Systems for Control Applications Fuzzy Systems for Control Applications Emil M. Petriu School of Electrical Engineering and Computer Science University of Ottawa http://www.site.uottawa.ca/~petriu/ FUZZY SETS Definition: If X is a collection

More information

Fuzzy Control of a Multivariable Nonlinear Process

Fuzzy Control of a Multivariable Nonlinear Process Fuzzy Control of a Multivariable Nonlinear Process A. Iriarte Lanas 1, G. L.A. Mota 1, R. Tanscheit 1, M.M. Vellasco 1, J.M.Barreto 2 1 DEE-PUC-Rio, CP 38.063, 22452-970 Rio de Janeiro - RJ, Brazil e-mail:

More information

Revision: Fuzzy logic

Revision: Fuzzy logic Fuzzy Logic 1 Revision: Fuzzy logic Fuzzy logic can be conceptualized as a generalization of classical logic. Modern fuzzy logic aims to model those problems in which imprecise data must be used or in

More information

Fuzzy control systems. Miklós Gerzson

Fuzzy control systems. Miklós Gerzson Fuzzy control systems Miklós Gerzson 2016.11.24. 1 Introduction The notion of fuzziness: type of car the determination is unambiguous speed of car can be measured, but the judgment is not unambiguous:

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

DESIGN OF A HIERARCHICAL FUZZY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM

DESIGN OF A HIERARCHICAL FUZZY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM Proceedings of the 5th Mediterranean Conference on Control & Automation, July 27-29, 27, Athens - Greece T26-6 DESIGN OF A HIERARCHICAL FUY LOGIC PSS FOR A MULTI-MACHINE POWER SYSTEM T. Hussein, A. L.

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS International Journal of Bifurcation and Chaos, Vol. 8, No. 8 (1998) 1743 1747 c World Scientific Publishing Company FUZZY CONTROL OF CHAOS OSCAR CALVO CICpBA, L.E.I.C.I., Departamento de Electrotecnia,

More information

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY

FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY FUZZY TRAFFIC SIGNAL CONTROL AND A NEW INFERENCE METHOD! MAXIMAL FUZZY SIMILARITY Jarkko Niittymäki Helsinki University of Technology, Laboratory of Transportation Engineering P. O. Box 2100, FIN-0201

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS FUZZY CONTROL OF CHAOS OSCAR CALVO, CICpBA, L.E.I.C.I., Departamento de Electrotecnia, Facultad de Ingeniería, Universidad Nacional de La Plata, 1900 La Plata, Argentina JULYAN H. E. CARTWRIGHT, Departament

More information

PARTICIPATING ORGANISATIONS CIRCULAR

PARTICIPATING ORGANISATIONS CIRCULAR PARTICIPATING ORGANISATIONS CIRCULAR Date : 24 November 2011 R/R No. : 10 of 2011 DIRECTIVES ON SUBMISSION BY PARTICIPATING ORGANISATIONS OF PERIODIC REPORTS BY ELECTRONIC TRANSMISSION TO BURSA MALAYSIA

More information

Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development

Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development Design of the Models of Neural Networks and the Takagi-Sugeno Fuzzy Inference System for Prediction of the Gross Domestic Product Development VLADIMÍR OLEJ Institute of System Engineering and Informatics

More information

Practice Questions for Math 131 Exam # 1

Practice Questions for Math 131 Exam # 1 Practice Questions for Math 131 Exam # 1 1) A company produces a product for which the variable cost per unit is $3.50 and fixed cost 1) is $20,000 per year. Next year, the company wants the total cost

More information

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.5) Rates of Change: Velocity and Marginals MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives Previously we learned two primary applications of derivatives.

More information