SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND

Size: px
Start display at page:

Download "SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND"

Transcription

1 SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND K. Adjenughwure, Delft University of Technology, Transport Institute, Ph.D. candidate V. Balopoulos, Democritus Thrace University, Dep. of Civil Engineering, Associate Professor G. Botzoris, Democritus Thrace University, Dep. of Civil Engineering, Assistant Professor Athens, Conference Hall, Ministry of Infrastructure, Transport and Networks, 5&6 November 205

2 TITLE TRANSPORTATION OF THE SLIDEDEMAND FORECASTING Transportation demand forecasting is the process of estimating the number of people or vehicles that will use a specific transport facility over a particular time interval. Accurate forecasting of demand is particularly important in air transport, influencing decisions such as ticket pricing, operation of new or closing of existing routes, aircraft purchase, building of new or abandoning of old terminals, etc. The numerous methods that have been developed for or employed in air transport demand forecasting may be classified as qualitative (such as market surveys, Delphi method, and expert meetings), or quantitative (such as econometric, time series, etc.). 2

3 TITLE TRANSPORTATION OF THE SLIDEDEMAND FORECASTING Statistical time-series prediction methods, such as Autoregressive Integrated Moving Average, have long been preferred for modeling of airport passenger demand, but recently artificial intelligence methods, such as Artificial Neural Networks, Fuzzy Logic, and the Adaptive Neuro-Fuzzy Inference System, have gained recognition and have been applied to the same task. All time-series prediction methods are reasonably accurate, but are inherently sensitive to noise. To increase the accuracy of timeseries prediction, various methods have been developed to remove noise from raw data and to decompose any time series into its trend, its oscillatory components and its noise components. One of these methods is the Singular Spectrum Analysis which decomposes any time series into various components. 3

4 TITLE SINGULAR OF THE SPECTRUM SLIDE ANALYSIS The Singular Spectrum Analysis (SSA) has been combined with other classical time-series prediction methods to help improve their results. Most related research use the SSA as a noise removal. A very recent hybrid approach, however, is to first use SSA to decompose a time series into many component time series (trend, seasonal and noise), then predict each non-noise component separately by a chosen time-series prediction model, and finally employ SSA to aggregate the predicted components into predictions for the original time series. trend cyclical variation seasonal variation Y t = T t + C t + S t +R t random variation 4

5 TITLE TIME-SERIES OF THE OF SLIDE A VARIABLE SINGLE DECOMPOSITION Heathrow airport, monthly passenger demand (thousands) = Jan-05 May-05 Sep-05 Jan-06 May-06 Sep-06 Jan-07 May-07 Sep-07 Jan-08 May-08 Sep-08 Jan-09 May-09 Sep-09 Jan-0 May-0 Sep-0 Jan- May- Sep- Jan-2 May-2 Sep-2 Jan-3 May-3 Sep Jan-05 Sep-05 May-06 Jan-07 Sep-07 TREND May-08 Jan-09 Sep-09 May-0 Jan- Sep- May-2 Jan-3 Sep-3 + OSCILLATION Jan-05 Jul-05 Jan-06 Jul-06 Jan-07 Jul-07 Jan-08 Jul-08 Jan-09 Jul-09 Jan-0 Jul-0 Jan- Jul- Jan-2 Jul-2 Jan-3 Jul-3 5

6 TITLE SCOPE OF OF THE SLIDE PAPER The contribution of this paper is to show that SSA decomposition of a time series and the subsequent prediction of its components can improve forecasting results. ANFIS was chosen as a method to allow easy comparison with the work of Xiao et al. (204). We demonstrate this fact by using the statistical data of two international airports (Heathrow, London and El. Venizelos, Athens), with very different traffic volume and characteristics. 7,000 6,500 6,000 5,500 5,000 4,500 4,000 Passengers (in thousands), LHR airport Trend Training Testing

7 TITLE ADAPTIVE OF THE NEURO-FUZZY SLIDE INFERENCE SYSTEM (ANFIS) ANFIS = ANN + FIS The acronym ANFIS derives its name from adaptive neuro-fuzzy inference system. Using a given input/output data set, the anfis constructs a Fuzzy Inference System (FIS) whose membership function parameters are tuned (adjusted) using either a back propagation algorithm (i.e. a Artificial Neural Network) alone or in combination with a least squares type of method. This adjustment allows your fuzzy systems to learn from the data they are modeling. Layer 0 Layer Layer 2 Layer 3 Layer 4 Layer 5 x y A A 2 B B 2 w w 2 w w 2 2 x y w w f f 2 2 f Layer : Fuzzification Layer Layer 2: Rule Layer Layer 3: Normalization Layer Layer 4: Defuzzification Layer Layer 5: Summation Layer 7

