A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE

Size: px
Start display at page:

Download "A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE"

Transcription

1 A MACRO-DRIVEN ING SYSTEM FOR EVALUATING MODEL PERFORMANCE Bryan Sellers Ross Laboratories INTRODUCTION A major problem of forecasting aside from obtaining accurate forecasts is choosing among a wide range of forecasting models. This problem places a major burden upon the forecaster in two respects. First the forecaster spends a substantial amount of time developing and maintaining a set of programs covering the potential forecast models. And second the forecaster must somehow aggregate the results of numerous test runs in order to confidently evaluate and choose among these models. I have developed a forecasting system which aids the forecaster in both of these respects. This system consists of a set of programs which can be grouped into 3 categories: 1) an input module 2) a processing module and 3) an output module. Rather than developing and maintaining a set of programs for each model the user only has to maintain a parameter list for each one. In the input module these parameters are converted into SAS@ macros which generate the selected forecasting model along with controlling input output and other processing. For each model tested several iterations are run. Each period in a user-selected time range serves as the ending period for an iteration and a starting point for a forecast. The results from all of these iterations are aggregated according to user-selected specifications. Thus in a single run the user obtains a set of aggregated statistics on a model covering several iterations eliminating the necessity of running a model multiple times over a time range and then manually aggregating the results. The system offers flexibility. From the SAS@ System and SAS/ETS@ software the user can select the regression autoregression or Box-Jenkins procedure combined with any type of seasonality from the XII procedure. Any time range for the model analysis and forecast can be selected through a set of time parameters. In addition by following the macro- and variable-naming conventions of the system the user is able to add any number of procedures such as exponential smoothing or data steps tailored to particular processing or reporting needs. The system was developed on a VM/CMS system but could be used in the batch mode with only minor modifications. PHILOSOPHY OF A PARAMETER-DRIVEN SYSTEM A couple philosophies were incorporated into this forecasting system to help alleviate some of the difficulties of building a forecasting model. One philosophy is development of a parameter-driven system whereby parameter lists can be saved and modified at run time. The user can also combine parameter lists at run time with one list for the input-output and time specifications and the other for the forecast equation. This speeds up model development and improves efficiency of computer resource usage from several standpoints. The user does not have to spend time writing and debugging programs. All models start with a common base and framework. The user only has to be concerned with the parameter list for each model. Multiple versions of programs with much duplicated source code do not have to be developed and maintained for each forecasting model. By simply changing a couple parameters the user has an entirely new forecasting model. All output results are easily standardized. By only changing the forecast model parameters output from every model will be in identical format. The user can maintain separate input-output parameter lists and combine them with separate forecast model parameter lists to generate the same set of output reports or files for each model. To include a new time period in the model and output the user simply changes a parameter. Within the forecasting system these parameters are converted to macros. These macros in turn set the values of several variables and generate the source code of the different forecasting models. Because of several situations where the SAS system does not allow the use of variable names macros are the only way of creating a parameter-driven system like this one. PHILOSOPHY OF MODEL EVALUATION A second philosophy incorporated into the system is an emphasis on forecast performance rather than statistical measures of model fit. A practical evaluation of a forecast model must be based on how well it can forecast. To evaluate a model's forecasting ability the model must end at a time period before the present and its forecast must be compared to actual data available up to the present. By using this method the user can evaluate the model on the basis of actual performance rather than statistical measures of theoretical performance. The problem with many statistical measures is they only describe how well the formulated model fits the actual data which may give no indication of how well the model can forecast. Moreover confidence intervals extending beyond the end of the model are not valid measures because the time series data often are not stationary. The error is biased because it is minimized by fitting the model to the actual data used in generating it. Whereas a forecast does not have the advantage of using the unknown future data in minimimizing the error which is therefore likely to be much greater. 58

