* Project over a ten year time horizon,

Size: px
Start display at page:

Download "* Project over a ten year time horizon,"

Transcription

1 FORECASTING RESIDENTIAL, COMMERCIAL, AND INDUSTRIAL GAS DEMAND Jeffrey P. Brand, Wisconsin Gas Company James D. Funk, Wisconsin Gas Company ABSTRACT This paper shows how the Wisconsin Gas Company used SAS/ETSU. and to develop a gas sales forecasting system. It emphasizes which SAS Institute Inc. software PROC's were used to complete each model development stage. In particular, the Institute's PROC's that were used to build and evaluate the forecasting system are outlined. Although this paper addresses the process for building and evaluating an econometric model, the process can be adapted to most forecasting techniques. INTRODUCTION The Wisconsin Gas Company (WGC) uses gas sales projections for many reasons. In general, the gas sales projections are used for rate case filing, rate design, and long-range planning. For 1 to 2 years out, the WGC needs gas sales projections for rate filings. For 3 to 5 years out, the WGC needs projections for rate design; and for 5 to 10 years out the WGC needs gas sales projections to plan its capital and labor requirements. Gas sales projections are needed for short-term, mediumterm, and long-term business planning. To provide decision makers with gas sales projections, the WGC has used a variety of trend models. While they have met the decision maker's needs in the past, the WGC is concerned that trend models will not meet future management needs. Management's primary concern is that the trend models will not be able to account for the changes in residential. commercial, and industrial consumption behavior. For example, with natural gas prices rising an average of 18 percent since 1979, WGC's gas customers have become sensitive to the price of gas. To combat rising prices, residential customers have found it cost effective to insulate their homes, turn down thermostats, and/or switch to an alternate fuel source. Similarly, industrial customers have found it cost effective to install dual fuel burning boilers - allowing industrial customers to switch to an alternate fuel source literally overnight. This is the type of market environment to which the WGC management has had to adjust, and the gas sales forecasting system must be able to account for. The problem facing the WGC energy forecasting group was to design a new gas sales forecasting system~ To meet WGC's management's needs, the new forecasting system had to: * Produce accurate forecasts, * Account for change in gas consumption behavior, * Measure forecast risks, * Project over a ten year time horizon, * Forecast by Residential, Commercial, and Industrial Rate Class, and * Produce forecasts at monthly time intervals This paper will describe the steps in which the WGC applied SAS Institute software products to develop its gas sales forecasting system. The scope of the paper is to show the process the WGC used for building the gas demand models, and for evaluating the gas demand model's forecasting capabilities. OVERVIEW OF WGC GAS SALES FORECASTING SYSTEM One feature of the forecasting system is its planning capabilities. In particular, the system accounts for four types of market forces which affect the demand for natural gas. These forces are: the economy, energy prices, weather, and the number of customers. To forecast gas demand, consequently, assumptions must first be made about the economic activity, energy prices, weather, and number of customers. Figure 1 summarizes the type of information that is needed to generate gas demand forecasts. FIGURE FORECASTING INFORMATION FLOW GAS DEMAND FORECAST IWIKtJ sae F'ORECAS These gas demand assumptions are produced with a variety of forecasting techniques. They range from a 30 year moving average model used to forecast assumption weather, to an elaborate econometric model used to forecast local economic activity. The Institute's software products were applied to develop a model to forecast energy prices, market size, and economic activity. WGC GAS SALES FORECASTING TECHNIQUE After conducting a thorough model selection procedure, the WGC decided to build a forecasting system based on the principles of econometrics. While the WGC considered other forecasting techniques, the econometric forecasting system most closely met management's needs and resource constraints. This new system could: 92