8 TITLE ADAPTIVE OF THE NEURO-FUZZY SLIDE INFERENCE SYSTEM (ANFIS) To improve the generalization capability of an ANFIS model, a method known as cross-validation is used. In this method, all the available data is split into three sets: a training set, a validation or checking set and a testing set. The data in the training set is used to train the model while the validation data set is used to prevent the model from overfitting by monitoring the error in their output. The training of the model is stopped when the error of the validation set is minimized. Note that the validation data is only used after the model have been trained and is not part of the training. Thus this can be considered as an independent check on how well the trained model is doing. After training and validation, the test set is then used as a second independent test of the generalization ability of the model. The final model chosen is the model that gives the minimum error in the output of the test set. 8

9 TITLE SINGULAR OF THE SPECTRUM SLIDE ANALYSIS (SSA) The first stage is the decomposition of the series and the second stage is the reconstruction of the decomposed series to get the original series. The three parameters to be selected for the SSA algorithm are the window length L, the number of elementary matrices to use for the reconstruction r, and the number of groups m. The most important parameter is the window length L. The other two parameters can be omitted, depending on the way the SSA will be used (for pure decomposition only the window length is required, and for noise removal the grouping stage can be omitted). The window length is the only parameter needed for the decomposition of the time series. There is currently no algorithm for selecting the window length but many researchers have suggested choosing L<(N/2) as a general rule, where N is the number of available time series data. 9

10 TITLE SINGULAR OF THE SPECTRUM SLIDE ANALYSIS (SSA) For a time series data with a known period T, Golyandina et al. (200) recommend choosing L such that L/T is an integer. For instance, if the time series data is seasonal and the period is 4, then choosing L to be multiples of 4 (4, 8, 2, 6,...) will help capture the periodic components with periods 4. If the series has multiple periods (T, T 2, T 3 ), then L should be chosen such that L/T i is an integer for all i. To extract only a trend component, L should be chosen large enough so that the trend is separable from other components such as the noise but not too large because large values of L mixup the trend with other components. In conclusion, L should be chosen such that all the components from the decomposition of the time series are separable or non-correlated. 0

11 TITLE THE HYBRID OF THE MODELS SLIDE The proposed hybrid models combine the SSA with ANFIS. The goal is to improve the performances of the ANFIS model by first decomposing the time series into a sum of simple components (time series) which are easier to predict using these methods and then combining the predictions of each component. Time series components Grouped components Predicted components PC GC prediction with ANFIS PGC PC 2 Original time series Decomposition with Singular Spectrum Analysis (SSA) PC 3 PC 4 GC 2 prediction with ANFIS PGC 2 Summation with Singular Spectrum Analysis (SSA) Predicted time series PC L- GC m prediction with ANFIS PGC m PC L

12 THE TIME SERIES CHARACTERISTICS OF THE LONDON TITLE OF THE SLIDE HEATHROW (LHR) AND ATHENS (ATH) AIRPORT LHR ATH 2

13 COMPONENTS TITLE OF THE SLIDE EXTRACTED FROM THE LHR AIRPORT BY SSA 3

14 COMPONENTS TITLE OF THE SLIDE EXTRACTED FROM THE ATH AIRPORT BY SSA 4

15 TITLE OF THE SLIDE COMPARISON OF RESULTS BETWEEN PURE ANFIS AND HYBRID SSA ANFIS MODELS 5

16 IMPROVEMENT OF THE FORECASTING ABILITY BY USING TITLE OF THE SLIDE THE HYBRID SSA - ANFIS MODEL The results of the prediction of the pure ANFIS model re-emphasise the advantages in using the hybrid models. Although the pure models did not perform well on average on two airports with MAPE between 4.38% and 8.69%, the hybrid SSA ANFIS models gave far better predictions with MAPE less than 2% for both airports. In terms of the RMSE, the predictions made by the hybrid models were an average 5.3 times better than the pure ANFIS. Also the coefficient of determination R 2 had an average improvement of 2% across both airports Statistics Pure ANFIS model Hybrid SSA ANFIS model Airport Root Mean Square Error (RMSE) Mean Absolute Error (MAE) Mean Absolute Percentage Error (MAPE) Heathrow Athens Heathrow Athens Heathrow Athens Coefficient of Heathrow determination, R Athens 6