2 A related serious problem is that significant bias and lack of fit in the model may not be revealed by the standard output statistics. These statistics may show a good overall fit of the model to the data even though the fit is poor during the critical stretch of the last few time periods in the model and its forecasts of future periods. Nevertheless my system has not abandoned the statistics on model fit. The user can select these statistics for output over the time range of interest. My system also enhances evaluation of forecast model performance in another way. By running the same model multiple times with ending periods covering a considerable time range the user can view forecast performance under dynamic conditions. With each run the model coefficients are re-determined and the errors aggregated. This offers a distinct improvement over a single model run which only shows static performance with fixed parameters at a single point in time. By averaging several runs together the system shows the overall average performance of the model. The user can then better judge the range of forecasting errors to be expected with the model at hand and how well it compares to other models. Since the output from all the models is in terms of the difference between the model estimates or forecasts and the actual data for each period users can develop their own routines to calculate the mean square error and other familiar statistical measures. MEASURING ERRORS There are two general measures important in selecting a model or judging whether it is adequate. Most important is bias or lack of fit in the model especially in recent periods and in the forecast. The for~asting system measures this as average error. The average error even in a highly volatile time series may be small because the positive and negative errors offset each other. However if the model has a tendency to either over- or underestimate the actual data the average error will be large and little confidence can be placed in forecasts of an unknown future. On the other hand if the errors tend to offset each other with the average accumulated error approaching some minimal percent the user would have some confidence that forecasts over an extended number 6f future time periods would exhibit comparable overall accuracy. The average error of the forecast should be the basis for including or excluding models from consideration for selection. The user can focus on the time periods or time ranges of interest by appropriate parameter selection. A second important measure is absolute error which indicates the degree of volatility in the data series. This error is caused by fluctuations in the data which the model as formulated cannot explain or forecast. Adding other variables or changing the model may reduce some of the absolute error but the remainder is caused by random fluctuations or other factors that cannot be predicted. The error reaches its maximum percentage in short time intervals such as a month and converges to some minimum level in longer time intervals depending on the nature of the data's volatility. Unlike av'erage errors absolute errors do not offset each other over time. Absolute errors indicate the amount of error to be expected in model forecasts of individual time periods. They are especially important if accurate short-term forecasts are needed. The input data along with the model results and errors are accumulated in terms of months quarters half-years and years. Users can incorporate any of the data and results into their own routines for special analyses. The absolute and average errors could even be derived for exponential smoothing and other procedures lacking statistical error measures. These errors form a valid basis for comparing the forecast performance of exponential smoothing to that of regression and other statistical techniques. Another part of the system designed to aid the user is the relative and absolute time p~riod output. Relative time periods are labeled according to there relation to the last period or ending in the model which is labeled "On. One month and one quarter and one year ago are labeled "-1" two months ago "-2" and so on. One month and one year ahead are labeled "+1" two months ahead n+21t and so on. The output statistics show a model's performance in predicting the first month ahead the first year ahead the second month ahead or any other time period relative to the ending of the model. Absolute time periods are in terms of specific s - e.g January 1984 or the 2nd Quarter of The output statistics show a model's performance in predicting any specific time period in the past or future. If the period occurs before the ending of the model the errors represent a measure of the model's fit. If it occurs after the ending and actual data is available for comparison the errors reflect a measure of forecasting accuracy. If the period occurs after the available data only the forecast is output since errors cannot be calculated. The diagram on the next page shows these above relationships. This diagram assumes data is available through August Three iterations of the model are run with ending s of February March and April Increasing the number of iterations increases the number of observations for calculating model fit and forecast errors increasing confidence in the results. In the diagram there are three observations for calculating relative time period model fit errors in monthly periods 0 to -no There are also three observations for calculating relative time period forecast errors in monthly periods +1 to +4 and quarterly period +1 (consisting of monthly periods +1 through +3). There is only one observation for calculating forecast errors in monthly period +6 and quarterly period +2 (consisting of monthly periods +4 through +6). Forecast errors for monthly periods after +6 59

3 (Feb.8S) MODEL FIT ERRORS end ERRORS model - 3rd iteration I -n relative time periods NO ERRORS CALCULATED +S model - 2nd iteration -n S n I 0 end (Apr.8S) model - 1st iteration ACTUAL DATA past history DIAGRAM: Relationships between errors S current (Aug.8S) data not available future available data and time periods cannot be calculated since actual data is not available for comparison. In the diagram absolute time period model fit errors can be calculated for s of April 1985 and earlier. Absolute time period forecast errors can be calculated for s from May to August No errors can be calculated for s after August TIlE SYSTEM The forecasting system consists of several programs and options which can be selected through input parameters. A control program processes these parameters to determine which procedures processing routines and input-output routines will be run. Parameter lists can be placed in SAS data steps and stored under SAS program names. The user can input one or more of these parameter lists simply by including their SAS names when running the forecast system. The parameter list is then displayed through the SAS/FSP@ full-screen procedure and the user can add or change any parameters before they are processed. Among the many parameters the user can select to control processing input and output are the following: a) The dependent Y-variable-or-equation obtained or computed from the input data set. b) A transform variable-or-equation (e.g. units/hour) for converting the final output (e.g. to hours). c) A forecast series of one main independent Variable. (Actual values will be used in the model up to its ending with these forecast values used thereafter.) d) Up to 7 independent X-variables any of which can be time lags of the depenedent variable. e) A seasonal factor - the dependent variable is deseasonalized before being input into the forecasting procedure and re-seasonalized before being output. f) The time range for the ending of each iteration of the model. g) The number of past time periods before the model's ending over which model fit statistics will be gathered and summarized. (This has no effect on the model or its forecast.) h) The number of periods after the ending over which forecast results will be gathered and summarized. (Again there is no effect on model or forecast.) i) The number of past and forecast months quarters and years for which you want statistics printed. j) The SAS forecasting procedure used along with its parameters and options. (Routines for regression autoreggression and Box-Jenkins have been developed.) k) Whether output should be in terms of absolute or relative time periods. 60

