Decision 411: Class 12

Size: px
Start display at page:

Download "Decision 411: Class 12"

Transcription

1 Decision 411: Class 12 Automatic forecasting software Political & ethical issues in forecasting Automatic forecasting software Most major statistical & database packages include wizards for automatic forecasting: SAS (Time Series Forecasting System) SPSS (Decision Time*) Oracle (Sales Analyzer) They generally conduct tournaments among the most basic time series models (RW, LT, SMA, SES, LES, Winters) to pick a winner *The Advanced Forecasting Wizard in Decision Time also considers ARIMA models. 1

2 Automatic forecasting in Statgraphics Statgraphics also includes an Automatic Forecasting procedure* This is a tournament-based procedure that includes all the basic models, plus ARIMA models * Actually, there are two automatic forecasting procedures: one on the Time Series menu and one on the Snapstats menu. Use the Time Series version to get more detailed output, including a model comparison report. Automatic forecasting options Choose your own contestants Information criteria that may be used to pick the winner (I recommend BIC) 2

3 Information criteria The Akaike Information Criterion (AIC), Hannan-Quinn Criterion (HQC) and Schwarz Bayesian Information Criterion (BIC) are often used to rank forecasting models in automated selection procedures. These criteria impose a heavier penalty for model complexity than MSE (i.e., squared error adjusted for # coefficients, which is used to compute adjusted R-squared). R MSE vs. AIC vs. HQC vs. BIC Let E denote the simple average of the squared errors, n = # data points, and k = # coefficients. Then the different information criteria adjust E as follows: n MSE = E n k AIC exp(2 k / n) E ((log ) 2 k/ n ) HQC n E ( k / n ) BIC n E Penalty factors for model complexity (n=100) number of coefficients (k) BIC HQC AIC MSE 3

4 Note that the penalties for model complexity are significant for small data sets! Penalty factors for model complexity (n=50) BIC HQC AIC MSE number of coefficients (k) If your software does not display AIC, HQC, or BIC, and you must compare models on RMSE, you should make a significant mental adjustment for number of parameters if the data set is small: based on AIC, each additional coefficient should reduce the (adjusted) RMSE by 50/n % (i.e., by 0.5% if n=100, or by 1% if n=50), and the reduction should be about twice as large based on BIC. MSE vs. AIC/HQC/BIC, continued BIC imposes the heaviest penalty for model complexity, HQC is 2 nd heaviest (for n>15), AIC is 3 rd, and MSE is 4 th. BIC or HQC is theoretically best when the true model is somewhere in the set of potential models. AIC is theoretically best when the true model is not in the set of potential models. BIC is probably the best to use in practice, to hedge against overfitting,, since it favors simpler models. Note: AIC, HQC, and BIC in Statgraphics are natural logs of formulas shown earlier, Hence exp(aic), exp(hqc), and exp(bic) ) are comparable to MSE, so a 0.1 difference in reported AIC/HQC/BIC means a 10% difference in MSE 4

5 Automatic forecasting of housing starts (same data as in classes 4 & 10) Tournament results Note: models A-J A J all use multiplicative seasonal adjustment When AIC is the criterion, the winner is ARIMA(1,0,1)x(0,1,1), but the other ARIMA models are not far behind. (Note: ARIMA models are listed in order of their ranking.) 5

6 When BIC is the criterion, the winner is ARIMA(0,1,1)x(0,1,1), but the choice among the ARIMA models is still close by this criterion. (Actually, models M, O, P, and Q are structurally very similar, differing only in fine tuning. Model N does not use a non- seasonal difference.) Here s the plot of forecasts & 90% limits for later comparison 6

7 Here are the results of the automatic forecasting procedure on the Gap sales data, using BIC as the optimization criterion. The random walk model with multiplicative seasonal adjustment wins here. The ARIMA (1,0,0)x(0,1,0) model that performed well in out-of of-sample validation shows up as model Q, although some of the other ARIMA choices are puzzling (e.g., no seasonal difference in models M and P). Conclusions The Automatic Forecasting procedure in Statgraphics runs a fairly elaborate tournament with sophisticated selection criteria. In addition to the various smoothing models, it also includes some sensible seasonal ARIMA models. Its rules are transparent, and it s easy to explore the models further or test them against others. 7