17 NEXT TITLE STEP OF THE SLIDE 7

18 CONCLUDING TITLE OF THE REMARKS SLIDE Although econometric methods are currently being used to forecast transport demand, the success of time series forecasting models, especially for short-term demand forecasting, has shifted research focus to development of methods to improve the forecasting ability of these models. Consequently, specialized statistical models like ARIMA and more recently artificial intelligence (AI) methods like ANN and ANFIS have been applied successfully to forecast air transport demand time series. Despite the success of AI models, their poor performance when used to predict noisy and seasonal time-series data, like monthly passenger demand of airports, has necessitated better forecasting models that can forecast in the presence of noise and also exploit the seasonality of the data to improve forecasting results. Methods like seasonal ARIMA have been used to forecast seasonal data, while Singular Spectrum Analysis (SSA) has been used as a noise removal tool to forecast noisy data. 8

19 CONCLUDING TITLE OF THE REMARKS SLIDE In this paper, hybrid models that combine SSA and ANFIS have been calibrated to forecast the passenger demand of two international airports, London Heathrow and Athens. Forecast results have shown that decomposing a time series by means of SSA into simpler components, predicting the future values of the components using any established prediction method, and then summing the predictions using SSA, can greatly improve forecasting performance. The main reasons for the remarkably improved forecasting achieved by the SSA-hybrid prediction methods are the simplicity, since the component time series are simpler and, hence, easier to predict, the exploitation of seasonality, since each seasonal component is predicted separately and the noise removal, since noise in the data is reduced by removing components with no seasonality or no significant contribution. 9

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

Cross Validation. Dr. Thomas Jensen Expedia.com

Cross Validation. Dr. Thomas Jensen Expedia.com Cross Validation Dr. Thomas Jensen Expedia.com About Me PhD from ETH Used to be a statistician at Link, now Senior Business Analyst at Expedia Manage a database with 720,000 Hotels that are not on contract

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS Sushanta Sengupta 1, Ruma Datta 2 1 Tata Consultancy Services Limited, Kolkata 2 Netaji Subhash

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

FUZZY AND NEURO-FUZZY MODELS FOR SHORT-TERM WATER DEMAND FORECASTING IN TEHRAN *

FUZZY AND NEURO-FUZZY MODELS FOR SHORT-TERM WATER DEMAND FORECASTING IN TEHRAN * Iranian Journal of Science & Technology, Transaction B, Engineering, Vol. 33, No. B, pp 6-77 Printed in The Islamic Republic of Iran, 009 Shiraz University FUZZY AND NEURO-FUZZY MODELS FOR SHORT-TERM WATER

More information

Sales Forecast for Pickup Truck Parts:

Sales Forecast for Pickup Truck Parts: Sales Forecast for Pickup Truck Parts: A Case Study on Brake Rubber Mojtaba Kamranfard University of Semnan Semnan, Iran mojtabakamranfard@gmail.com Kourosh Kiani Amirkabir University of Technology Tehran,

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

A HYBRID FUZZY-ANN APPROACH FOR SOFTWARE EFFORT ESTIMATION

A HYBRID FUZZY-ANN APPROACH FOR SOFTWARE EFFORT ESTIMATION A HYBRID FUZZY-ANN APPROACH FOR SOFTWARE EFFORT ESTIMATION Sheenu Rizvi 1, Dr. S.Q. Abbas 2 and Dr. Rizwan Beg 3 1 Department of Computer Science, Amity University, Lucknow, India 2 A.I.M.T., Lucknow,

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Neural Network Based Forecasting of Foreign Currency Exchange Rates

Neural Network Based Forecasting of Foreign Currency Exchange Rates Neural Network Based Forecasting of Foreign Currency Exchange Rates S. Kumar Chandar, PhD Scholar, Madurai Kamaraj University, Madurai, India kcresearch2014@gmail.com Dr. M. Sumathi, Associate Professor,

More information

CALL VOLUME FORECASTING FOR SERVICE DESKS

CALL VOLUME FORECASTING FOR SERVICE DESKS CALL VOLUME FORECASTING FOR SERVICE DESKS Krishna Murthy Dasari Satyam Computer Services Ltd. This paper discusses the practical role of forecasting for Service Desk call volumes. Although there are many