4 1) OlITPUT Whether the results are to be output to a disk file for later processing or only printed. Results of the processing module can be captured at various steps and used in a customized output module to meet specific needs. Initial output from this module consists of one record for each observation or synonymously for each time period. Each record contains: (1) the time period (either relative to the end of the model or the actual ) (2) the model estimate or forecast for that period (3) the actual observed value for comparison and (4) the residual error from their difference. Other information contained in each record consists of the values of the independent variables (including time lags of the dependent variable) the seasonal factor and parameter estimates where they are available from the forecasting procedure. Results can also be captured at a later step after further processing and aggregation. At this point the data_ is summarized in monthly quarterly and annual time period groupings. For each time period grouping a record is generated containing: (1) the time period label (2) the model estimates and forecasts (3) the actual values (4) the residual error in value and percent and (5) the maximum and minimum observed errors among the detailed observations composing the grouping. The output sample listings on the next page show these aggregated results for two different time series models. For the relative time period model the past and future periods are the time period groupings relative to the last period used in each model iteration represented by "On. Twelve model iterations were run one ending each month from June 1983 through May Only four yearly observations with forecast errors could be calculated because data was only available through August Overall for all the models combined there were 432 past monthly observations and 108 future observations for calculating errors based on the time parameters selected. For the absolute time period model a single iteration was run with an ending of June In this case the observations reflect the number of months in the time period grouping rather than the number of iterations for the groupings used in calculating errors. This is because the model ends in the middle of the year and a year ahead forecast for example consists of six months to the end of 1983 plus the first six months of CONCLUSION In my own personal experience use of this forecasting system has brought major improvements to forecasting analyses. I now can concentrate solely on the forecasting itself without expending efforts on programming and other computer tasks. Before developing the system I was inund by all the programs and models that had to be maintained and modified in testing forecasts for a set of time series. I had stacks of computer listings and my programs cluttered computer disk storage. I had difficulty organizing all of the programs and listings and validating new and modified forecasting models. From each listing I would manually gather some of the important statistics in a chart. Using this system I eliminated most of these inefficiencies. All of the forecasting analyses are performed with a small set of programs which have been thoroughly tested and debugged. The parameter lists for new forecasting models are easy to develop and maintain. The reports are standardized with output limited to only what is important for model evaluation. In testing several forecast models and data series I have found the standard theoretical statistics output by the procedures to be insufficient for a proper evaluation of forecast performance. Models theoretically superior according to their output statistics may not forecast as well as other models. These theoretical statistics covering the overall time frame may not reveal serious problems of bias and nonstationarity in the models in recent and future time periods. The errors and confidence intervals often significantly underestimate forecasting errors. I have found the forecast errors and other statistics output by my system to be more practical and meaningful than the theoretical statistics. These forecast errors have allowed the testing of forecast performance of such unsophisticated techniques as exponential smoothing and trend fitting. Tracking model fit and forecasts during the latest time ranges reveals underlying changes in trends and cycles in the data after only a few periods prompting the user to adjust future forecasts or alter the forecast model. I no longer spend an excessive amount of time interpreting the theoretical statistics and comparing them between models. The forecast errors from the system are output in terms of time periods and time frames relevant to the forecasting needs allowing quick judgment of whether a model is poor adequate or superior in forecasting a data series. Bryan Sellers Ross Laboratories Dept Cleveland Ave. Columbus Ohio phone: (614)

5 OUTPUT SAMPLE LISTINGS RELATIVE TIME PERIOD MODEL ARIMA UNITS = PRDTS + autoregrssive ) MAY 1984 PAST OBSER- ACTUAL ESTIMATED RELATIVE ABSOLUTE MINIMUM MAXIMUM PERIODS VATIONS VALUES VALUES ERROR ERROR ERROR ERROR Overall % 20% month % 14% o month % 12% quarter Oll 1% 6% o quarter % 4% o year l % 1% PERIODS VALUES Overall ll% 26% month % 15% month % 25% month % 24% quarter % 8% quarter % 12% quarter % 15% quarter % 25% year % 7% ~ r ABSOLUTE TIME PERIOD MODEL ARIMA UNITS = autoregrssive ( ) SEASONAL JUNE 1983 PAST OBSER- ACTUAL ESTIMATED RELATIVE ABSOLUTE MINIMUM MAXIMUM PERIODS VATIONS VALUES VALUES ERROR ERROR ERROR ERROR May 83 I % 2% June 83 I % 94% Qtr-I % 28% Qtr % 33% Yr % 11% Yr % 29% PERIODS VALUES July 1983 I % 94% August 1983 I % 3% Sept I % 41% Qtr % 32% Qtr over 100% l Qtr-I % 31% f Qtr % 56% t Yr % 77% " Yr % 44% I t " E i * l SAS SAS/ETS and SAS/FSP are registered trademarks of SAS Institute Inc. Cary Net USA. 62

Forecasting. Copyright 2015 Pearson Education, Inc.