2 assumption is that the consumer chooses among the available alternatives in such a manner that the satisfaction derived from consuming commodities is as large as possible. Based on this theory, the following variables were chosen to be included in the residential gas demand model. * Tastes Consumer's preference for natural gas * Income - Consumer's budget constraints * Prices - Consumer's decision depends on the price of natural gas, the price of complementary goods (e.g. cost of gas appliances), and the price of substitute fuels (e.g. oil, electricity) * Market Size - The number of customers affects the market demand for gas * Climatic Conditions - Outside temperature The Theory of the Firm The commercial and industrial gas sales model is based on mathematical equations that simulate the producer's gas usage decision making process. The commercial and industrial gas demand equations assume that natural gas is an input into the manufacturing/ operation process. Further, it assumes that the quantity of gas used is the amount that minimizes cost subject to an output constraint. Based on the theory of the firm the following variables were included in the commercial and industrial gas demand equations: * Prices of Inputs - Price of natural gas, price of substitute fuels, and the price of other inputs. * Output - Demand for producer's final product * Technological Change - Changes in the technology * Weather - Outside Temperature Once the variables were selected, the data for each variable was collected and prepared to estimate the residential, commercial and industrial gas demand model. - Steps B. and C. Prepare Data and Estimate Model Figure 2 displays the data preparation and estimation activities. It shows which Institute software PROC's were used to complete each activity. I Figure 2 Data Preparation and Estimation Process I Inspect Data(PROC GPLOT) Deseasonalize Data(PROC XII ESTIMATE PARAMETERS Use Ordinary Least Square(PROC SYSREG) Correct for Autocorrelation(PROC AUTOREG) Activity 1: Prepare Data for Model Estimation Once the relevant variables have been selected, the next model building step is to prepare the data for model estimation. This is an important step, since it allows the modeler to examine how the data varies over time. When inspecting the data, the modeler looks for the seasonality, trend, cycle, and outliers in the series. The Institute's PROC GPLOT is used to complete this activity. If the data series has "alot" variation, it is recommended that the points be connected with a line. One common type of variation in most economic series is seasonality or intra-year variation from year to year. By removing the seasonality, non-seasonal data variations can be modeled (e.g. trend and cyclical variation). The Institute's PROe XII is used to deseasonalize the data series. PROC XII contains sufficient OUTPUT options so the deseasonlized data can be stored in a SAS data se-t for use other applications. Activity 2: Estimate Model Parameters After the data has been examined and the data adjustments made (if necessary), the model is ready to be estimated. When estimating the gas demand models, the goal is to measure how a change in the gas demand factors (economic activity. weather, etc) changes the demand for gas. The Institute's PROe SYSREG and FROC AUTOREG were used to estimate the residential, commercial, and industrial gas demand model. Both PROC SYSREG and PROC AUTOREG contain OUTPUT options which create SAS data sets to store the parameter estimates and forecast errors for use in other applications. Step D. Estimation Evaluation Process After the residential. commercial, and industrial gas demand models are estimated, the estimated models must be evaluated. The objective is to determine if the equations realistically simulate gas customer demand behavior, and to test if any modeling assumptions have been violated. Figure 3 summarizes activities within the estimation evaluation procedure. 93

3 * Produce accurate forecasts. * Simulate gas customer decision making by rate class, * Quantify forecast risks, and * Generate forecasts at monthly intervals. In summary the econometric modeling technique met all of management's selection criteria within its resource constraints. SAS Institute, Inc. Software Products Used The gas demand econometric model was developed with four SAS Institute Inc. software products: * SAS@ * SAS/ETS# * SAS/GRAPH@ * SAS/FSP@ These products were used in every phase of the model development. They were used from the initial SAS data set creation all the way through to writing the final forecast document. WGC FORECASTING PROCESS The gas demand econometric model was developed by following a three stage forecasting process (Cleary, 1982). The stages are: 1. Design Stage - Includes all premodelling activities 2. Specification Stage - Includes all modelling activities 3. Evaluation Stage - Includes all -forecast evaluation activities. The following provides details about each stage. 1. The Design Stage The design stage encompasses all the premodeling activities. In essence, the model selection activities are conducted here. To select the gas sales forecasting technique(s) at the WGC, the selection criteria first were listed. The selection criteria include seven items: 1) forecasting accuracy, 2) planning capabilities. 3) defensibility, 4) data requirements, 5) cost, 6) data processing requirements. and 7) personnel requirements. After the selection criteria were identified, WGC forecasts users ranked the relative importance of each item on a scale of 1 to 7 (with 1 being most important). At the same time, four alternate forecasting techniques were nominated as possible candidates. They were: 1) trended customer use, 2) econometrics, 3) end-use, and 4) time-series. A panel of forecasting experts then ranked each forecasting techniques by the selection criteria. To select the forecasting techniques(s), the users selection criteria rankings were matched with the experts' ranking of each technique. The technique that most closely matched the user rankings with the experts' rankings was chosen. Based on this selection process it was recommended that an econometric forecasting system be designed. Once the forecasting technique was selected the actual model building was ready to begin. The following describes the manner in which SAS Institute, Inc. software products were allied to build residential, commercial, and industrial gas demand models. 2. The Specification Stage The specification stage includes the all the model building steps. The discussion below describes the steps the WGC followed to build its econometric model. This process is divided into four steps: Step A. Applied Demand Theory - Select Relevant Causal Variables Step.B. Prepare the Data - Adjust Raw Data (if necessary) Step C. Estimate the Model Parameters - Estimate model Step D. Evaluate Parameter Estimates - Test estimated relationships for reasonableness Each model building step is detailed below. Step A. Apply Demand Theory To build the gas sales model the factors that have affected gas demand in the past and are likely to affect gas demand in the future must be first identified. To select the gas demand factors, the economic principles of demand were applied. Below is a description of the theory underlying the residential, commercial, and industrial gas demand models. The three gas demand models are based on two economic theories of demand. For the residential customers. the gas demand model is based on the theory of the consumer; and for the commercial and industrial customers, the two gas demand models are founded on the theory of the firm. The assumptions made by both these demand theories are highlighted below. The Theory of the Consumer The residential gas sales model is based on mathematical equations that simulate the process in which customers decide to purchases gas. The equations replicate the buyer/ demanders decision making process. To select the important variables in the buyers decision making process, the neo-classical theory of the consumer is applied. The theory's basic 94

4 Figure 3 Estimation Evaluation Process I CHECK PARAMETER ESTIMATES I Sign(PROC SYSREG and AUTOREG OUTPUT) Sensitivity CHECK SUMMARY STATISTICS R2(PROC SYSREG and AUTOREG OUTPUT) F ( " ) t ( " ) Inspect Residuals(PROC GPLOT) Test for Independence(PROC ARIMA) Test for Normality(PROC UNIVARIATE) Activity 1: Check Parameter Estimates The first activity is to examine the parameter estimates themselves. The objective is to evaluate whether the estimated equations realistically replicate residential, commercial, and industrial gas demand behavior. To determine this, two tests are conducted. Test 1: Check Parameter Sign The parameter sign is first inspected. The objective is to determine if the expected sign was estimated. For example, a positive parameter estimate is expected between the demand for gas and outside temperature. In other words, the colder the weather the greater the demand for gas. If the parameter estimates do not have the expected sign the model must be re-specified. Test 2: Check parameter Sensitivity The parameter sensitivity is tested next to determine if the expected parameter sensitivity was estimated. For example, outside temperature is expected to explain most of the variation in residential gas demand. Test are conducted to measure how much variation in residential gas demand is explained by weather parameter estimates. In a similar manner, industrial gas demand is expected to be very sensitive to the price of oil--a very small drop in the price of oil can cause a significant drop in industrial gas demand. Tests are conducted to determine how much variation in industrial gas demand is explained by the oil price parameter. Activity 2: Check Summary Statistics Next the summary statistics -are examined - F, t, and R2. These tests collectively summarize how well the gas demand factors explained gas demand. The Institute's PROC SYSREG and PROC AUTOREG automatically produce these summary statistics. I Activity 3: Analyze the Forecast Errors The primary objective is to test whether any modeling assumptions have been violated. Three tests are conducted to determine if the forecast errors have constant variance, independence, and are normally distributed. The Institute's software PROC's used to test the three modeling assumptions are noted below. Test 1: Determine if Errors have Constant Variance This test is to determine if the residuals have a constant variance around a zero forecast error. The Institute's PROC GPLOT is used here. In this case, the forecast errors are plotted against time. The goal of plotting the residual is to visually determine whether the forecast errors are increasing or decreasing with time. If they are, then the model must be re-specified. Test 2: Determine if Errors are Independent The Institute's PROC ARlMA is used to test if the forecast errors are independent of each other. When using PROC ARIMA for this purpose, it is only necessary to use IDENTIFY statement. The correlogram, output from PROC ARIMA, is used to test if the residuals are significantly related to other residuals one or more lags apart. Test 3: Determine if Errors are Normally Distributed The Institute's PROC UNIVARIATE is used to test whether errors are normally distributed. When using_ PROC UNIVARIATE'S NORMAL option, the quantile-quantile (Q-Q) plot is outputed. The Q-Q graph plots the forecast error quantiles against the normal distribution quantiles. If the forecast errors are normally distributed, there will be a linear line between the residual quantiles and the normal distribution quantiles. In summary, the modeling process can proceed to the forecast evaluation stage if all parameter estimates realistically describe gas demand behavior, the summary statistics indicate a good fit, and the modeling assumptions have not been violated. 3. The Forecast Evaluation Stage The objective of this stage is to make a forecast, measure its risks, gain management's approval of the forecast, and then to monitor the forecasts. This process is summarized in Figure 4. 95

5 J Figure 4 Estimation Evaluation Process I PRODUCE FORECASTS MEASURE FORECAST RISKS Perform Year Ahead Test Generate Confidence Limits(PROC MATRIX) Perform Sensitivity Analysis(PROC FSEDIT) I PRESENT FORECASTS(PROC GPLOT,PROC PRINT) MONITOR FORECAST Track Forcasts(PROC GPLOT) Track Model Track Assumptions(PROC GPLOT) A panel driven system is used to generate the gas demand forecasts. Using the ISPF dialog service and CLIST~ the panels allow the casual user to produce gas demand forecasts as well as increase the productivity of the modeler. The panels use PROC FSEDIT to change/update the gas demand forecast assumptions. Step 1: Produce the Forecast First the residential, commercial, and industrial gas demand forecasts are made. To generate the forecasts~ assumptions about the local economy, energy prices, weather, and market size must be made. The Institute's PROC FSEDIT is used to update the forecast assumptions. Step 2: Measure the Forecast Risks Once the gas demand forecasts have been produced, the forecast's risks are measured. To do so three test are conducted. Test 1: Produce Year Out Test The residential, commercial~ and industrial gas demand forecasts are generated outside the estimation period. For example the models might be estimated from ; then use it to produce forecasts for 1983 and The objective is to measure the model's forecasting accuracy outside the estimation. Test 2: Generate Confidence Intervals When a forecast is given~ the confidence limit is also given. That is, the probability of the point forecast being between two numbers is.generated. This allows the decision makers to assess the risk of using any particular forecast. The Institute's PROe MATRIX is used for this test. Test 3: Perform Sensitivity Analysis The objective of the sensitivity test is to measure the impact of making an incorrect gas demand assumption. For example, suppose the WGe assumes the economic-recovery will continue~ but the economy actually has a recession. The impact of making the wrong gas demand assumption is assessed. Using the panel driven system~ the Institute's PROt FSEDIT is used to change the gas demand assumptions. Step 3: Present the Forecast The approach to presenting the gas demand forecasts to the decision makers is to sell the ~orecasts. To do so, the forecasting accuracy of the gas demand models is emphasized. The presentation is made as non-technical as possible. The Institute's PROC GPLOT and PROC PRINT are very useful for meeting this objective. ~: Monitor Forecast The objective of monitoring the forecast is to be able to determine if the model is replicating residential, commercial. and industrial gas demand behavior. By doing this the gas demand forecasts, gas demand models, and gas demand assumptions are tracked. The Institute's PROe GPLOT is very useful for tracking the gas demand forecasts and gas demand assumptions. The goal of this step is to test the hypothesis that gas demand behavior has changed. CONCLUSION The process the WGe used to apply SAS Institute. Inc. 's software products to develop a gas sales forecasting system has been delineated. In particular~ the emphasis was' given to the methodology for building and evaluating the residential~ commercial~ and industrial gas demand forecasts. To complete the model building and evaluation stages, the WGC feels SAS Institute. Inc.'s software products have met all of its data base, modeling~ and report writing needs. Further, as the system grows to include other forecasting techniques, the WGC feels SAS Institute Inc. will meet its future modeling needs as well. REFERENCES Cleary, James and Levenbach. Hans. The Professional Forecaster (Belmont CA: Lifetime Learning Publications, 1982) Henderson~ James and Quandt. Richard. Microeconomic Theory: A Mathematical Approach (New York: McGraw-Hill Book Co. 1980) Theil~ Henri. Principles of Econom~trics (New York: John Wiley & S,ons, Inc. 1971) 96

6 SAS, SAS/GRAPH, AND SAS/FSP are registered trademarks of SAS Instutute Inc., Cary, NC, USA. Symbol for Registered SAS/ETS is a trademark of SAS Institute Inc. Cary, NC, USA. Symbol for Trademark = n. Author: Jeffrey P. Brand Wisconsin Gas Company 626 E. Wisconsin Ave. Milwaukee, WI (414)

Alternative Seasonality Detectors Using SAS /ETS Procedures Joseph Earley, Loyola Marymount University, Los Angeles

Alternative Seasonality Detectors Using SAS /ETS Procedures Joseph Earley, Loyola Marymount University, Los Angeles Alternative Seasonality Detectors Using SAS /ETS Procedures Joseph Earley, Loyola Marymount University, Los Angeles ABSTRACT Estimating seasonal indices is an important aspect of time series analysis.

More information

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author

APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT YEAR DATA. Corresponding Author 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 APPLICATION OF SEASONAL ADJUSTMENT FACTORS TO SUBSEQUENT

More information

AN AUTOMATED SALES FORECASTING SYSTEM

AN AUTOMATED SALES FORECASTING SYSTEM AN AUTOMATED SALES FORECASTING SYSTEM Sales Forecasting Example 80000 60000 40000 20000 0 Jun-91 Jun-92 Jun-93 Jun-94 Jun-95 Jun-96 Date Italian Italian German Italian German From Bavaria Sales Forecasting

More information

F u = t n+1, t f = 1994, 2005

F u = t n+1, t f = 1994, 2005 Forecasting an Electric Utility's Emissions Using SAS/AF and SAS/STAT Software: A Linear Analysis Md. Azharul Islam, The Ohio State University, Columbus, Ohio. David Wang, The Public Utilities Commission

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

Economic Analysis for Business and Strategic Decisions. The Fundamentals of Managerial Economics

Economic Analysis for Business and Strategic Decisions. The Fundamentals of Managerial Economics Economic Analysis for Business and Strategic Decisions Chapter 1: The Fundamentals of Managerial Economics 1. Define the concept of time value of money. 2. Recognize the difference between value maximization

More information

ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1

ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1 Bo Sjo 2011-11-10 (Updated) ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1 Send in a written report to bosjo@liu.se before Wednesday November 25, 2012. 1 1. Introduction

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

Chapter 3. Table of Contents. Introduction. Empirical Methods for Demand Analysis

Chapter 3. Table of Contents. Introduction. Empirical Methods for Demand Analysis Chapter 3 Empirical Methods for Demand Analysis Table of Contents 3.1 Elasticity 3.2 Regression Analysis 3.3 Properties & Significance of Coefficients 3.4 Regression Specification 3.5 Forecasting 3-2 Introduction

More information

Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis

Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis Introduction This case study demonstrates how forecasting analysis can improve our understanding of changes in market share over

More information

Center for Demography and Ecology

Center for Demography and Ecology Center for Demography and Ecology University of Wisconsin-Madison A Comparative Evaluation of Selected Statistical Software for Computing Multinomial Models Nancy McDermott CDE Working Paper No. 95-01

More information

Agricultural Business on Price & Quantity of Hog and Economics Perspective on Tendency in Future

Agricultural Business on Price & Quantity of Hog and Economics Perspective on Tendency in Future Agricultural Business on Price & Quantity of Hog and Economics Perspective on Tendency in Future Suppanunta Romprasert Assumption University ABAC (Suvarnabhumi Campus) SM326 88 Moo 8 Bang Na-Trad 26 Km.

More information

White Paper. Demand Shaping. Achieving and Maintaining Optimal Supply-and-Demand Alignment

White Paper. Demand Shaping. Achieving and Maintaining Optimal Supply-and-Demand Alignment White Paper Demand Shaping Achieving and Maintaining Optimal Supply-and-Demand Alignment Contents Introduction... 1 Sense-Interpret-Respond Architecture... 2 Sales and Operations Planning... 3 Scenario

More information

MANAGERIAL ECONOMICS WILEY A JOHN WILEY & SONS, INC., PUBLICATION. A Mathematical Approach

MANAGERIAL ECONOMICS WILEY A JOHN WILEY & SONS, INC., PUBLICATION. A Mathematical Approach MANAGERIAL ECONOMICS A Mathematical Approach M. J. ALHABEEB L. JOE MOFFITT Isenberg School of Management University of Massachusetts Amherst, MA, USA WILEY A JOHN WILEY & SONS, INC., PUBLICATION PREFACE

More information

How to Get More Value from Your Survey Data

How to Get More Value from Your Survey Data Technical report How to Get More Value from Your Survey Data Discover four advanced analysis techniques that make survey research more effective Table of contents Introduction..............................................................3

More information

DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS

DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS Sae-Hyun Ji Ph.D. Candidate, Dept. of Architecture, Seoul National Univ., Seoul, Korea oldclock@snu.ac.kr Moonseo Park Professor, Ph.D.,

More information

Microeconomics traditionally splits the consequences of

Microeconomics traditionally splits the consequences of The Myth of the Income Effect Pascal Salin Microeconomics traditionally splits the consequences of price changes into two different effects: the substitution effect and the income effect.' The effects

More information

Integrating Market and Credit Risk Measures using SAS Risk Dimensions software

Integrating Market and Credit Risk Measures using SAS Risk Dimensions software Integrating Market and Credit Risk Measures using SAS Risk Dimensions software Sam Harris, SAS Institute Inc., Cary, NC Abstract Measures of market risk project the possible loss in value of a portfolio

More information

All Possible Mixed Model Selection - A User-friendly SAS Macro Application

All Possible Mixed Model Selection - A User-friendly SAS Macro Application All Possible Mixed Model Selection - A User-friendly SAS Macro Application George C J Fernandez, University of Nevada - Reno, Reno NV 89557 ABSTRACT A user-friendly SAS macro application to perform all

More information

Time Series Analysis in the Social Sciences

Time Series Analysis in the Social Sciences one Time Series Analysis in the Social Sciences in the social sciences, data are usually collected across space, that is, across countries, cities, and so on. Sometimes, however, data are collected across

More information

Examining the Relationship between Industrial Output and Electricity Sales in the Philippines: A Time Series Analysis

Examining the Relationship between Industrial Output and Electricity Sales in the Philippines: A Time Series Analysis Examining the Relationship between Industrial Output and Electricity Sales in the Philippines: A Time Series Analysis John Lourenze S. Poquiz De La Salle University johnlorenzp@gmail.com Abstract: Economic

More information

Linking Forecasting with Operations and Finance. Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference

Linking Forecasting with Operations and Finance. Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference Linking Forecasting with Operations and Finance Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference About the Speaker Bill Tonetti Founding Member, Foresight Practitioner Advisory Board

More information

STATISTICAL TECHNIQUES. Data Analysis and Modelling

STATISTICAL TECHNIQUES. Data Analysis and Modelling STATISTICAL TECHNIQUES Data Analysis and Modelling DATA ANALYSIS & MODELLING Data collection and presentation Many of us probably some of the methods involved in collecting raw data. Once the data has

More information

A New Interpretation of the Logistic Model in Estimating Seasonal and Yearly Natural Gas Consumption

A New Interpretation of the Logistic Model in Estimating Seasonal and Yearly Natural Gas Consumption 013, Vol. 5, No. 4 A New Interpretation of the Logistic Model in Estimating Seasonal and Yearly Natural Gas Consumption Ahmet Goncu 1,* 1 Dept. of Mathematical Sciences, Xian Jiaotong Liverpool University,

More information

Attribute Theory of Consumer Behavior

Attribute Theory of Consumer Behavior Attribute Theory of Consumer Behavior Lancaster, K. J. (1966). A new Approach to Consumer Theory. Journal of Political Economy. 74, 132-157. Traditional theories of consumer behavior do not take into account

More information

Short-Term Forecasting with ARIMA Models

Short-Term Forecasting with ARIMA Models 9 Short-Term Forecasting with ARIMA Models All models are wrong, some are useful GEORGE E. P. BOX (1919 2013) In this chapter, we introduce a class of techniques, called ARIMA (for Auto-Regressive Integrated

More information

Big Data: Baseline Forecasting With Exponential Smoothing Models

Big Data: Baseline Forecasting With Exponential Smoothing Models 8 Big Data: Baseline Forecasting With Exponential Smoothing Models PREDICTION IS VERY DIFFICULT, ESPECIALLY IF IT IS ABOUT THE FUTURE NIELS BOHR (1885-1962), Nobel Laureate Physicist Exponential smoothing

More information

FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS

FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS Eric Ondimu Monayo, Administrative Assistant, Kisii University, Kitale Campus Alex K. Matiy, Postgraduate Student, Moi University Edwin

More information

Trend-Cycle Forecasting with Turning Points

Trend-Cycle Forecasting with Turning Points 7 Trend-Cycle Forecasting with Turning Points The only function of economic forecasting is to make astrology look respectable. EZRA SOLOMON (1920 2002), although often attributed to JOHN KENNETH GALBRAITH

More information

Integrated Planning Model (IPM ) Overview

Integrated Planning Model (IPM ) Overview Integrated Planning Model (IPM ) Overview September 2010 Disclaimer This presentation, prepared by ICF under contract with RGGI, Inc., is designed to support ongoing evaluation of state RGGI programs.

More information

Introduction to Analytics Tools Data Models Problem solving with analytics

Introduction to Analytics Tools Data Models Problem solving with analytics Introduction to Analytics Tools Data Models Problem solving with analytics Analytics is the use of: data, information technology, statistical analysis, quantitative methods, and mathematical or computer-based

More information

Why Learn Statistics?

Why Learn Statistics? Why Learn Statistics? So you are able to make better sense of the ubiquitous use of numbers: Business memos Business research Technical reports Technical journals Newspaper articles Magazine articles Basic

More information

PRODUCT-MIX ANALYSIS WITH DISCRETE EVENT SIMULATION. Raid Al-Aomar. Classic Advanced Development Systems, Inc. Troy, MI 48083, U.S.A.

PRODUCT-MIX ANALYSIS WITH DISCRETE EVENT SIMULATION. Raid Al-Aomar. Classic Advanced Development Systems, Inc. Troy, MI 48083, U.S.A. Proceedings of the 2000 Winter Simulation Conference J. A. Joines, R. R. Barton, K. Kang, and P. A. Fishwick, eds. PRODUCT-MIX ANALYSIS WITH DISCRETE EVENT SIMULATION Raid Al-Aomar Classic Advanced Development

More information

Tutorial #3: Brand Pricing Experiment

Tutorial #3: Brand Pricing Experiment Tutorial #3: Brand Pricing Experiment A popular application of discrete choice modeling is to simulate how market share changes when the price of a brand changes and when the price of a competitive brand

More information

2014 $1.75 $10.00 $ $1.50 $10.50 $ $1.65 $11.00 $ $2.00 $11.50 $150

2014 $1.75 $10.00 $ $1.50 $10.50 $ $1.65 $11.00 $ $2.00 $11.50 $150 Economics 101 Fall Homework #4 Due Tuesday, November 14, Directions: The homework will be collected in a box before the lecture. Please place your name, TA name, and section number on top of the homework

More information

A SAS Macro to Analyze Data From a Matched or Finely Stratified Case-Control Design

A SAS Macro to Analyze Data From a Matched or Finely Stratified Case-Control Design A SAS Macro to Analyze Data From a Matched or Finely Stratified Case-Control Design Robert A. Vierkant, Terry M. Therneau, Jon L. Kosanke, James M. Naessens Mayo Clinic, Rochester, MN ABSTRACT A matched

More information

Outlook for Natural Gas Demand for Winter

Outlook for Natural Gas Demand for Winter Outlook for Natural Gas Demand for 2010-2011 Winter Energy Ventures Analysis, Inc. (EVA) Overview Natural gas demand this winter is projected to be about 295 BCF, or 2.5 percent, above demand levels recorded

More information

California Subject Examinations for Teachers

California Subject Examinations for Teachers California Subject Examinations for Teachers TEST GUIDE MATHEMATICS General Examination Information Copyright 2015 Pearson Education, Inc. or its affiliate(s). All rights reserved. Evaluation Systems,

More information

ALL POSSIBLE MODEL SELECTION IN PROC MIXED A SAS MACRO APPLICATION

ALL POSSIBLE MODEL SELECTION IN PROC MIXED A SAS MACRO APPLICATION Libraries Annual Conference on Applied Statistics in Agriculture 2006-18th Annual Conference Proceedings ALL POSSIBLE MODEL SELECTION IN PROC MIXED A SAS MACRO APPLICATION George C J Fernandez Follow this

More information

INTRODUCTION BACKGROUND. Paper

INTRODUCTION BACKGROUND. Paper Paper 354-2008 Small Improvements Causing Substantial Savings - Forecasting Intermittent Demand Data Using SAS Forecast Server Michael Leonard, Bruce Elsheimer, Meredith John, Udo Sglavo SAS Institute

More information

Statistics and Data Analysis

Statistics and Data Analysis Paper 264-25 SAS Programs to Get the Most from X-12-ARIMA's Modeling and Seasonal Adjustment Diagnostics Catherine C. Hood, U.S. Census Bureau, Washington, DC ABSTRACT SAS 's PROC X11 is based on the Census

More information

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D.

The Kruskal-Wallis Test with Excel In 3 Simple Steps. Kilem L. Gwet, Ph.D. The Kruskal-Wallis Test with Excel 2007 In 3 Simple Steps Kilem L. Gwet, Ph.D. Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document

More information

Reliability Engineering. RIT Software Engineering

Reliability Engineering. RIT Software Engineering Reliability Engineering Reliability Engineering Practices Define reliability objectives Use operational profiles to guide test execution Preferable to create automated test infrastructure Track failures

More information

TABLE OF CONTENTS. 13- Existence, stability, and uniqueness of equilibrium. 1. Learning Outcomes 2. Introduction 3.Meaning of Equilibrium

TABLE OF CONTENTS. 13- Existence, stability, and uniqueness of equilibrium. 1. Learning Outcomes 2. Introduction 3.Meaning of Equilibrium Subject ECONOMICS Paper No and Title Module No and Title Module Tag 5 Advanced Microeconomics 13- Existence, stability, and uniqueness of equilibrium ECO_P5_M13 TABLE OF CONTENTS 1. Learning Outcomes 2.

More information

Kvalitativ Introduktion til Matematik-Økonomi

Kvalitativ Introduktion til Matematik-Økonomi Kvalitativ Introduktion til Matematik-Økonomi matematik-økonomi studiet 1. basissemester Esben Høg I17 Aalborg Universitet 7. og 9. december 2009 Institut for Matematiske Fag Aalborg Universitet Esben

More information

COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE

COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE ABSTRACT Robert M. Saltzman, San Francisco State University This article presents two methods for coordinating

More information

Introduction to Management Science 8th Edition by Bernard W. Taylor III. Chapter 1 Management Science

Introduction to Management Science 8th Edition by Bernard W. Taylor III. Chapter 1 Management Science Introduction to Management Science 8th Edition by Bernard W. Taylor III Chapter 1 Management Science Chapter 1- Management Science 1 Chapter Topics The Management Science Approach to Problem Solving Model

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MANUFACTURING SYSTEM Manufacturing, a branch of industry, is the application of tools and processes for the transformation of raw materials into finished products. The manufacturing

More information

Energy Trust Electric and Gas Avoided Cost Update for Oregon for 2018 Measure and Program Planning

Energy Trust Electric and Gas Avoided Cost Update for Oregon for 2018 Measure and Program Planning Energy Trust Electric and Gas Avoided Cost Update for Oregon for 2018 Measure and Program Planning August 8, 2017 Energy Trust s estimates of future electric and gas avoided costs are critical assumptions

More information

BUS ADVANCED REGRESSION Paul Koch

BUS ADVANCED REGRESSION Paul Koch BUS 922 - ADVANCED REGRESSION Paul Koch Office: 226C Summerfield Phone: 864-7503 Office Hours: To be determined The prerequisites are a basic knowledge of calculus, statistics, and linear algebra. For

More information

BUSINESS STRATEGY: USING SHIFT LEFT PRINCIPLES TO MANAGE IT PROJECTS EFFECTIVELY

BUSINESS STRATEGY: USING SHIFT LEFT PRINCIPLES TO MANAGE IT PROJECTS EFFECTIVELY BUSINESS STRATEGY: USING SHIFT LEFT PRINCIPLES TO MANAGE IT PROJECTS EFFECTIVELY Venkatesh Jaganathan Priyesh Cherurveettil Anna University, Regional Centre Coimbatore, Tamilnadu, India Thenmozhi Srinivasan

More information

Winsor Approach in Regression Analysis. with Outlier

Winsor Approach in Regression Analysis. with Outlier Applied Mathematical Sciences, Vol. 11, 2017, no. 41, 2031-2046 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.76214 Winsor Approach in Regression Analysis with Outlier Murih Pusparum Qasa

More information

1.0 Introduction 1.1 Identifying Situations For Use 1.2 Constructing Price Index Numbers

1.0 Introduction 1.1 Identifying Situations For Use 1.2 Constructing Price Index Numbers 1.0 Introduction In this chapter, you will learn to use price index numbers to make the price adjustments necessary to analyze price and cost information collected over time. Price Index Numbers. Price

More information

Evaluation of the Residential Inclining Block Rate F2009-F2012. Revision 2. June Prepared by: BC Hydro Power Smart Evaluation

Evaluation of the Residential Inclining Block Rate F2009-F2012. Revision 2. June Prepared by: BC Hydro Power Smart Evaluation Evaluation of the Residential Inclining Block Rate F2009-F2012 Revision 2 June 2014 Prepared by: BC Hydro Power Smart Evaluation Table of Contents Executive Summary... ii 1. Introduction... 1 1.1. Evaluation

More information

Reading Utility Meters

Reading Utility Meters Reading Utility Meters Summary: Students observe and interpret daily and weekly patterns of energy consumption by reading utility meters. Objectives Students will be able to read and interpret information

More information

Chapter 5 Notes Page 1

Chapter 5 Notes Page 1 Chapter 5 Notes Page 1 COST BEHAVIOR When dealing with costs, it helps for you to determine what drives the cost in question. A Cost Driver (also called Cost Base) is an activity that is associated with,

More information

Ch.01 Introduction to Modeling. Management Science / Instructor: Bonghyun Ahn

Ch.01 Introduction to Modeling. Management Science / Instructor: Bonghyun Ahn Ch.01 Introduction to Modeling Management Science / Instructor: Bonghyun Ahn Chapter Topics The Management Science Approach to Problem Solving Model Building: Break-Even Analysis Computer Solution Management

More information

Module 3: Simulation and Data Analysis

Module 3: Simulation and Data Analysis INSTRUCTIONAL MODULES DEMONSTRATING BUILDING ENERGY ANALYSIS USING A BUILDING INFORMATION MODEL Christian Daniel Douglass Industrial and Enterprise Systems Engineering December 1, 2010 Module Summary In

More information

Chief Executive Officers and Compliance Officers of All National Banks, Department and Division Heads, and All Examining Personnel

Chief Executive Officers and Compliance Officers of All National Banks, Department and Division Heads, and All Examining Personnel O OCC 2000 16 OCC BULLETIN Comptroller of the Currency Administrator of National Banks Subject: Risk Modeling Description: Model Validation TO: Chief Executive Officers and Compliance Officers of All National

More information

Short-Run Costs and Output Decisions

Short-Run Costs and Output Decisions Semester-I Course: 01 (Introductory Microeconomics) Unit IV - The Firm and Perfect Market Structure Lesson: Short-Run Costs and Output Decisions Lesson Developer: Jasmin Jawaharlal Nehru University Institute

More information

SECTION 11 ACUTE TOXICITY DATA ANALYSIS

SECTION 11 ACUTE TOXICITY DATA ANALYSIS SECTION 11 ACUTE TOXICITY DATA ANALYSIS 11.1 INTRODUCTION 11.1.1 The objective of acute toxicity tests with effluents and receiving waters is to identify discharges of toxic effluents in acutely toxic

More information

ESTIMATION OF FLOW-DURATION CURVES AT UNGAGED SITES IN SOUTHERN NEW ENGLAND. By Stacey A. Archfield, Richard M. Vogel, and Sara L.

ESTIMATION OF FLOW-DURATION CURVES AT UNGAGED SITES IN SOUTHERN NEW ENGLAND. By Stacey A. Archfield, Richard M. Vogel, and Sara L. ESTIMATION OF FLOW-DURATION CURVES AT UNGAGED SITES IN SOUTHERN NEW ENGLAND By Stacey A. Archfield, Richard M. Vogel, and Sara L. Brandt Department of Civil and Environmental Engineering, Tufts University,

More information

An application of the ARIMA model to real-estate prices in Hong Kong

An application of the ARIMA model to real-estate prices in Hong Kong Journal of Property Finance 8,2 152 Journal of Property Finance Vol. 8 No. 2, 1997, pp. 152-163. MCB University Press, 0958-868X An application of the ARIMA model to real-estate prices in Hong Kong Raymond

More information

External Audit of Union Gas Demand Side Management 2007 Evaluation Report

External Audit of Union Gas Demand Side Management 2007 Evaluation Report Like to Submitted External Audit of Union Gas Demand Side Management 2007 Evaluation Report Submitted To: FINAL REPORT June 12, 2008 Submitted By: Contents and Tables Section Executive Summary... 1 Section

More information

Operations Management

Operations Management 12-1 Aggregate Planning Operations Management William J. Stevenson 8 th edition 12-2 Aggregate Planning CHAPTER 12 Aggregate Planning McGraw-Hill/Irwin Operations Management, Eighth Edition, by William

More information

1.0 Chapter Introduction

1.0 Chapter Introduction 1.0 Chapter Introduction In this chapter, you will learn to use price index numbers to make the price adjustments necessary to analyze price and cost information collected over time. Price Index Numbers.

More information

WRITTEN PRELIMINARY Ph.D. EXAMINATION. Department of Applied Economics. University of Minnesota. June 16, 2014 MANAGERIAL, FINANCIAL, MARKETING

WRITTEN PRELIMINARY Ph.D. EXAMINATION. Department of Applied Economics. University of Minnesota. June 16, 2014 MANAGERIAL, FINANCIAL, MARKETING WRITTEN PRELIMINARY Ph.D. EXAMINATION Department of Applied Economics University of Minnesota June 16, 2014 MANAGERIAL, FINANCIAL, MARKETING AND PRODUCTION ECONOMICS FIELD Instructions: Write your code

More information

OF EQUIPMENT LEASE FINANCING VOLUME 33 NUMBER 3 FALL Equipment Finance Market Forecasting By Blake Reuter

OF EQUIPMENT LEASE FINANCING VOLUME 33 NUMBER 3 FALL Equipment Finance Market Forecasting By Blake Reuter Articles in the Journal of Equipment Lease Financing are intended to offer responsible, timely, in-depth analysis of market segments, finance sourcing, marketing and sales opportunities, liability management,

More information

Forecasting Survey. How far into the future do you typically project when trying to forecast the health of your industry? less than 4 months 3%

Forecasting Survey. How far into the future do you typically project when trying to forecast the health of your industry? less than 4 months 3% Forecasting Forecasting Survey How far into the future do you typically project when trying to forecast the health of your industry? less than 4 months 3% 4-6 months 12% 7-12 months 28% > 12 months 57%

More information

George Box and Gwilyni Jenkins

George Box and Gwilyni Jenkins A GUIDE TO BOX-JENKINS MODELING By George C. S. Wang Describes in simple language how to use Box-Jenkins models for forecasting... the key requirement of Box-Jenkins modeling is that time series is either

More information

PLANNING AND CONTROL FOR A WARRANTY SERVICE FACILITY

PLANNING AND CONTROL FOR A WARRANTY SERVICE FACILITY Proceedings of the 2 Winter Simulation Conference M. E. Kuhl, N. M. Steiger, F. B. Armstrong, and J. A. Joines, eds. PLANNING AND CONTROL FOR A WARRANTY SERVICE FACILITY Amir Messih Eaton Corporation Power

More information

Bootstrap, continued OPENING THE TOOL AND SELECTING A FORECAST You can open the Bootstrap tool through the Run -> Tools menu.

Bootstrap, continued OPENING THE TOOL AND SELECTING A FORECAST You can open the Bootstrap tool through the Run -> Tools menu. One-Minute Spotlight THE BOOTSTRAP TOOL Bootstrapping is a simple technique that estimates the accuracy of forecast statistics. The term bootstrap comes from the saying, "to pull oneself up by one's own

More information

Econometría 2: Análisis de series de Tiempo

Econometría 2: Análisis de series de Tiempo Econometría 2: Análisis de series de Tiempo Karoll GOMEZ kgomezp@unal.edu.co http://karollgomez.wordpress.com Primer semestre 2016 I. Introduction Content: 1. General overview 2. Times-Series vs Cross-section

More information

Chapter 1 INTRODUCTION TO SIMULATION

Chapter 1 INTRODUCTION TO SIMULATION Chapter 1 INTRODUCTION TO SIMULATION Many problems addressed by current analysts have such a broad scope or are so complicated that they resist a purely analytical model and solution. One technique for

More information

ELECTRIC LOAD FORECAST 2010/11 to 2030/31

ELECTRIC LOAD FORECAST 2010/11 to 2030/31 ELECTRIC LOAD FORECAST 2010/11 to 2030/31 (For External Use Only) IMPORTANT: THIS MATERIAL IS THE EXCLUSIVE PROPERTY OF MANITOBA HYDRO AND ALL RIGHTS ARE RESERVED. ANY RELEASE, REPRODUCTION OR OTHER USE

More information

AMERICAN AGRICULTURE has become one of

AMERICAN AGRICULTURE has become one of AGRICULTURAL ECONOMICS RESEARCH Vol. 21, No. 1, JANUARY 1969 Technological Change in Agriculture By Robert 0. Nevel l AMERICAN AGRICULTURE has become one of the most productive industries in the world.

More information

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED

THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED THE RATIONAL METHOD FREQUENTLY USED, OFTEN MISUSED Mark Pennington, Engineer, Pattle Delamore Partners Ltd, Tauranga ABSTRACT The Rational Method has been in use in some form or another at least since

More information

The Effects of Fairness and Equality on Employment Levels. in a Two Firm/Two Worker Type Model. Una E. Flores

The Effects of Fairness and Equality on Employment Levels. in a Two Firm/Two Worker Type Model. Una E. Flores The Effects of Fairness and Equality on Employment Levels in a Two Firm/Two Worker Type Model Una E. Flores Senior Thesis Mathematical Methods in the Social Sciences May 27, 1988 ABSTRACT The Effects of

More information

Electricity consumption, Peak load and GDP in Saudi Arabia: A time series analysis

Electricity consumption, Peak load and GDP in Saudi Arabia: A time series analysis 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Electricity consumption, Peak load and GDP in Saudi Arabia: A time series

More information

Variable Selection Methods for Multivariate Process Monitoring

Variable Selection Methods for Multivariate Process Monitoring Proceedings of the World Congress on Engineering 04 Vol II, WCE 04, July - 4, 04, London, U.K. Variable Selection Methods for Multivariate Process Monitoring Luan Jaupi Abstract In the first stage of a

More information

LINEAR PROGRAMMING APPROACHES TO AGGREGATE PLANNING. Linear programming is suitable to determine the best aggregate plan.

LINEAR PROGRAMMING APPROACHES TO AGGREGATE PLANNING. Linear programming is suitable to determine the best aggregate plan. LINEAR PROGRAMMING APPROACHES TO AGGREGATE PLANNING Linear programming is suitable to determine the best aggregate plan. Recall that linear programming assumes all variables are continuously divisible.

More information

Segmentation and Targeting

Segmentation and Targeting Segmentation and Targeting Outline The segmentation-targeting-positioning (STP) framework Segmentation The concept of market segmentation Managing the segmentation process Deriving market segments and

More information

10 Energy consumption of buildings direct impacts of a warming climate and rebound effects

10 Energy consumption of buildings direct impacts of a warming climate and rebound effects 10 Energy consumption of buildings direct impacts of a warming climate and rebound effects energy for heating/cooling effect on total energy use and GDP Heating energy demand of Swiss households decreases

More information

Leveraging Smart Meter Data & Expanding Services BY ELLEN FRANCONI, PH.D., BEMP, MEMBER ASHRAE; DAVID JUMP, PH.D., P.E.

Leveraging Smart Meter Data & Expanding Services BY ELLEN FRANCONI, PH.D., BEMP, MEMBER ASHRAE; DAVID JUMP, PH.D., P.E. ASHRAE www.ashrae.org. Used with permission from ASHRAE Journal. This article may not be copied nor distributed in either paper or digital form without ASHRAE s permission. For more information about ASHRAE,

More information

College of Business Administration

College of Business Administration Executive Master in Business Administration Program (EMBA) Master of Business Administration (MBA) 1. Introduction: The UOS EMBA program has been designed to deliver high quality management education to

More information

Short-Run Versus Long-Run Elasticity (pp )

Short-Run Versus Long-Run Elasticity (pp ) Short-Run Versus Long-Run Elasticity (pp. 38-46) Price elasticity varies with the amount of time consumers have to respond to a price Short-run demand and supply curves often look very different from their

More information

CHAPTER 8 T Tests. A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test

CHAPTER 8 T Tests. A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test CHAPTER 8 T Tests A number of t tests are available, including: The One-Sample T Test The Paired-Samples Test The Independent-Samples T Test 8.1. One-Sample T Test The One-Sample T Test procedure: Tests

More information

Hybrid Model applied in the Semiconductor Production Planning

Hybrid Model applied in the Semiconductor Production Planning , March 13-15, 2013, Hong Kong Hybrid Model applied in the Semiconductor Production Planning Pengfei Wang, Tomohiro Murata Abstract- One of the most studied issues in production planning or inventory management

More information

Control Charts for Customer Satisfaction Surveys

Control Charts for Customer Satisfaction Surveys Control Charts for Customer Satisfaction Surveys Robert Kushler Department of Mathematics and Statistics, Oakland University Gary Radka RDA Group ABSTRACT Periodic customer satisfaction surveys are used

More information

ENGINEERING ECONOMICS AND FINANCIAL ACCOUNTING 2 MARKS

ENGINEERING ECONOMICS AND FINANCIAL ACCOUNTING 2 MARKS ENGINEERING ECONOMICS AND FINANCIAL ACCOUNTING 2 MARKS 1. What is managerial economics? It is the integration of economic theory with business practice for the purpose of facilitating decision making and

More information

An Application of Causal Analysis to the Software Modification Process

An Application of Causal Analysis to the Software Modification Process SOFTWARE PRACTICE AND EXPERIENCE, VOL. 23(10), 1095 1105 (OCTOBER 1993) An Application of Causal Analysis to the Software Modification Process james s. collofello Computer Science Department, Arizona State

More information

Dynamic Simulation and Supply Chain Management

Dynamic Simulation and Supply Chain Management Dynamic Simulation and Supply Chain Management White Paper Abstract This paper briefly discusses how dynamic computer simulation can be applied within the field of supply chain management to diagnose problems

More information

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista Graphical Methods for Classifier Performance Evaluation Maria Carolina Monard and Gustavo E. A. P. A. Batista University of São Paulo USP Institute of Mathematics and Computer Science ICMC Department of

More information

December 25, 2017 CHAPTER 4 SUPPORTING PLANNING AND CONTROL: A CASE EXAMPLE

December 25, 2017 CHAPTER 4 SUPPORTING PLANNING AND CONTROL: A CASE EXAMPLE December 25, 17 CHAPTER 4 SUPPORTING PLANNING AND CONTROL: A CASE EXAMPLE Chapter Outline 4.1 Background What was the cause of the desperation that lead to the development of the Program Evaluation and

More information

Modelling and Forecasting the Balance of Trade in Ethiopia

Modelling and Forecasting the Balance of Trade in Ethiopia American Journal of Theoretical and Applied Statistics 2015; 4(1-1): 19-23 Published online March 18, 2015 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.s.2015040101.14 ISSN: 2326-8999

More information

Strengthening GLP Compliance Through Internal Audits

Strengthening GLP Compliance Through Internal Audits Strengthening GLP Compliance Through Internal Audits Henry Li*, Dominique Pifat, Gerald Klein and Steve Petteway Talecris Biotherapeutics, Research Triangle Park, NC, USA Summary The Quality Assurance

More information

A Bayesian Approach to Operational Decisions in Transportation Businesses

A Bayesian Approach to Operational Decisions in Transportation Businesses From: FLAIRS-02 Proceedings Copyright 2002, AAAI (wwwaaaiorg) All rights reserved A Bayesian Approach to Operational Decisions in Transportation Businesses Nils-Peter Andersson, Love Ekenberg and Aron

More information

Segmentation and Targeting

Segmentation and Targeting Segmentation and Targeting Outline The segmentation-targeting-positioning (STP) framework Segmentation The concept of market segmentation Managing the segmentation process Deriving market segments and

More information

South Dakota FFA Marketing Plan Career Development Event A Special Project of the South Dakota FFA Foundation

South Dakota FFA Marketing Plan Career Development Event A Special Project of the South Dakota FFA Foundation South Dakota FFA Marketing Plan Career Development Event A Special Project of the South Dakota FFA Foundation Important Note: Please thoroughly read the General Rules at the beginning of this handbook

More information

Steps To The Category Strategy Of Your Dreams

Steps To The Category Strategy Of Your Dreams The Ultimate Procurement Checklist Series #1: Category Management Steps To The Category Strategy Of Your Dreams Know Where To Build 1 Make sure an adequate material classification (taxonomy) is in place

More information