More information

A New Method for Electric Consumption Forecasting in a Semiconductor Plant

A New Method for Electric Consumption Forecasting in a Semiconductor Plant A New Method for Electric Consumption Forecasting in a Semiconductor Plant Prayad Boonkham 1, Somsak Surapatpichai 2 Spansion Thailand Limited 229 Moo 4, Changwattana Road, Pakkred, Nonthaburi 11120 Nonthaburi,

More information

Event driven trading new studies on innovative way. of trading in Forex market. Michał Osmoła INIME live 23 February 2016

Event driven trading new studies on innovative way. of trading in Forex market. Michał Osmoła INIME live 23 February 2016 Event driven trading new studies on innovative way of trading in Forex market Michał Osmoła INIME live 23 February 2016 Forex market From Wikipedia: The foreign exchange market (Forex, FX, or currency

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment

Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment Aarti Gupta 1, Pankaj Chawla 2, Sparsh Chawla 3 Assistant Professor, Dept. of EE, Hindu College of Engineering,

More information

Improving Demand Forecasting

Improving Demand Forecasting Improving Demand Forecasting 2 nd July 2013 John Tansley - CACI Overview The ideal forecasting process: Efficiency, transparency, accuracy Managing and understanding uncertainty: Limits to forecast accuracy,

More information

Applying Data Science to Sales Pipelines for Fun and Profit

Applying Data Science to Sales Pipelines for Fun and Profit Applying Data Science to Sales Pipelines for Fun and Profit Andy Twigg, CTO, C9 @lambdatwigg Abstract Machine learning is now routinely applied to many areas of industry. At C9, we apply machine learning

More information

1 Example of Time Series Analysis by SSA 1

1 Example of Time Series Analysis by SSA 1 1 Example of Time Series Analysis by SSA 1 Let us illustrate the 'Caterpillar'-SSA technique [1] by the example of time series analysis. Consider the time series FORT (monthly volumes of fortied wine sales

More information

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014 An Experiment to Signify Fuzzy Logic as an Effective User Interface Tool for Artificial Neural Network Nisha Macwan *, Priti Srinivas Sajja G.H. Patel Department of Computer Science India Abstract Artificial

More information

Artificial Neural Network and Non-Linear Regression: A Comparative Study

Artificial Neural Network and Non-Linear Regression: A Comparative Study International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Artificial Neural Network and Non-Linear Regression: A Comparative Study Shraddha Srivastava 1, *, K.C.

More information

Planning Workforce Management for Bank Operation Centers with Neural Networks

Planning Workforce Management for Bank Operation Centers with Neural Networks Plaing Workforce Management for Bank Operation Centers with Neural Networks SEFIK ILKIN SERENGIL Research and Development Center SoftTech A.S. Tuzla Teknoloji ve Operasyon Merkezi, Tuzla 34947, Istanbul

More information

HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING

HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING Jowhar R. Mohammed 1 and Hekmat M. Ibrahim 2 1 Water Resources Engineering, Faculty of Engineering and Applied Science,

More information

Applications of improved grey prediction model for power demand forecasting

Applications of improved grey prediction model for power demand forecasting Energy Conversion and Management 44 (2003) 2241 2249 www.elsevier.com/locate/enconman Applications of improved grey prediction model for power demand forecasting Che-Chiang Hsu a, *, Chia-Yon Chen b a

More information

Prediction Model for Crude Oil Price Using Artificial Neural Networks

Prediction Model for Crude Oil Price Using Artificial Neural Networks Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks

More information

Application of Artificial Intelligence Techniques for Temperature Prediction in a Polymerization Process

Application of Artificial Intelligence Techniques for Temperature Prediction in a Polymerization Process Application of Artificial Intelligence Techniques for Temperature Prediction in a Polymerization Process Manuela Souza Leite, Brunno Ferreira dos Santos, Liliane Maria Ferrareso Lona, Flávio Vasconcelos

More information

APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS

APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS APPLYING DATA MINING TECHNIQUES TO FORECAST NUMBER OF AIRLINE PASSENGERS IN SAUDI ARABIA (DOMESTIC AND INTERNATIONAL TRAVELS) Abdullah Omer BaFail King Abdul Aziz University Jeddah, Saudi Arabia ABSTRACT

More information

A Forecasting Decision Support System

A Forecasting Decision Support System A Forecasting Decision Support System Hanaa E.Sayed a, *, Hossam A.Gabbar b, Soheir A. Fouad c, Khalil M. Ahmed c, Shigeji Miyazaki a a Department of Systems Engineering, Division of Industrial Innovation

More information

Uniwersytet Ekonomiczny

Uniwersytet Ekonomiczny Uniwersytet Ekonomiczny George Matysiak Introduction to modelling & forecasting December 15 th, 2014 Agenda Modelling and forecasting - Models Approaches towards modelling and forecasting Forecasting commercial

More information

A Comparison of Fuzzy Approaches to E-Commerce Review Rating Prediction

A Comparison of Fuzzy Approaches to E-Commerce Review Rating Prediction 16th World Congress of the International Fuzzy Systems Association (IFSA) 9th Conference of the European Society for Fuzzy Logic and Technology (EUSFLAT) A Comparison of Fuzzy Approaches to E-Commerce

More information

How To Forecast Solar Power

How To Forecast Solar Power Forecasting Solar Power with Adaptive Models A Pilot Study Dr. James W. Hall 1. Introduction Expanding the use of renewable energy sources, primarily wind and solar, has become a US national priority.

More information

Cash Forecasting: An Application of Artificial Neural Networks in Finance

Cash Forecasting: An Application of Artificial Neural Networks in Finance International Journal of Computer Science & Applications Vol. III, No. I, pp. 61-77 2006 Technomathematics Research Foundation Cash Forecasting: An Application of Artificial Neural Networks in Finance

More information

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo International Journal of Innovative Computing, Information and Control ICIC International c 2014 ISSN 1349-4198 Volume 10, Number 2, April 2014 pp. 695 701 OURISM DEMAND FORECASING USING A NOVEL HIGH-PRECISION

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Ch.3 Demand Forecasting.

Ch.3 Demand Forecasting. Part 3 : Acquisition & Production Support. Ch.3 Demand Forecasting. Edited by Dr. Seung Hyun Lee (Ph.D., CPL) IEMS Research Center, E-mail : lkangsan@iems.co.kr Demand Forecasting. Definition. An estimate

More information

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression

Comparative Study of Demand Forecast Accuracy for Healthcare Products Using Linear and Non Linear Regression International Journal of Business and Management Invention ISSN (Online): 2319 8028, ISSN (Print): 2319 801X Volume 3 Issue 5ǁ May. 2014 ǁ PP.01-10 Comparative Study of Demand Forecast Accuracy for Healthcare

More information

Analysis of algorithms of time series analysis for forecasting sales

Analysis of algorithms of time series analysis for forecasting sales SAINT-PETERSBURG STATE UNIVERSITY Mathematics & Mechanics Faculty Chair of Analytical Information Systems Garipov Emil Analysis of algorithms of time series analysis for forecasting sales Course Work Scientific

More information

3 Results. σdx. df =[µ 1 2 σ 2 ]dt+ σdx. Integration both sides will form

3 Results. σdx. df =[µ 1 2 σ 2 ]dt+ σdx. Integration both sides will form Appl. Math. Inf. Sci. 8, No. 1, 107-112 (2014) 107 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/080112 Forecasting Share Prices of Small Size Companies

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

Big Data in Transportation Engineering

Big Data in Transportation Engineering Big Data in Transportation Engineering Nii Attoh-Okine Professor Department of Civil and Environmental Engineering University of Delaware, Newark, DE, USA Email: okine@udel.edu IEEE Workshop on Large Data

More information

Bank Customers (Credit) Rating System Based On Expert System and ANN

Bank Customers (Credit) Rating System Based On Expert System and ANN Bank Customers (Credit) Rating System Based On Expert System and ANN Project Review Yingzhen Li Abstract The precise rating of customers has a decisive impact on loan business. We constructed the BP network,

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

CHAPTER 11 FORECASTING AND DEMAND PLANNING

CHAPTER 11 FORECASTING AND DEMAND PLANNING OM CHAPTER 11 FORECASTING AND DEMAND PLANNING DAVID A. COLLIER AND JAMES R. EVANS 1 Chapter 11 Learning Outcomes l e a r n i n g o u t c o m e s LO1 Describe the importance of forecasting to the value

More information

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish Demand forecasting & Aggregate planning in a Supply chain Session Speaker Prof.P.S.Satish 1 Introduction PEMP-EMM2506 Forecasting provides an estimate of future demand Factors that influence demand and

More information

ANN Model to Predict Stock Prices at Stock Exchange Markets

ANN Model to Predict Stock Prices at Stock Exchange Markets ANN Model to Predict Stock Prices at Stock Exchange Markets Wanjawa, Barack Wamkaya School of Computing and Informatics, University of Nairobi, wanjawawb@gmail.com Muchemi, Lawrence School of Computing

More information

Real Stock Trading Using Soft Computing Models

Real Stock Trading Using Soft Computing Models Real Stock Trading Using Soft Computing Models Brent Doeksen 1, Ajith Abraham 2, Johnson Thomas 1 and Marcin Paprzycki 1 1 Computer Science Department, Oklahoma State University, OK 74106, USA, 2 School

More information

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important. Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential

More information

Forecasting Of Indian Stock Market Index Using Artificial Neural Network

Forecasting Of Indian Stock Market Index Using Artificial Neural Network Forecasting Of Indian Stock Market Index Using Artificial Neural Network Proposal Page 1 of 8 ABSTRACT The objective of the study is to present the use of artificial neural network as a forecasting tool

More information

A technical analysis approach to tourism demand forecasting

A technical analysis approach to tourism demand forecasting Applied Economics Letters, 2005, 12, 327 333 A technical analysis approach to tourism demand forecasting C. Petropoulos a, K. Nikolopoulos b, *, A. Patelis a and V. Assimakopoulos c a Forecasting Systems

More information

Data-stream Mining for Rule-based Access Control. Andrii Shalaginov, andrii.shalaginov@hig.no 13 th of October 2014 COINS PhD seminar

Data-stream Mining for Rule-based Access Control. Andrii Shalaginov, andrii.shalaginov@hig.no 13 th of October 2014 COINS PhD seminar Data-stream Mining for Rule-based Access Control Andrii Shalaginov, andrii.shalaginov@hig.no 13 th of October 2014 COINS PhD seminar 2 / 182 OVERALL PICTURE OF PHD Work towards Data-driven Reasoning for

More information

Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast. Th.Alexandrov, N.Golyandina

Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast. Th.Alexandrov, N.Golyandina Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast Th.Alexandrov, N.Golyandina theo@pdmi.ras.ru, nina@ng1174.spb.edu St.Petersburg State University, Russia

More information

A Genetic Programming Model for S&P 500 Stock Market Prediction

A Genetic Programming Model for S&P 500 Stock Market Prediction Vol.6, No.5 (2013), pp.303-314 http://dx.doi.org/10.14257/ijca.2013.6.6.29 A Genetic Programming Model for S&P 500 Stock Market Prediction Alaa Sheta, Hossam Faris, Mouhammd Alkasassbeh Abstract The stock

More information

Analyzing price seasonality

Analyzing price seasonality Analyzing price seasonality Asfaw Negassa and Shahidur Rashid Presented at the COMESA policy seminar Food price variability: Causes, consequences, and policy options" on 25-26 January 2010 in Maputo, Mozambique

More information

Data Mining Practical Machine Learning Tools and Techniques

Data Mining Practical Machine Learning Tools and Techniques Ensemble learning Data Mining Practical Machine Learning Tools and Techniques Slides for Chapter 8 of Data Mining by I. H. Witten, E. Frank and M. A. Hall Combining multiple models Bagging The basic idea

More information

DATA MINING IN FINANCE

DATA MINING IN FINANCE DATA MINING IN FINANCE Advances in Relational and Hybrid Methods by BORIS KOVALERCHUK Central Washington University, USA and EVGENII VITYAEV Institute of Mathematics Russian Academy of Sciences, Russia

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

6.2.8 Neural networks for data mining

6.2.8 Neural networks for data mining 6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural

More information

Data Mining Techniques Chapter 6: Decision Trees

Data Mining Techniques Chapter 6: Decision Trees Data Mining Techniques Chapter 6: Decision Trees What is a classification decision tree?.......................................... 2 Visualizing decision trees...................................................

More information

Forecasting the first step in planning. Estimating the future demand for products and services and the necessary resources to produce these outputs

Forecasting the first step in planning. Estimating the future demand for products and services and the necessary resources to produce these outputs PRODUCTION PLANNING AND CONTROL CHAPTER 2: FORECASTING Forecasting the first step in planning. Estimating the future demand for products and services and the necessary resources to produce these outputs

More information

PERFORMANCE ANALYSIS OF HYBRID FORECASTING MODEL IN STOCK MARKET FORECASTING

PERFORMANCE ANALYSIS OF HYBRID FORECASTING MODEL IN STOCK MARKET FORECASTING PERFORMANCE ANALYSIS OF HYBRID FORECASTING MODEL IN STOCK MARKET FORECASTING Mahesh S. Khadka*, K. M. George, N. Park and J. B. Kim a Department of Computer Science, Oklahoma State University, Stillwater,

More information

The Operational Value of Social Media Information. Social Media and Customer Interaction

The Operational Value of Social Media Information. Social Media and Customer Interaction The Operational Value of Social Media Information Dennis J. Zhang (Kellogg School of Management) Ruomeng Cui (Kelley School of Business) Santiago Gallino (Tuck School of Business) Antonio Moreno-Garcia

More information

Power Prediction Analysis using Artificial Neural Network in MS Excel

Power Prediction Analysis using Artificial Neural Network in MS Excel Power Prediction Analysis using Artificial Neural Network in MS Excel NURHASHINMAH MAHAMAD, MUHAMAD KAMAL B. MOHAMMED AMIN Electronic System Engineering Department Malaysia Japan International Institute

More information

Predicting Car Model Classifications and City Gas Mileage. Ronald Surban Fatalla Masters Student

Predicting Car Model Classifications and City Gas Mileage. Ronald Surban Fatalla Masters Student Predicting Car Model Classifications and City Gas Mileage Ronald Surban Fatalla Masters Student Department of Computer and Electrical Engineering University of Iceland Spring 2005 Contents 1. Introduction

More information

Design of Prediction System for Key Performance Indicators in Balanced Scorecard

Design of Prediction System for Key Performance Indicators in Balanced Scorecard Design of Prediction System for Key Performance Indicators in Balanced Scorecard Ahmed Mohamed Abd El-Mongy. Faculty of Systems and Computers Engineering, Al-Azhar University Cairo, Egypt. Alaa el-deen

More information

Neural Networks and Back Propagation Algorithm

Neural Networks and Back Propagation Algorithm Neural Networks and Back Propagation Algorithm Mirza Cilimkovic Institute of Technology Blanchardstown Blanchardstown Road North Dublin 15 Ireland mirzac@gmail.com Abstract Neural Networks (NN) are important

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

APPENDIX 15. Review of demand and energy forecasting methodologies Frontier Economics

APPENDIX 15. Review of demand and energy forecasting methodologies Frontier Economics APPENDIX 15 Review of demand and energy forecasting methodologies Frontier Economics Energex regulatory proposal October 2014 Assessment of Energex s energy consumption and system demand forecasting procedures

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

Forecasting methods applied to engineering management

Forecasting methods applied to engineering management Forecasting methods applied to engineering management Áron Szász-Gábor Abstract. This paper presents arguments for the usefulness of a simple forecasting application package for sustaining operational

More information

Performance Based Evaluation of New Software Testing Using Artificial Neural Network

Performance Based Evaluation of New Software Testing Using Artificial Neural Network Performance Based Evaluation of New Software Testing Using Artificial Neural Network Jogi John 1, Mangesh Wanjari 2 1 Priyadarshini College of Engineering, Nagpur, Maharashtra, India 2 Shri Ramdeobaba

More information

Business Intelligence and Decision Support Systems

Business Intelligence and Decision Support Systems Chapter 12 Business Intelligence and Decision Support Systems Information Technology For Management 7 th Edition Turban & Volonino Based on lecture slides by L. Beaubien, Providence College John Wiley

More information

2.2 Elimination of Trend and Seasonality

2.2 Elimination of Trend and Seasonality 26 CHAPTER 2. TREND AND SEASONAL COMPONENTS 2.2 Elimination of Trend and Seasonality Here we assume that the TS model is additive and there exist both trend and seasonal components, that is X t = m t +

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

IBM SPSS Forecasting 22

IBM SPSS Forecasting 22 IBM SPSS Forecasting 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release 0, modification

More information

FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA

FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA www.sjm06.com Serbian Journal of Management 10 (1) (2015) 3-17 Serbian Journal of Management FOCUS FORECASTING IN SUPPLY CHAIN: THE CASE STUDY OF FAST MOVING CONSUMER GOODS COMPANY IN SERBIA Abstract Zoran

More information

Structural Analysis of Network Traffic Flows Eric Kolaczyk

Structural Analysis of Network Traffic Flows Eric Kolaczyk Structural Analysis of Network Traffic Flows Eric Kolaczyk Anukool Lakhina, Dina Papagiannaki, Mark Crovella, Christophe Diot, and Nina Taft Traditional Network Traffic Analysis Focus on Short stationary

More information

Simple Methods and Procedures Used in Forecasting

Simple Methods and Procedures Used in Forecasting Simple Methods and Procedures Used in Forecasting The project prepared by : Sven Gingelmaier Michael Richter Under direction of the Maria Jadamus-Hacura What Is Forecasting? Prediction of future events

More information

INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL COMPONENTS

INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL COMPONENTS ISSN: 2229-6956(ONLINE) ICTACT JOURNAL ON SOFT COMPUTING, JULY 2012, VOLUME: 02, ISSUE: 04 INDIA S ELECTRICITY DEMAND FORECAST USING REGRESSION ANALYSIS AND ARTIFICIAL NEURAL NETWORKS BASED ON PRINCIPAL

More information

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS Leslie C.O. Tiong 1, David C.L. Ngo 2, and Yunli Lee 3 1 Sunway University, Malaysia,

More information

Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS)

Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS) Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS) Samarth Agrawal, Manoj Jindal, G. N. Pillai Abstract This paper presents an innovative approach for indicating

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513)

Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513) Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513) G S Virk, D Azzi, K I Alkadhimi and B P Haynes Department of Electrical and Electronic Engineering, University