Forecasting. Copyright 2015 Pearson Education, Inc. 5 Forecasting To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power Point slides created by Jeff Heyl Copyright 2015 Pearson Education, Inc. LEARNING

More information

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative?

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative? 1. Does a moving average forecast become more or less responsive to changes in a data series when more data points are included in the average? 2. Does an exponential smoothing forecast become more or

More information

On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data

On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data The 34 th International Symposium on Forecasting Rotterdam, The Netherlands, June 29 to July 2, 2014 On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data Michel Ferland, Susie

More information

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE Mozammel H. Khan Kuwait Institute for Scientific Research Introduction The objective of this work was to investigate

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Technical note on seasonal adjustment for M0

Technical note on seasonal adjustment for M0 Technical note on seasonal adjustment for M0 July 1, 2013 Contents 1 M0 2 2 Steps in the seasonal adjustment procedure 3 2.1 Pre-adjustment analysis............................... 3 2.2 Seasonal adjustment.................................

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Charting Employment Loss in North Carolina Textiles 1

Charting Employment Loss in North Carolina Textiles 1 P. Conway 14 January 2004 Charting Employment Loss in North Carolina Textiles 1 The job losses in North Carolina manufacturing, and the textiles industry in particular, are most often attributed to the

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 1. The definitions follow: (a) Time series: Time series data, also known as a data series, consists of observations on a

More information

Public Library Use and Economic Hard Times: Analysis of Recent Data

Public Library Use and Economic Hard Times: Analysis of Recent Data Public Library Use and Economic Hard Times: Analysis of Recent Data A Report Prepared for The American Library Association by The Library Research Center University of Illinois at Urbana Champaign April

More information

Using the Budget Features in Quicken 2008

Using the Budget Features in Quicken 2008 Using the Budget Features in Quicken 2008 Quicken budgets can be used to summarize expected income and expenses for planning purposes. The budget can later be used in comparisons to actual income and expenses

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

A Multistage Modeling Strategy for Demand Forecasting

A Multistage Modeling Strategy for Demand Forecasting Paper SAS5260-2016 A Multistage Modeling Strategy for Demand Forecasting Pu Wang, Alex Chien, and Yue Li, SAS Institute Inc. ABSTRACT Although rapid development of information technologies in the past

More information

Suan Sunandha Rajabhat University

Suan Sunandha Rajabhat University Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Kunya Bowornchockchai Suan Sunandha Rajabhat University INTRODUCTION The objective of this research is to forecast

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Log transformation

More information

Some Personal Perspectives on Demand Forecasting Past, Present, Future

Some Personal Perspectives on Demand Forecasting Past, Present, Future Some Personal Perspectives on Demand Forecasting Past, Present, Future Hans Levenbach, PhD Delphus, Inc. INFORMS Luncheon Penn Club, NYC Presentation Overview Introduction Demand Analysis and Forecasting

More information

FORECASTING COARSE RICE PRICES IN BANGLADESH

FORECASTING COARSE RICE PRICES IN BANGLADESH Progress. Agric. 22(1 & 2): 193 201, 2011 ISSN 1017-8139 FORECASTING COARSE RICE PRICES IN BANGLADESH M. F. Hassan*, M. A. Islam 1, M. F. Imam 2 and S. M. Sayem 3 Department of Agricultural Statistics,

More information

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Forecasting Chapter 15 15-1 Chapter Topics Forecasting Components Time Series Methods Forecast Accuracy Time Series Forecasting Using Excel Time Series Forecasting Using QM for Windows Regression Methods

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 05 Sales Forecasting - II A very warm welcome

More information

Technical note on seasonal adjustment for Capital goods imports

Technical note on seasonal adjustment for Capital goods imports Technical note on seasonal adjustment for Capital goods imports July 1, 2013 Contents 1 Capital goods imports 2 1.1 Additive versus multiplicative seasonality..................... 2 2 Steps in the seasonal

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

SAS/ETS 14.1 User s Guide. The ARIMA Procedure

SAS/ETS 14.1 User s Guide. The ARIMA Procedure SAS/ETS 14.1 User s Guide The ARIMA Procedure This document is an individual chapter from SAS/ETS 14.1 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

A Plot of the Tracking Signals Calculated in Exhibit 3.9

A Plot of the Tracking Signals Calculated in Exhibit 3.9 CHAPTER 3 FORECASTING 1 Measurement of Error We can get a better feel for what the MAD and tracking signal mean by plotting the points on a graph. Though this is not completely legitimate from a sample-size

More information

Time Series Analysis

Time Series Analysis Time Series Analysis A time series is a sequence of observations made: 1) over a continuous time interval, 2) of successive measurements across that interval, 3) using equal spacing between consecutive

More information

Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services

Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services John J. Hisnanick* U.S. Department of Health and Human Services Introduction In the course of any normal day, we