8 Specialized auto-forecasting software SmartForecasts ( Conducts a tournament among basic models (no ARIMA) using a novel multiple-horizon error criterion AutoBox ( Emphasizes ARIMA, including transfer function and intervention models (but very primitive geeky output) ForecastX ( Excel add-in with full assortment of models & tools, but a black box to some extent doesn t show full details of models and tournament results Forecast Pro ( Expert system chooses among time series models (including ARIMA) & dynamic regression models Features of stand-alone alone AF packages Multi-level level forecasting (i.e., forecasts that are organized hierarchically and add up ) Special features for promotion- or event-driven data Models for intermittent data (lots of zeroes) Detection of spikes and shifts that should be treated with dummy variables. Ability to forecast many series at once in batch mode Eyeball adjustments of forecasts based on subjective judgment (!) 8

9 ForecastX demonstration Automatic model selection ( Procast Procast ) can be based on various error measures. Data capture options include various cleansing operations and hold-out, out, but holding data out doesn t change the results! Accuracy Measures Value AIC 1, BIC 1, Mean Absolute Percentage Error (MAPE) 5.08% Sum Squared Error (SSE) 7, R-Square 91.14% Adjusted R-Square 91.06% Method Statistics Value Method Selected Holt-Winters Alpha 0.44 Beta 0.14 Gamma 0.00 Decomposition Type Additive Seasonal Indices Value Index 1 Automatic forecast model Index 2 selection based on either sum Index 3 of squared errors or BIC yields Index the additive Winters model Index Index 6 (a.k.a. Holt-Winters) in this Index 7 case. The final (additive) Index 8 seasonal indices are shown, Index which is nice. However, the Index Index 11 complete tournament results 2.69 Index 12 are NOT reported Note: labeling of smoothing parameters is non- standard here: Beta is the seasonal parameter and Gamma is the trend parameter. These values would correspond to Beta=0.0001, Gamma =0.14 in Statgraphics. 9

10 ForecastX forecasts and 90% confidence limits for housing starts ForecastX,, continued Now let s force the model type to be ARIMA (Box-Jenkins). There is no choice of error measure for this model type, and it s not clear which one is used. 10

11 Accuracy Measures Value AIC 1, BIC 1, Mean Absolute Percentage Error (MAPE) 5.37% Sum Squared Error (SSE) 8, R-Square 90.01% Automatic ARIMA selection: Adjusted R-Square 89.88% mixed SAR/SMA model is Method Statistics somewhat unusual. Value Method Selected Box Jenkins Model Selected ARIMA(2,1,0) * (1,1,1) T-Test For Non Seasonal AR T-Test For Non Seasonal AR The SAR(1) coefficient is T-Test For Seasonal AR reported to have a slightly T-Test For Seasonal MA significant t-stat. t 6.82 What are the estimated coefficients and standard errors that go with these t-stats? t This is proprietary information not shown to the user! You also have the option to look at ACF and PACF plots with differences and/or seasonal differences, to make your own ARIMA identification 11

12 When we fit the same model in Statgraphics (model C here), it gives similar results to our other best ARIMA models We can t do a head-to to-head comparison with additive Winters here because Statgraphics only offers the multiplicative version of Winters. Details of model chosen by ForecastX: The SAR(1) coefficient is actually insignificant as estimated by Statgraphics-- --the t-stat t obtained by SG differs from the one obtained by ForecastX! Statgraphics is correct here: this time series has a pure MA(1)xSMA(1) signature after seasonal and nonseasonal differencing, so there is no need for an SAR(1) term, and in general it is rare to need to estimate more than one seasonal coefficient in total. So, this model is effectively (2,1,0)x(0,1,1) which is logically almost the same as (0,1,1)x(0,1,1). The two negative AR coefficients are roughly equivalent to one positive MA coefficient. 12

13 Another example: GAP revisited Forecast of GAP net sales produced by ForecastX,, with 90% limits This time the Procast Procast feature automatically selected a multiplicative Winters model. These parameters correspond to Beta=0.12, Gamma= in Statgraphics. 13

14 If the model type is forced to Box-Jenkins (ARIMA) the model selected is (1,0,0)x(0,1,0), the same as one of our own previous models from class 10 except without a constant term. With one order of differencing and no constant, there is zero trend in the forecasts of this model. The trend term was not technically significant in our earlier model, so on purely mechanical grounds it should have been en removed. Note that the MAPE of the ARIMA model is better than that of the Winter s model that ForecastX selected in its default ProCast ProCast mode. ARIMA(1,0,0)x(0,1,0) forecasts 14

15 ForecastX,, continued Forecast of new product sales based on only the first three data points! (??) ForecastX,, continued NewProductSales Jan-04 Feb-04 Mar-04 Apr-04 May-04 Jun-04 Jul-04 Aug-04 Sep-04 Oct-04 Nov-04 Dec-04 Jan-05 Feb-05 Mar-05 New ProductSales Forecast of New ProductSales Fitted Values Voila! An S-curve S has been fitted, similar but not quite identical to the Bass model curve. (What 3-parameter 3 equation has been fitted? This information is not provided to the user.) 15

16 SmartForecasts is also a tournament- based program that uses basic (non- ARIMA) time series models, but with an interesting twist: the tournament winner is determined by a sliding simulation in which forecast errors are computed at a whole range of horizons and the cumulative average absolute error is then minimized over both short- and long- horizon forecasts. Here the Winters model is the winner for the housing starts data. (Additive and multiplicative do about equally well.) However, the non-winters models are severely handicapped in this tournament by not being used in conjuction with seasonal adjustment! (These results were provided by Dr. Nelson Hartunian at SmartCorp.) Forecasts and 90% confidence limits for housing starts produced by SmartForecasts. 16

17 SmartForecasts tournament results for Gap sales: the multiplicative Winters model wins here. The estimated coefficients are different from those obtained in Statgraphics due to the different optimization criterion. Forecasts and 90% confidence limits for Gap sales produced by SmartForecasts. 17

18 Limitations of AF software Expert system or tournament committee isn t always right, and doesn t understand YOUR data sometimes needs to be overridden Works on only what you give it doesn t consider all possibilities for transformations or additional variables At the end of the day, YOU (not the computer) are responsible for the results Conclusions Automatic forecasting software provides a potentially useful power tool for forecasting To use it wisely, you need to thoroughly understand how the models work and how they ought to be selected via data analysis By virtue of having completed this course, you are now qualified to use automatic forecasting software 18

19 Scenario 1. In preparation for an upcoming meeting to discuss your corporation's strategic plan, you have been asked to prepare a forecast for the sales growth in certain product lines. You undertake elaborate statistical data analysis, fitting time series models and regression models to examine the effects of industry trends, product life cycles, market share, demographics, promotional activities, etc. Finally you come up with a model you feel you can trust, which shows that sales should increase by 10 percent next year. The 50% confidence interval ranges from 6 percent to 14 percent. Two days before the meeting, you learn that the Vice President for Sales has conducted her own field study, in which individual sales representatives were asked to give their own best estimates of sales in the coming year. Aggregation of these results has led to a prediction that sales will be up by only about 5 percent next year. She has just gotten wind of your study and calls you in to complain that your forecasts may be used by management to set unrealistic quotas for the sales force... Scenario 2. You are a risk manager for a large casualty insurance company which handles workers' compensation and liability insurance for numerous Fortune 100 corporations. Such corporations, by virtue of their size, do not need to pool their insurance risks with other organizations. Hence, they are covered by "retrospectively rated" insurance plans which are tantamount to self-insurance but offer significant tax advantages. Under such a plan, the insured corporation pays the insurance company for its actual losses, with a markup for the insurance company's claims-handling costs and profit. These plans are complicated by the fact that casualty losses "develop" over time. For example, the corporation's actual losses for the 1998 calendar year will not be precisely known for many years: months may elapse between the time an accident occurs and the time a claim is filed, and years may pass before the final amount of loss is determined. 19

20 At the end of a given year, the insurance company prepares a forecast of the total amount of losses which will eventually have to be paid for accidents which occurred during that year. The insured corporation must at this point pay the forecasted losses, plus markup. The forecast will be readjusted every year thereafter as more data accumulates, and the insured corporation will then pay more money in or get some money back depending on whether the forecast is revised up or down. Suppose that you prepare a revised forecast in mid-2006 for the losses which one of your major clients incurred during the years Your revised forecast (which takes into account some recent and unfavorable legal precedents pertaining to outstanding liability claims) shows that those losses were underestimated by 20 million dollars. In other words, based on your forecast,, the client must immediately hand over an additional 20 million dollars (plus markup). The account executive is furious: "We can't tell them that! They'll cancel the account. Why don't we just go ahead and stick with the industry-average loss development factors we used last year?" Scenario 3A. You recently supervised a project to build a sales forecasting model for one of your consulting firm's major clients. The model is hierarchical in structure, and produces forecasts at the corporate level, the division level, the regional level, and the store level: it uses seasonal adjustment and exponential smoothing, with adjustment and smoothing factors estimated separately for different regions. It was developed using a statistical modeling language and it is linked to a large database of sales data supplied by the client. Last week you flew to the client's headquarters and presented the model to an assembly of regional vice presidents and managers. Many of them were upset with your results, which disagree with their own private estimates and are likely to affect their budgets adversely. The client's top management insisted that they would back you up. However 20

21 this morning when you arrive at work you find a crowd of people outside your office. They are a team of auditors hired by the client to audit your forecasting model. They tell you they'd like a conference room with a connection to your computer network that they can use for a few days, and they'd like to see your notes documenting your model-selection process, printouts of your statistical reports, the computer files containing your modeling code, and the files containing the raw data. Scenario 3B: You are an auditor working for an accounting firm that has just been asked to review a forecasting model used by one of your clients... 21

22 Scenario 4. The advertising agency for which you work is trying to renew its contract with an important client. The client has been balking, claiming that your ad campaigns have been less successful than promised, and that sales growth has been disappointing. Your boss says run me some numbers to show these guys that our ads are really working. You analyze the data and discover that the effect of your ads on sales has on the whole been insignificant. However, there is one market in which sales showed a huge upward spike shortly after your ad campaign began there. Privately, you believe this was due to the Super Bowl which happened to be held there at the same time. However, if this market is simply aggregated with all the others... Scenario 5. You are a professor who teaches forecasting at a leading business school. One day you receive a phone call from a former student saying "my boss has asked me to run some numbers that show our ad campaign is working, but I m having trouble finding a statistically significant relationship. What do I need to do to get the P-value P below ?" 22

23 What can you do to avoid trouble? Follow good modeling practices (sensible models, residual diagnostics, out-of of-sample validation, etc.) Leave a paper or computer trail i.e., i.e., keep well- annotated records of your model-fitting efforts. Someone else (who may be a sharp-penciled penciled auditor or perhaps only yourself 12 months hence) may have to figure out what you did, and why. Often the greatest benefit of a forecasting effort is to identify needs and opportunities to improve data collection and data integration within the organization i.e., i.e., to develop data as a corporate asset. Forecasting is easier, more accurate, and less controversial if you have plenty of clean data. Remember to K.I.S.S. (Keep It Simple and intuitively reasonable if at all possible). Neither overstate nor understate the accuracy of your forecasts. Always report confidence intervals. If different forecasting approaches lead to different results, call attention to their underlying assumptions, their data sources, their possible sources of bias, and their respective margins for error. If YOU believe your model, stand by it! Integrity and commitment earn respect in the organization. (If you don't believe your model, go back to the drawing board.) Thank you! 23

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

Chapter 25 Specifying Forecasting Models

Chapter 25 Specifying Forecasting Models Chapter 25 Specifying Forecasting Models Chapter Table of Contents SERIES DIAGNOSTICS...1281 MODELS TO FIT WINDOW...1283 AUTOMATIC MODEL SELECTION...1285 SMOOTHING MODEL SPECIFICATION WINDOW...1287 ARIMA

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

The SAS Time Series Forecasting System

The SAS Time Series Forecasting System The SAS Time Series Forecasting System An Overview for Public Health Researchers Charles DiMaggio, PhD College of Physicians and Surgeons Departments of Anesthesiology and Epidemiology Columbia University

More information

5. Multiple regression

5. Multiple regression 5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful

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

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

ISSUES IN UNIVARIATE FORECASTING

ISSUES IN UNIVARIATE FORECASTING ISSUES IN UNIVARIATE FORECASTING By Rohaiza Zakaria 1, T. Zalizam T. Muda 2 and Suzilah Ismail 3 UUM College of Arts and Sciences, Universiti Utara Malaysia 1 rhz@uum.edu.my, 2 zalizam@uum.edu.my and 3

More information

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS CLARKE, Stephen R. Swinburne University of Technology Australia One way of examining forecasting methods via assignments

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS Ramasubramanian V. I.A.S.R.I., Library Avenue, New Delhi- 110 012 ram_stat@yahoo.co.in 1. Introduction A Time Series (TS) is a sequence of observations ordered in time. Mostly these

More information

How To Plan A Pressure Container Factory

How To Plan A Pressure Container Factory ScienceAsia 27 (2) : 27-278 Demand Forecasting and Production Planning for Highly Seasonal Demand Situations: Case Study of a Pressure Container Factory Pisal Yenradee a,*, Anulark Pinnoi b and Amnaj Charoenthavornying

More information

Indian School of Business Forecasting Sales for Dairy Products

Indian School of Business Forecasting Sales for Dairy Products Indian School of Business Forecasting Sales for Dairy Products Contents EXECUTIVE SUMMARY... 3 Data Analysis... 3 Forecast Horizon:... 4 Forecasting Models:... 4 Fresh milk - AmulTaaza (500 ml)... 4 Dahi/

More information

Advanced Forecasting Techniques and Models: ARIMA

Advanced Forecasting Techniques and Models: ARIMA Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: admin@realoptionsvaluation.com

More information

Search Marketing Cannibalization. Analytical Techniques to measure PPC and Organic interaction

Search Marketing Cannibalization. Analytical Techniques to measure PPC and Organic interaction Search Marketing Cannibalization Analytical Techniques to measure PPC and Organic interaction 2 Search Overview How People Use Search Engines Navigational Research Health/Medical Directions News Shopping

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 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

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT 58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh

More information

Promotional Forecast Demonstration

Promotional Forecast Demonstration Exhibit 2: Promotional Forecast Demonstration Consider the problem of forecasting for a proposed promotion that will start in December 1997 and continues beyond the forecast horizon. Assume that the promotion

More information

9th Russian Summer School in Information Retrieval Big Data Analytics with R

9th Russian Summer School in Information Retrieval Big Data Analytics with R 9th Russian Summer School in Information Retrieval Big Data Analytics with R Introduction to Time Series with R A. Karakitsiou A. Migdalas Industrial Logistics, ETS Institute Luleå University of Technology

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

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Identification of univariate time series models, cont.:

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

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

Chapter 27 Using Predictor Variables. Chapter Table of Contents

Chapter 27 Using Predictor Variables. Chapter Table of Contents Chapter 27 Using Predictor Variables Chapter Table of Contents LINEAR TREND...1329 TIME TREND CURVES...1330 REGRESSORS...1332 ADJUSTMENTS...1334 DYNAMIC REGRESSOR...1335 INTERVENTIONS...1339 TheInterventionSpecificationWindow...1339

More information

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by

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

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model Tropical Agricultural Research Vol. 24 (): 2-3 (22) Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model V. Sivapathasundaram * and C. Bogahawatte Postgraduate Institute

More information

A Better Statistical Method for A/B Testing in Marketing Campaigns

A Better Statistical Method for A/B Testing in Marketing Campaigns A Better Statistical Method for A/B Testing in Marketing Campaigns Scott Burk Marketers are always looking for an advantage, a way to win customers, improve market share, profitability and demonstrate

More information

IT S ALL ABOUT THE CUSTOMER FORECASTING 101

IT S ALL ABOUT THE CUSTOMER FORECASTING 101 IT S ALL ABOUT THE CUSTOMER FORECASTING 101 Ed White CPIM, CIRM, CSCP, CPF, LSSBB Chief Value Officer Jade Trillium Consulting April 01, 2015 Biography Ed White CPIM CIRM CSCP CPF LSSBB is the founder

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

An Aggregate Reserve Methodology for Health Claims

An Aggregate Reserve Methodology for Health Claims An Aggregate Reserve Methodology for Health Claims R = P M M Unpaid Paid F F Upaid Paid Where: R = The estimated claim reserve P = Observed paid claims M Paid, M Unpaid = Portion of exposure basis that

More information

Chapter 12 The FORECAST Procedure

Chapter 12 The FORECAST Procedure Chapter 12 The FORECAST Procedure Chapter Table of Contents OVERVIEW...579 GETTING STARTED...581 Introduction to Forecasting Methods...589 SYNTAX...594 FunctionalSummary...594 PROCFORECASTStatement...595

More information

International Statistical Institute, 56th Session, 2007: Phil Everson

International Statistical Institute, 56th Session, 2007: Phil Everson Teaching Regression using American Football Scores Everson, Phil Swarthmore College Department of Mathematics and Statistics 5 College Avenue Swarthmore, PA198, USA E-mail: peverso1@swarthmore.edu 1. Introduction

More information

Problem 5: Forecasting the demand for bread. 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández

Problem 5: Forecasting the demand for bread. 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández Problem 5: Forecasting the demand for bread 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández 0. Summary 1. Introduction 2. Descriptive analysis 3. Classification

More information

How To Model A Series With Sas

How To Model A Series With Sas Chapter 7 Chapter Table of Contents OVERVIEW...193 GETTING STARTED...194 TheThreeStagesofARIMAModeling...194 IdentificationStage...194 Estimation and Diagnostic Checking Stage...... 200 Forecasting Stage...205

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

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

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

FORECASTING. Operations Management

FORECASTING. Operations Management 2013 FORECASTING Brad Fink CIT 492 Operations Management Executive Summary Woodlawn hospital needs to forecast type A blood so there is no shortage for the week of 12 October, to correctly forecast, a

More information

Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu

Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu Submission for ARCH, October 31, 2006 Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu Jed L. Linfield, FSA, MAAA, Health Actuary, Kaiser Permanente,

More information

Sensex Realized Volatility Index

Sensex Realized Volatility Index Sensex Realized Volatility Index Introduction: Volatility modelling has traditionally relied on complex econometric procedures in order to accommodate the inherent latent character of volatility. Realized

More information

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Abstract Three examples of time series will be illustrated. One is the classical airline passenger demand data with definite seasonal

More information

COMP6053 lecture: Time series analysis, autocorrelation. jn2@ecs.soton.ac.uk

COMP6053 lecture: Time series analysis, autocorrelation. jn2@ecs.soton.ac.uk COMP6053 lecture: Time series analysis, autocorrelation jn2@ecs.soton.ac.uk Time series analysis The basic idea of time series analysis is simple: given an observed sequence, how can we build a model that

More information

Use of Statistical Forecasting Methods to Improve Demand Planning

Use of Statistical Forecasting Methods to Improve Demand Planning Use of Statistical Forecasting Methods to Improve Demand Planning Talk given at the Swiss Days of Statistics 2004 Aarau, November 18th, 2004 Marcel Baumgartner marcel.baumgartner@nestle.com Nestec 1800

More information

Forecasting areas and production of rice in India using ARIMA model

Forecasting areas and production of rice in India using ARIMA model International Journal of Farm Sciences 4(1) :99-106, 2014 Forecasting areas and production of rice in India using ARIMA model K PRABAKARAN and C SIVAPRAGASAM* Agricultural College and Research Institute,

More information

Outline: Demand Forecasting

Outline: Demand Forecasting Outline: Demand Forecasting Given the limited background from the surveys and that Chapter 7 in the book is complex, we will cover less material. The role of forecasting in the chain Characteristics of

More information

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel Smoothing methods Marzena Narodzonek-Karpowska Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel What Is Forecasting? Process of predicting a future event Underlying basis of all

More information

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE Ramasubramanian V. IA.S.R.I., Library Avenue, Pusa, New Delhi 110 012 ramsub@iasri.res.in 1. Introduction Time series (TS) data refers

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

IBM SPSS Forecasting 21

IBM SPSS Forecasting 21 IBM SPSS Forecasting 21 Note: Before using this information and the product it supports, read the general information under Notices on p. 107. This edition applies to IBM SPSS Statistics 21 and to all

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

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 In December 2014, an electric rate case was finalized in MEC s Illinois service territory. As a result of the implementation of

More information

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or Simple and Multiple Regression Analysis Example: Explore the relationships among Month, Adv.$ and Sales $: 1. Prepare a scatter plot of these data. The scatter plots for Adv.$ versus Sales, and Month versus

More information

CB Predictor 1.6. User Manual

CB Predictor 1.6. User Manual CB Predictor 1.6 User Manual This manual, and the software described in it, are furnished under license and may only be used or copied in accordance with the terms of the license agreement. Information

More information

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes?

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Forecasting Methods What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Prod - Forecasting Methods Contents. FRAMEWORK OF PLANNING DECISIONS....

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Forecast. Forecast is the linear function with estimated coefficients. Compute with predict command

Forecast. Forecast is the linear function with estimated coefficients. Compute with predict command Forecast Forecast is the linear function with estimated coefficients T T + h = b0 + b1timet + h Compute with predict command Compute residuals Forecast Intervals eˆ t = = y y t+ h t+ h yˆ b t+ h 0 b Time

More information

Statistics in Retail Finance. Chapter 6: Behavioural models

Statistics in Retail Finance. Chapter 6: Behavioural models Statistics in Retail Finance 1 Overview > So far we have focussed mainly on application scorecards. In this chapter we shall look at behavioural models. We shall cover the following topics:- Behavioural

More information

SPC Data Visualization of Seasonal and Financial Data Using JMP WHITE PAPER

SPC Data Visualization of Seasonal and Financial Data Using JMP WHITE PAPER SPC Data Visualization of Seasonal and Financial Data Using JMP WHITE PAPER SAS White Paper Table of Contents Abstract.... 1 Background.... 1 Example 1: Telescope Company Monitors Revenue.... 3 Example

More information

Probabilistic Forecasting of Medium-Term Electricity Demand: A Comparison of Time Series Models

Probabilistic Forecasting of Medium-Term Electricity Demand: A Comparison of Time Series Models Fakultät IV Department Mathematik Probabilistic of Medium-Term Electricity Demand: A Comparison of Time Series Kevin Berk and Alfred Müller SPA 2015, Oxford July 2015 Load forecasting Probabilistic forecasting

More information

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

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND 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

More information

Baseline Forecasting With Exponential Smoothing Models

Baseline Forecasting With Exponential Smoothing Models Baseline Forecasting With Exponential Smoothing Models By Hans Levenbach, PhD., Executive Director CPDF Training and Certification Program, URL: www.cpdftraining.org Prediction is very difficult, especially

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Forecasting Analytics Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Business Problem Forecast daily sales of dairy products (excluding milk) to make a good prediction of future demand, and

More information

Time Series Analysis and Forecasting

Time Series Analysis and Forecasting Time Series Analysis and Forecasting Math 667 Al Nosedal Department of Mathematics Indiana University of Pennsylvania Time Series Analysis and Forecasting p. 1/11 Introduction Many decision-making applications

More information

VOL. XLVIII, Part I No. 89 PROCEEDINGS. May 3-5, 1961 RESERVES FOR REOPENED CLAIMS ON WORKMEN'S COMPENSATION INTRODUCTION

VOL. XLVIII, Part I No. 89 PROCEEDINGS. May 3-5, 1961 RESERVES FOR REOPENED CLAIMS ON WORKMEN'S COMPENSATION INTRODUCTION VOL. XLVIII, Part I No. 89 PROCEEDINGS May 3-5, 1961 RESERVES FOR REOPENED CLAIMS ON WORKMEN'S COMPENSATION BY RAFAL J. BALCAREK INTRODUCTION Reopening of closed claims occurs in most lines of insurance,

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Forecasting Using Eviews 2.0: An Overview

Forecasting Using Eviews 2.0: An Overview Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values

More information

Multiple Linear Regression in Data Mining

Multiple Linear Regression in Data Mining Multiple Linear Regression in Data Mining Contents 2.1. A Review of Multiple Linear Regression 2.2. Illustration of the Regression Process 2.3. Subset Selection in Linear Regression 1 2 Chap. 2 Multiple

More information

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless the volume of the demand known. The success of the business

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)

More information

Salary. Cumulative Frequency

Salary. Cumulative Frequency HW01 Answering the Right Question with the Right PROC Carrie Mariner, Afton-Royal Training & Consulting, Richmond, VA ABSTRACT When your boss comes to you and says "I need this report by tomorrow!" do

More information

Integrated Resource Plan

Integrated Resource Plan Integrated Resource Plan March 19, 2004 PREPARED FOR KAUA I ISLAND UTILITY COOPERATIVE LCG Consulting 4962 El Camino Real, Suite 112 Los Altos, CA 94022 650-962-9670 1 IRP 1 ELECTRIC LOAD FORECASTING 1.1

More information

Event-Driven Database Maintenance: An Process for Increasing Value and Lowering Costs

Event-Driven Database Maintenance: An Process for Increasing Value and Lowering Costs Event-Driven Database Maintenance: An Process for Increasing Value and Lowering Costs Matt Manning Overview The current best practices in database maintenance do not allow databases to be maintained cost-effectively.

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2

THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Homework Assignment #2 THE UNIVERSITY OF CHICAGO, Booth School of Business Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Homework Assignment #2 Assignment: 1. Consumer Sentiment of the University of Michigan.

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

Learning Objectives. Essential Concepts

Learning Objectives. Essential Concepts Learning Objectives After reading Chapter 7 and working the problems for Chapter 7 in the textbook and in this Workbook, you should be able to: Specify an empirical demand function both linear and nonlinear

More information

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations Roy Stein* *Research Department, Roy Stein roy.stein@boi.org.il, tel: 02-6552559 This research was partially supported

More information

Simple Inventory Management

Simple Inventory Management Jon Bennett Consulting http://www.jondbennett.com Simple Inventory Management Free Up Cash While Satisfying Your Customers Part of the Business Philosophy White Papers Series Author: Jon Bennett September

More information

Using Excel s Analysis ToolPak Add-In

Using Excel s Analysis ToolPak Add-In Using Excel s Analysis ToolPak Add-In S. Christian Albright, September 2013 Introduction This document illustrates the use of Excel s Analysis ToolPak add-in for data analysis. The document is aimed at

More information

Getting Correct Results from PROC REG

Getting Correct Results from PROC REG Getting Correct Results from PROC REG Nathaniel Derby, Statis Pro Data Analytics, Seattle, WA ABSTRACT PROC REG, SAS s implementation of linear regression, is often used to fit a line without checking

More information

Introduction to time series analysis

Introduction to time series analysis Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples

More information

Change-Point Analysis: A Powerful New Tool For Detecting Changes

Change-Point Analysis: A Powerful New Tool For Detecting Changes Change-Point Analysis: A Powerful New Tool For Detecting Changes WAYNE A. TAYLOR Baxter Healthcare Corporation, Round Lake, IL 60073 Change-point analysis is a powerful new tool for determining whether

More information

Accounts Payable System Administration Manual

Accounts Payable System Administration Manual Accounts Payable System Administration Manual Confidential Information This document contains proprietary and valuable, confidential trade secret information of APPX Software, Inc., Richmond, Virginia

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

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 Analysis of covariance and multiple regression So far in this course,

More information

Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment

Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment Introducing Oracle Crystal Ball Predictor: a new approach to forecasting in MS Excel Environment Samik Raychaudhuri, Ph. D. Principal Member of Technical Staff ISF 2010 Oracle Crystal

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

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

Using INZight for Time series analysis. A step-by-step guide.

Using INZight for Time series analysis. A step-by-step guide. Using INZight for Time series analysis. A step-by-step guide. inzight can be downloaded from http://www.stat.auckland.ac.nz/~wild/inzight/index.html Step 1 Click on START_iNZightVIT.bat. Step 2 Click on

More information

Performance of pairs trading on the S&P 500 index

Performance of pairs trading on the S&P 500 index Performance of pairs trading on the S&P 500 index By: Emiel Verhaert, studentnr: 348122 Supervisor: Dick van Dijk Abstract Until now, nearly all papers focused on pairs trading have just implemented the

More information

Review of basic statistics and the simplest forecasting model: the sample mean

Review of basic statistics and the simplest forecasting model: the sample mean Review of basic statistics and the simplest forecasting model: the sample mean Robert Nau Fuqua School of Business, Duke University August 2014 Most of what you need to remember about basic statistics

More information

Demand Forecasting LEARNING OBJECTIVES IEEM 517. 1. Understand commonly used forecasting techniques. 2. Learn to evaluate forecasts

Demand Forecasting LEARNING OBJECTIVES IEEM 517. 1. Understand commonly used forecasting techniques. 2. Learn to evaluate forecasts IEEM 57 Demand Forecasting LEARNING OBJECTIVES. Understand commonly used forecasting techniques. Learn to evaluate forecasts 3. Learn to choose appropriate forecasting techniques CONTENTS Motivation Forecast

More information