More information

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Bijay Neupane, Kasun S. Perera, Zeyar Aung, and Wei Lee Woon Masdar Institute of Science and Technology Abu Dhabi,

More information

Segmenting sales forecasting accuracy

Segmenting sales forecasting accuracy Segmenting sales forecasting accuracy An ABC-XYZ-analysis on the accuracy of Neural Networks, SAP APO-DP and Judgmental Forecasting at Beiersdorf Michael Tramnitzke Dr. Sven Crone 2 The target of the study:

More information

ECONOMETRIC MODELING VS ARTIFICIAL NEURAL

ECONOMETRIC MODELING VS ARTIFICIAL NEURAL ECONOMETRIC MODELING VS ARTIFICIAL NEURAL NETWORKS A SALES FORECASTING COMPARISON Master s (one year) thesis in Informatics (15 credits) Dinesh Bajracharya Autumn 2010:MI17 Title: Econometric Modeling

More information

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2)

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2) Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Regression is always a superior forecasting method to exponential smoothing, so regression should be used

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

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

A Neuro Fuzzy Based Intrusion Detection System for a Cloud Data Center Using Adaptive Learning

A Neuro Fuzzy Based Intrusion Detection System for a Cloud Data Center Using Adaptive Learning BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0043 A Neuro Fuzzy Based Intrusion