More information

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018 Demand Forecasting for Microsoft Dynamics 365 for Operations User Guide Release 7.1 April 2018 2018 Farsight Solutions Limited All Rights Reserved. Portions copyright Business Forecast Systems, Inc. This

More information

Product and Inventory Management (35E00300) Forecasting Models Trend analysis

Product and Inventory Management (35E00300) Forecasting Models Trend analysis Product and Inventory Management (35E00300) Forecasting Models Trend analysis Exponential Smoothing Data Storage Shed Sales Period Actual Value(Y t ) Ŷ t-1 α Y t-1 Ŷ t-1 Ŷ t January 10 = 10 0.1 February

More information

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR EVALUATION OF ALGORITHM PERFORMANCE /3 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR. Background The annual gas year algorithm performance evaluation normally considers three sources of information

More information

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index Applied Mathematical Sciences, Vol. 8, 2014, no. 32, 1557-1568 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4150 Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial

More information

Sales Analysis User Manual

Sales Analysis User Manual Sales Analysis User Manual Confidential Information This document contains proprietary and valuable, confidential trade secret information of APPX Software, Inc., Richmond, Virginia Notice of Authorship

More information

Normalization of Peak Demand for an Electric Utility using PROC MODEL

Normalization of Peak Demand for an Electric Utility using PROC MODEL Normalization of Peak Demand for an Electric Utility using PROC MODEL Mark Harris, Jeff Brown, and Mark Gilbert* Central and South West Services, Inc. Tulsa, Oklahoma Abstract This paper discusses the

More information

STAT 115: Introductory Methods for Time Series Analysis and Forecasting. Concepts and Techniques

STAT 115: Introductory Methods for Time Series Analysis and Forecasting. Concepts and Techniques STAT 115: Introductory Methods for Time Series Analysis and Forecasting Concepts and Techniques School of Statistics University of the Philippines Diliman 1 FORECASTING Forecasting is an activity that

More information

The Spectrum of Broadway: A SAS

The Spectrum of Broadway: A SAS The Spectrum of Broadway: A SAS PROC SPECTRA Inquiry James D. Ryan and Joseph Earley Emporia State University and Loyola Marymount University Abstract This paper describes how to use the sophisticated

More information

INTRODUCTION TO FORECASTING (PART 2) AMAT 167

INTRODUCTION TO FORECASTING (PART 2) AMAT 167 INTRODUCTION TO FORECASTING (PART 2) AMAT 167 Techniques for Trend EXAMPLE OF TRENDS In our discussion, we will focus on linear trend but here are examples of nonlinear trends: EXAMPLE OF TRENDS If you

More information

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON Time-Series Analysis Dr. Seetha Bandara Dept. of Economics MA_ECON Time Series Patterns A time series is a sequence of observations on a variable measured at successive points in time or over successive

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

Forecasting. Operations Analysis and Improvement Spring

Forecasting. Operations Analysis and Improvement Spring Forecasting Operations Analysis and Improvement 2015 Spring Dr. Tai-Yue Wang Industrial and Information Management Department National Cheng Kung University 1-2 Outline Introduction to Forecasting Subjective

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

More information

Chapter 5: Forecasting

Chapter 5: Forecasting 1 Textbook: pp. 165-202 Chapter 5: Forecasting Every day, managers make decisions without knowing what will happen in the future 2 Learning Objectives After completing this chapter, students will be able

More information

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Process of predicting a future event Underlying basis of all business decisions Production Inventory Personnel Facilities

More information

Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book; you are not tested on them.

Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book; you are not tested on them. TS Module 1 Time series overview (The attached PDF file has better formatting.)! Model building! Time series plots Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book;

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 ***

NEW HOLLAND IH AUSTRALIA. Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** NEW HOLLAND IH AUSTRALIA Machinery Market Information and Forecasting Portal *** Dealer User Guide Released August 2013 *** www.cnhportal.agriview.com.au Contents INTRODUCTION... 5 REQUIREMENTS... 6 NAVIGATION...

More information

Integrated Electricity Demand and Price Forecasting

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

More information

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES THE ROYAL STATISTICAL SOCIETY 9 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES The Society provides these solutions to assist candidates preparing

More information

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION 4.1 Overview This chapter contains the description about the data that is used in this research. In this research time series data is used. A time

More information

ONE-YEAR EXPERIMENT IN NUMERICAL PREDICTION OF MONTHLY MEAN TEMPERATURE IN THE ATMOSPHERE-OCEAN-CONTINENT SYSTEM

ONE-YEAR EXPERIMENT IN NUMERICAL PREDICTION OF MONTHLY MEAN TEMPERATURE IN THE ATMOSPHERE-OCEAN-CONTINENT SYSTEM 71 4 MONTHLY WEATHER REVIEW Vol. 96, No. 10 ONE-YEAR EXPERIMENT IN NUMERICAL PREDICTION OF MONTHLY MEAN TEMPERATURE IN THE ATMOSPHERE-OCEAN-CONTINENT SYSTEM JULIAN ADEM and WARREN J. JACOB Extended Forecast

More information

3 Time Series Regression

3 Time Series Regression 3 Time Series Regression 3.1 Modelling Trend Using Regression Random Walk 2 0 2 4 6 8 Random Walk 0 2 4 6 8 0 10 20 30 40 50 60 (a) Time 0 10 20 30 40 50 60 (b) Time Random Walk 8 6 4 2 0 Random Walk 0

More information

YACT (Yet Another Climate Tool)? The SPI Explorer

YACT (Yet Another Climate Tool)? The SPI Explorer YACT (Yet Another Climate Tool)? The SPI Explorer Mike Crimmins Assoc. Professor/Extension Specialist Dept. of Soil, Water, & Environmental Science The University of Arizona Yes, another climate tool for

More information

The ARIMA Procedure: The ARIMA Procedure

The ARIMA Procedure: The ARIMA Procedure Page 1 of 120 Overview: ARIMA Procedure Getting Started: ARIMA Procedure The Three Stages of ARIMA Modeling Identification Stage Estimation and Diagnostic Checking Stage Forecasting Stage Using ARIMA Procedure

More information

Time series and Forecasting

Time series and Forecasting Chapter 2 Time series and Forecasting 2.1 Introduction Data are frequently recorded at regular time intervals, for instance, daily stock market indices, the monthly rate of inflation or annual profit figures.

More information

Forecasting: The First Step in Demand Planning

Forecasting: The First Step in Demand Planning Forecasting: The First Step in Demand Planning Jayant Rajgopal, Ph.D., P.E. University of Pittsburgh Pittsburgh, PA 15261 In a supply chain context, forecasting is the estimation of future demand General

More information

Determine the trend for time series data

Determine the trend for time series data Extra Online Questions Determine the trend for time series data Covers AS 90641 (Statistics and Modelling 3.1) Scholarship Statistics and Modelling Chapter 1 Essent ial exam notes Time series 1. The value

More information

CHAPTER 4 CRITICAL GROWTH SEASONS AND THE CRITICAL INFLOW PERIOD. The numbers of trawl and by bag seine samples collected by year over the study

CHAPTER 4 CRITICAL GROWTH SEASONS AND THE CRITICAL INFLOW PERIOD. The numbers of trawl and by bag seine samples collected by year over the study CHAPTER 4 CRITICAL GROWTH SEASONS AND THE CRITICAL INFLOW PERIOD The numbers of trawl and by bag seine samples collected by year over the study period are shown in table 4. Over the 18-year study period,

More information

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA Mohammad Ilbeigi, Baabak Ashuri, Ph.D., and Yang Hui Economics of the Sustainable Built Environment (ESBE) Lab, School of Building Construction

More information

Forecasting Practice: Decision Support System to Assist Judgmental Forecasting

Forecasting Practice: Decision Support System to Assist Judgmental Forecasting Forecasting Practice: Decision Support System to Assist Judgmental Forecasting Gauresh Rajadhyaksha Dept. of Electrical and Computer Engg. University of Texas at Austin Austin, TX 78712 Email: gaureshr@mail.utexas.edu

More information

Assessing recent external forecasts

Assessing recent external forecasts Assessing recent external forecasts Felipe Labbé and Hamish Pepper This article compares the performance between external forecasts and Reserve Bank of New Zealand published projections for real GDP growth,

More information

14. Time- Series data visualization. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai

14. Time- Series data visualization. Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai 14. Time- Series data visualization Prof. Tulasi Prasad Sariki SCSE, VIT, Chennai www.learnersdesk.weebly.com Overview What is forecasting Time series & its components Smooth a data series Moving average

More information

Chapter 8 - Forecasting

Chapter 8 - Forecasting Chapter 8 - Forecasting Operations Management by R. Dan Reid & Nada R. Sanders 4th Edition Wiley 2010 Wiley 2010 1 Learning Objectives Identify Principles of Forecasting Explain the steps in the forecasting

More information

LOADS, CUSTOMERS AND REVENUE

LOADS, CUSTOMERS AND REVENUE EB-00-0 Exhibit K Tab Schedule Page of 0 0 LOADS, CUSTOMERS AND REVENUE The purpose of this evidence is to present the Company s load, customer and distribution revenue forecast for the test year. The

More information

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process

Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Tracking Accuracy: An Essential Step to Improve Your Forecasting Process Presented by Eric Stellwagen President & Co-founder Business Forecast Systems, Inc. estellwagen@forecastpro.com Business Forecast

More information

Seasonal Adjustment using X-13ARIMA-SEATS

Seasonal Adjustment using X-13ARIMA-SEATS Seasonal Adjustment using X-13ARIMA-SEATS Revised: 10/9/2017 Summary... 1 Data Input... 3 Limitations... 4 Analysis Options... 5 Tables and Graphs... 6 Analysis Summary... 7 Data Table... 9 Trend-Cycle

More information