More information

Performance Evaluation of Reusable Software Components

Performance Evaluation of Reusable Software Components Performance Evaluation of Reusable Software Components Anupama Kaur 1, Himanshu Monga 2, Mnupreet Kaur 3 1 M.Tech Scholar, CSE Dept., Swami Vivekanand Institute of Engineering and Technology, Punjab, India

More information

Stock Data Analysis Based On Neural Network. 1Rajesh Musne, 2 Sachin Godse

Stock Data Analysis Based On Neural Network. 1Rajesh Musne, 2 Sachin Godse Stock Analysis Based On Neural Network. 1Rajesh Musne, 2 Sachin Godse 1ME Research Scholar Department of Computer Engineering 2 Assistant Professor Department of Computer Engineering Sinhgad Academy Of

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

Chapter 4: Artificial Neural Networks

Chapter 4: Artificial Neural Networks Chapter 4: Artificial Neural Networks CS 536: Machine Learning Littman (Wu, TA) Administration icml-03: instructional Conference on Machine Learning http://www.cs.rutgers.edu/~mlittman/courses/ml03/icml03/

More information

Singular Spectrum Analysis with Rssa

Singular Spectrum Analysis with Rssa Singular Spectrum Analysis with Rssa Maurizio Sanarico Chief Data Scientist SDG Consulting Milano R June 4, 2014 Motivation Discover structural components in complex time series Working hypothesis: a signal

More information

A neural network model to forecast Japanese demand for travel to Hong Kong

A neural network model to forecast Japanese demand for travel to Hong Kong Tourism Management 20 (1999) 89 97 A neural network model to forecast Japanese demand for travel to Hong Kong Rob Law*, Norman Au Department of Hotel and Tourism Management, The Hong Kong Polytechnic University,

More information