Approximating fixed-horizon forecasts using fixed-event forecasts

Approximating fixed-horizon forecasts using fixed-event forecasts Approximating fixed-horizon forecasts using fixed-event forecasts Comments by Simon Price Essex Business School June 2016 Redundant disclaimer The views in this presentation are solely those of the presenter

More information

5 Autoregressive-Moving-Average Modeling

5 Autoregressive-Moving-Average Modeling 5 Autoregressive-Moving-Average Modeling 5. Purpose. Autoregressive-moving-average (ARMA models are mathematical models of the persistence, or autocorrelation, in a time series. ARMA models are widely

More information

Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio

Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio Paper 2240 Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio Prudhvidhar R Perati, Leigh McCormack, BlueCross BlueShield of Tennessee, Inc., an Independent Company of BlueCross

More information

Four Basic Steps for Creating an Effective Demand Forecasting Process

Four Basic Steps for Creating an Effective Demand Forecasting Process Four Basic Steps for Creating an Effective Demand Forecasting Process Presented by Eric Stellwagen President & Cofounder Business Forecast Systems, Inc. estellwagen@forecastpro.com Business Forecast Systems,

More information

peak half-hourly South Australia

peak half-hourly South Australia Forecasting long-term peak half-hourly electricity demand for South Australia Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report

More information

Great Lakes Update. Volume 191: 2014 January through June Summary. Vol. 191 Great Lakes Update August 2014

Great Lakes Update. Volume 191: 2014 January through June Summary. Vol. 191 Great Lakes Update August 2014 Great Lakes Update Volume 191: 2014 January through June Summary The U.S. Army Corps of Engineers (USACE) monitors the water levels of each of the Great Lakes. This report provides a summary of the Great

More information

Great Lakes Update. Volume 188: 2012 Annual Summary

Great Lakes Update. Volume 188: 2012 Annual Summary Great Lakes Update Volume 188: 2012 Annual Summary Background The U.S. Army Corps of Engineers (USACE) tracks the water levels of each of the Great Lakes. This report highlights hydrologic conditions of

More information

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES Mihaela - Lavinia CIOBANICA, Camelia BOARCAS Spiru Haret University, Unirii Street, Constanta, Romania mihaelavinia@yahoo.com, lady.camelia.yahoo.com

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. 13 Forecasting PowerPoint Slides by Jeff Heyl For Operations Management, 9e by Krajewski/Ritzman/Malhotra 2010 Pearson Education 13 1 Forecasting Forecasts are critical inputs to business plans, annual

More information

SOUTH COAST COASTAL RECREATION METHODS

SOUTH COAST COASTAL RECREATION METHODS SOUTH COAST COASTAL RECREATION METHODS A customized, web-based survey instrument, which utilizes Point 97 s Viewpoint survey and mapping technology, was used to collect spatially explicit data on coastal

More information

arxiv: v1 [stat.me] 5 Nov 2008

arxiv: v1 [stat.me] 5 Nov 2008 arxiv:0811.0659v1 [stat.me] 5 Nov 2008 Estimation of missing data by using the filtering process in a time series modeling Ahmad Mahir R. and Al-khazaleh A. M. H. School of Mathematical Sciences Faculty

More information

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting "serial correlation"

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting serial correlation Time Series Analysis 2) assessment of/accounting for seasonality This (not surprisingly) concerns the analysis of data collected over time... weekly values, monthly values, quarterly values, yearly values,

More information

Cyclical Effect, and Measuring Irregular Effect

Cyclical Effect, and Measuring Irregular Effect Paper:15, Quantitative Techniques for Management Decisions Module- 37 Forecasting & Time series Analysis: Measuring- Seasonal Effect, Cyclical Effect, and Measuring Irregular Effect Principal Investigator

More information

Modified Holt s Linear Trend Method

Modified Holt s Linear Trend Method Modified Holt s Linear Trend Method Guckan Yapar, Sedat Capar, Hanife Taylan Selamlar and Idil Yavuz Abstract Exponential smoothing models are simple, accurate and robust forecasting models and because

More information

From Sales to Peak, Getting It Right Long-Term Demand Forecasting

From Sales to Peak, Getting It Right Long-Term Demand Forecasting From Sales to Peak, Getting It Right Long-Term Demand Forecasting 12 th Annual Energy Forecasters Meeting Las Vegas, NV April 2 April 3, 2014 Terry Baxter, NV Energy Manager, Forecasting Getting the Peak

More information

NatGasWeather.com Daily Report

NatGasWeather.com Daily Report NatGasWeather.com Daily Report Issue Time: 5:15 pm EST Sunday, February 28 th, 2016 for Monday, Feb 29 th 7-Day Weather Summary (February 28 th March 5 th ): High pressure will dominate much of the US

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia International Journal of Applied Science and Technology Vol. 5, No. 5; October 2015 Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia Olayan

More information

TIGER: Tracking Indexes for the Global Economic Recovery By Eswar Prasad, Karim Foda, and Ethan Wu

TIGER: Tracking Indexes for the Global Economic Recovery By Eswar Prasad, Karim Foda, and Ethan Wu TIGER: Tracking Indexes for the Global Economic Recovery By Eswar Prasad, Karim Foda, and Ethan Wu Technical Appendix Methodology In our analysis, we employ a statistical procedure called Principal Component

More information

Defining Normal Weather for Energy and Peak Normalization

Defining Normal Weather for Energy and Peak Normalization Itron White Paper Energy Forecasting Defining Normal Weather for Energy and Peak Normalization J. Stuart McMenamin, Ph.D Managing Director, Itron Forecasting 2008, Itron Inc. All rights reserved. 1 Introduction

More information

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

Available online Journal of Scientific and Engineering Research, 2015, 2(2): Research Article

Available online   Journal of Scientific and Engineering Research, 2015, 2(2): Research Article Available online www.jsaer.com,, ():- Research Article ISSN: - CODEN(USA): JSERBR Measuring the Forecasting Accuracy for Masters Energy Oil and Gas Products Ezeliora Chukwuemeka D, Umeh Maryrose N, Mbabuike

More information

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM Bratislav Lazić a, Nebojša Bojović b, Gordana Radivojević b*, Gorana Šormaz a a University of Belgrade, Mihajlo Pupin Institute, Serbia

More information

Chapter 7 Forecasting Demand

Chapter 7 Forecasting Demand Chapter 7 Forecasting Demand Aims of the Chapter After reading this chapter you should be able to do the following: discuss the role of forecasting in inventory management; review different approaches

More information

Automatic Forecasting

Automatic Forecasting Automatic Forecasting Summary The Automatic Forecasting procedure is designed to forecast future values of time series data. A time series consists of a set of sequential numeric data taken at equally

More information

Prediction of Snow Water Equivalent in the Snake River Basin

Prediction of Snow Water Equivalent in the Snake River Basin Hobbs et al. Seasonal Forecasting 1 Jon Hobbs Steve Guimond Nate Snook Meteorology 455 Seasonal Forecasting Prediction of Snow Water Equivalent in the Snake River Basin Abstract Mountainous regions of

More information

The SAB Medium Term Sales Forecasting System : From Data to Planning Information. Kenneth Carden SAB : Beer Division Planning

The SAB Medium Term Sales Forecasting System : From Data to Planning Information. Kenneth Carden SAB : Beer Division Planning The SAB Medium Term Sales Forecasting System : From Data to Planning Information Kenneth Carden SAB : Beer Division Planning Planning in Beer Division F Operational planning = what, when, where & how F

More information

Automatic Singular Spectrum Analysis and Forecasting Michele Trovero, Michael Leonard, and Bruce Elsheimer SAS Institute Inc.

Automatic Singular Spectrum Analysis and Forecasting Michele Trovero, Michael Leonard, and Bruce Elsheimer SAS Institute Inc. ABSTRACT Automatic Singular Spectrum Analysis and Forecasting Michele Trovero, Michael Leonard, and Bruce Elsheimer SAS Institute Inc., Cary, NC, USA The singular spectrum analysis (SSA) method of time

More information

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; )

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; ) STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; 10-6-13) PART I OVERVIEW The following discussion expands upon exponential smoothing and seasonality as presented in Chapter 11, Forecasting, in

More information

Seasonal Models and Seasonal Adjustment

Seasonal Models and Seasonal Adjustment LECTURE 10 Seasonal Models and Seasonal Adjustment So far, we have relied upon the method of trigonometrical regression for building models which can be used for forecasting seasonal economic time series.

More information

The Prediction of Monthly Inflation Rate in Romania 1

The Prediction of Monthly Inflation Rate in Romania 1 Economic Insights Trends and Challenges Vol.III (LXVI) No. 2/2014 75-84 The Prediction of Monthly Inflation Rate in Romania 1 Mihaela Simionescu Institute for Economic Forecasting of the Romanian Academy,

More information

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL International Journal of Information Technology & Management Information System (IJITMIS) Volume 7, Issue 3, Sep-Dec-2016, pp. 01 07, Article ID: IJITMIS_07_03_001 Available online at http://www.iaeme.com/ijitmis/issues.asp?jtype=ijitmis&vtype=7&itype=3

More information

Reconnect 2017 Module: Time Series Applications in Energy-Related Issues Instructor Version

Reconnect 2017 Module: Time Series Applications in Energy-Related Issues Instructor Version Reconnect 2017 Module: Time Series Applications in Energy-Related Issues Instructor Version Eugene Fiorini Truman Koehler Professor of Mathematics Muhlenberg College, PA Kevin Shirley Associate Professor

More information

Introduction to Forecasting

Introduction to Forecasting Introduction to Forecasting Introduction to Forecasting Predicting the future Not an exact science but instead consists of a set of statistical tools and techniques that are supported by human judgment

More information