Forecasting. Operations Analysis and Improvement Spring

Size: px
Start display at page:

Download "Forecasting. Operations Analysis and Improvement Spring"

Transcription

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

2 1-2 Outline Introduction to Forecasting Subjective Forecasting Methods Objective Forecasting Methods Evaluating Forecasts Methods for Forecasting Stationary Series Trend-Based Methods Methods for Seasonal Series Box-Jenkins Models

3 Overview of Operations Planning Activities 1-3

4 1-4 Introduction to Forecasting What is forecasting? Primary Function is to Predict the Future Why are we interested? Affects the decisions we make today Examples: who uses forecasting in their jobs? forecast demand for products and services forecast availability of manpower forecast inventory and materiel needs daily

5 1-5 Introduction to Forecasting -- What Makes a Good Forecast It should be timely It should be as accurate as possible It should be reliable It should be in meaningful units It should be presented in writing The method should be easy to use and understand in most cases.

6 Introduction to Forecasting The Time Horizon 1-6

7 1-7 Introduction to Forecasting Characteristics of Forecasts They are usually wrong! A good forecast is more than a single number mean and standard deviation range (high and low) Aggregate forecasts are usually more accurate Accuracy erodes as we go further into the future. Forecasts should not be used to the exclusion of known information

8 1-8 Subjective Forecasting Methods Sales Force Composites Aggregation of sales personnel estimates Customer Surveys Jury of Executive Opinion The Delphi Method Individual opinions are compiled and reconsidered. Repeat until and overall group consensus is (hopefully) reached.

9 1-9 Objective Forecasting Methods Two primary methods: causal models and time series methods Causal Models Let Y be the quantity to be forecasted and (X 1, X 2,..., X n ) be n variables that have predictive power for Y. A causal model is Y = f (X 1, X 2,..., X n ). A typical relationship is a linear one. That is, Y = a 0 + a 1 X a n X n.

10 1-10 Time Series Methods A time series is just collection of past values of the variable being predicted. Also known as naïve methods. Goal is to isolate patterns in past data. (See Figures on following pages) Trend Seasonality Cycles Randomness

11 1-11

12 1-12 Time Series Methods -- Notation Conventions Let D 1, D 2,... D n,... be the past values of the series to be predicted (demand). If we are making a forecast in period t, assume we have observed D t, D t-1 etc. Let F t, t + t = forecast made in period t for the demand in period t + t where t = 1, 2, 3, F t -1, t is the forecast made in t-1 for t and F t, t+1 is the forecast made in t for t+1. (one step ahead) Use shorthand notation F t = F t - 1, t.

13 1-13 Evaluation of Forecasts The forecast error in period t, e t, is the difference between the forecast for demand in period t and the actual value of demand in t. For a multiple step ahead forecast: e t = F t - t, t - D t. For one step ahead forecast: e t = F t - D t.

14 1-14 Evaluation of Forecasts MAD = (1/n) S e i MSE = (1/n) S e i 2

15 1-15 Evaluation of Forecasts -- Biases in Forecasts A bias occurs when the average value of a forecast error tends to be positive or negative. Mathematically an unbiased forecast is one in which E (e i ) = 0. See Figure 2.3 on page 64 in text (next slide).

16 Forecast Errors Over Time Figure

17 1-17 Forecasting for Stationary Series A stationary time series has the form: D t = m + e t where m is a constant and e t is a random variable with mean 0 and var s 2. Two common methods for forecasting stationary series are moving averages and exponential smoothing.

18 1-18 Forecasting for Stationary Series -- Moving Averages In words: the arithmetic average of the n most recent observations. For a one-step-ahead forecast: F t = (1/N) (D t D t D t - n )

19 1-19 Forecasting for Stationary Series -- Moving Averages Example: Quarterly data:

20 1-20 Forecasting for Stationary Series -- Moving Averages --Summary Advantages of Moving Average Method Easily understood Easily computed Provides stable forecasts Disadvantages of Moving Average Method Requires saving all past N data points Lags behind a trend Ignores complex relationships in data

21 Forecasting for Stationary Series -- Moving Averages --Summary 1-21

22 1-22 Forecasting for Stationary Series -- Exponential Smoothing Method A type of weighted moving average that applies declining weights to past data. 1. New Forecast = a (most recent observation) + (1 - a) (last forecast) or 2. New Forecast = last forecast - a (last forecast error) where 0 < a < 1 and generally is small for stability of forecasts ( around.1 to.2)

23 1-23 Forecasting for Stationary Series -- Exponential Smoothing Method In symbols: F t+1 = a D t + (1 - a ) F t = a D t + (1 - a ) (a D t-1 + (1 - a ) F t-1 ) = a D t + (1 - a )(a )D t-1 + (1 - a) 2 (a )D t Hence the method applies a set of exponentially declining weights to past data. It is easy to show that the sum of the weights is exactly one. (Or F t + 1 = F t - a (F t - D t ) )

24 Forecasting for Stationary Series -- Exponential Smoothing Method --Weights in Exponential Smoothing 1-24

25 1-25 Forecasting for Stationary Series -- Exponential Smoothing Method Example Quarterly data What is F 3 if a=0.1?

26 Forecasting for Stationary Series -- Exponential Smoothing Method 1-26

27 1-27 Forecasting for Stationary Series -- Comparison of ES and MA Similarities. Both methods are appropriate for stationary series Both methods depend on a single parameter Both methods lag behind a trend One can achieve the same distribution of forecast error by setting a = 2/ ( N + 1).

28 1-28 Forecasting for Stationary Series -- Comparison of ES and MA Differences ES carries all past history. MA eliminates bad data after N periods MA requires all N past data points while ES only requires last forecast and last observation.

29 1-29 Trend-Based Methods Regression Analysis Regression Methods Can be Used When Trend is Present. Model: D t = a + bt.

30 1-30 Trend-Based Methods If t is scaled to 1, 2, 3,..., then the least squares estimates for a and b can be computed as follows: Set S xx = n 2 (n+1)(2n+1)/6 - [n(n+1)/2] 2 Set S xy = n S id i - [n(n + 1)/2] S D i Let b = S xy / S xx and a = D- b (n+1)/2 These values of a and b provide the best fit of the data in a least squares sense.

31 1-31 Trend-Based Methods -- Double exponential smoothing with Holt s method Double exponential smoothing, of which Holt s method is only one example, can also be used to forecast when there is a linear trend present in the data. The method requires separate smoothing constants for slope and intercept. S t = αd t + 1 α G t = β S t S t 1 S t 1 + G t 1 + (1 β) G t 1 where S t =the intercept, G t =slope, D t =demand, a,b = constants

32 1-32 Trend-Based Methods -- Double exponential smoothing with Holt s method So the t step ahead forecast made in period t, denoted by F t, t+t, F t, t+τ = S t + τg t

33 1-33 Trend-Based Methods -- Double exponential smoothing with Holt s method Example Quarterly data What is F 3, 3+1 if a=b=0.1, S 0 =200, and G 0 =10?

34 Methods For Seasonal Series --A Seasonal Demand Series

35 1-35 Methods For Seasonal Series Seasonal Factors for Stationary Series Seasonality corresponds to a pattern in the data that repeats at regular intervals. Multiplicative seasonal factors: c 1, c 2,..., c N where i = 1 is first period of season, i = 2 is second period of the season, etc.. S c i = N. c i = 1.25 implies 25% higher than the baseline on avg. c i = 0.75 implies 25% lower than the baseline on avg.

36 1-36 Methods For Seasonal Series Seasonal Factors for Stationary Series Procedure: 1. Compute the sample mean of all the data 2. Divide each observation by the sample mean factors for each period of observed data 3. Average the factors for like periods within each season average all\factors corresponding to the same period of a season 4. Forecast your time series

37 1-37 Methods For Seasonal Series Seasonal Factors for Stationary Series Example: Week 1 Week 2 Week 3 Week 4 Monday Tuesday Wednesday Thursday Friday

38 1-38 Methods For Seasonal Series Seasonal Factors for Stationary Series Solution: 1. Sample mean= Divide each observation by sample mean Week 1 Week 2 Week 3 Week 4 Monday Tuesday Wednesday Thursday Friday

39 1-39 Methods For Seasonal Series Seasonal Factors for Stationary Series Solution: 3. Average all factors for Mondays thru Friday Average Factors Monday 0.98 Tuesday 0.74 Wednesday 0.84 Thursday 1.04 Friday 1.40

40 1-40 Methods For Seasonal Series Seasonal Factors for Stationary Series Solution: 4. Forecast the numbers by multiplying mean and each of average factor. Average Factors Monday 16.1 Tuesday 12.1 Wednesday 13.8 Thursday 17.1 Friday 23.0

41 Methods For Seasonal Series Seasonal decomposition Using Moving Average 1-41 Steps of Seasonal decomposition Using Moving Average 1. Calculate the moving averages. 2. Center the moving average 3. Center the centered moving average on integervalued periods. 4. Determine the seasonal and irregular factors. 5. Determine the average seasonal factors.

42 Methods For Seasonal Series Seasonal decomposition Using Moving Average 1-42 Steps of Seasonal decomposition Using Moving Average 6. Scale the seasonal factors. 7. Determine the deseasonalized data. 8. Determine a trend line of the deseasonalized data. 9. Determine the deseasonalized predictions. 10. Take into account the seasonality.

43 Methods For Seasonal Series Seasonal decomposition Using Moving Average 1-43 Example: Demands for each periods Period Demand MA(4)

44 Methods For Seasonal Series Seasonal decomposition Using Moving Average 1-44 Example: Demands for each periods

45 Methods For Seasonal Series Seasonal decomposition Using Moving Average 1-45 Solution: 1. Moving average with k=3 Period Demand MA(4)

46 Methods For Seasonal Series Period Demand MA(4) Centered MA Seasonal decomposition Using Moving 1 10 Average 1-46 Solution: 2. Center the moving average

47 Methods For Seasonal Series Peri Dema MA(4) Centered od Seasonal decomposition Using Moving 1 10 Average nd MA Centered MA on Integer periods Center the centered moving average on integer-valued periods

48 Methods For Seasonal Series Seasonal decomposition Period Demand (B) MA(4) Using CenteredMoving MA Average 4. Determine the seasonal and irregular factors by dividing (B) by (C) Centered MA on Integer periods (C) 1-48 Seasonal and irregular factors (B/C)

49 Methods For Seasonal Series Seasonal decomposition Period Demand (B) MA(4) Using CenteredMoving MA Average 5. Determine the average seasonal factors. (not in this example) Centered MA on Integer periods (C) 1-49 Seasonal and irregular factors (B/C)

50 Methods For Seasonal Series Seasonal decomposition Perio Demand Using Moving d (B) Average 6. Scale the seasonal factors Centered MA on Integer periods (C) Seasonal and irregular factors (B/C) Scaled seasonal factors *(4/3.982) (D) * =

51 Methods For Seasonal Series Seasonal decomposition Using Moving Average Determine the deseasonalized data. Period Demand (B) Scaled seasonal factors *(4/3.982) (D) Deseasonal Data (B/D) /0.6027= /1.094= * = /1.4113= /0.892=

52 Methods For Seasonal Series Seasonal decomposition Using Moving Average Determine a trend line of the deseasonalized data. By regression, D t = t 9. Determine the deseasonalized predictions Period Deseasonalized predictions

53 Methods For Seasonal Series Seasonal decomposition Using Moving Average Take into account the seasonality Period Deseasonali zed predictions Seasonal Factors Forecast

54 1-54 Methods For Seasonal Series Winter s Method Moving average with or without trend can be used to predict seasonal data, however, one needs to recalculate all factors if new data comes in. Winter s method is a triple exponential smoothing. D t = μ + G t c t + ε t D t : demand at time t; μ: intercept; G t :Slope c t : seasonal factor; ε t : error term

55 Methods For Seasonal Series Winter s Method 1-55

56 1-56 Methods For Seasonal Series Winter s Method Assuming: Length of the season, N Seasonal factors are the same each season and c t = N Three exponential smoothing equation are used: The series The trend The seasonal factors

57 1-57 Methods For Seasonal Series Winter s Method 1. The series the current level of the deseasonalized series, S t D t S t = α + (1 α)(s c t 1 + G t 1 ) t N 2. The trend G t = β[s t S t 1 ] + (1 β)g t 1 3. The seasonal factor c t = γ( D t S t ) + (1 γ)c t N

58 1-58 Methods For Seasonal Series Winter s Method The forecast made in period t for any future period t+t is F t,t+τ = S t + τg t c t+τ N if t N Note, appropriate seasonal factor would be: c t+τ 2N c t+τ 3N if N< τ 2N if 2N< τ 3N

59 1-59 Methods For Seasonal Series Winter s Method Initialization procedure In order to get the method started, one needs to obtain initial estimates of the series Winters suggest minimum 2 seasons of data available Assuming exactly two season are considered and the time now, t=0, so the past demands are labeled: D -2N+1, D -2N+2,.., D 0

60 1-60 Methods For Seasonal Series Winter s Method Initialization procedure 1. Calculate the sample means for the two separate seasons of data V 1 = 1 N j= 2N+1 N D j V 2 = 1 N j= N+1 0 D j

61 1-61 Methods For Seasonal Series Winter s Method Initialization procedure 2. Define G 0 =(V 2 -V 1 )/N as the initial slope estimate If m>2 (m:# of seasons), compute V 1,,,,V m as step 1 shows and define G 0 =(V m -V 1 )/[(m-1)n] 3. Set S 0 =V 2 + G 0 [(N-1)/2]

62 1-62 Methods For Seasonal Series Winter s Method Initialization procedure 4. a. compute initial seasonal factor c t = D t V i [ N+1 2 j]g 0 for 2N + 1 t 0 where i=1 for the first season, i=2 for the second season j: the period of the season, j=1 for t=-2n+1and t=-n+1, j=2 for t=-2n+2 and t=-n+2 b. average the seasonal factors by c N+1 = c 2N+1+c N+1 2,, c 0 = c N+c 0 2 for exactly two seasons

63 1-63 Methods For Seasonal Series Winter s Method Initialization procedure 4. c. Normalize the seasonal factor c j = i=0 N+1 c i *Note: The above initialization method is only one of methods. Moving average, linear regression can be also used. c j

64 1-64 Methods For Seasonal Series Winter s Method --example Initial data set: 1. V 1 = 1 N j= 2N+1 N 0 D j =18.25 V 2 = 1 D N j = j= N+1 2. G 0 =(V 2 -V 1 )/N= S 0 =V 2 + G 0 [(N-1)/2]= Initialization c t = D t V i [ N+1 2 j]g 0 for 7 t 0

65 1-65 Methods For Seasonal Series Winter s Method --example Initial data set: 4. Initialization a. For c 7, c 6, c 5, c 4, i=1; For c 3, c 2, c 1, c 0, i=2 For c 7, c 5, c 3, c 1, j=1; c 7 = D 7 V 1 [ 5 = 10 = ](0.875) [1.5](0.875) For c 6, c 4, c 2, c 0, j=2; c 6 = D 6 V 1 [ 5 = 10 = ](0.875) [1.5](0.875) And so on

66 1-66 Methods For Seasonal Series Winter s Method --example Initial data set: 4. Initialization b. Average seasonal factors: Average c 7 and c 3 c 3 =0.588 Average c 6 and c 2 c 2 =1.010 c. Normalize seasonal factors c 3 =0.5900, c 2 =1.1100,

67 1-67 Methods For Seasonal Series Winter s Method --example Forecasting equations: F t,t+τ = S t + τg t c t+τ N if t N F 0,1 = S 0 + G 0 c 3 if t =0 andτ=1 F 0,2 = S 0 + G 0 c 2 if t =0 and τ=2 For t=0, F 0,1 =14.12, F 0,2 =27.54, F 0,3 = 35.44, F 0,3 =24.38

68 1-68 Methods For Seasonal Series Winter s Method --example For t=1, D 1 is available, and assume a=0.2, b=0.1, =0.1 D t S t = α + (1 α)(s c t 1 + G t 1 ) t N D 1 S 1 = S c 0 + G 0 1 N G t = β[s t S t 1 ] + (1 β)g t 1 G 1 = 0.1 S 1 S G 0 c t = γ( D t S t ) + (1 γ)c t N c 1 = 0.1( D 1 S 1 ) + (1 0.1)c 1 N So S 1 = 24.57, G 1 =0.9385, c 1 =0.5961

69 1-69 Methods For Seasonal Series Winter s Method --example For t=1, D 1 is available, and assume a=0.2, b=0.1, =0.1 Renorm: c 2, c 1, c 0, andc 1, Forecasting for t=1 F 1,2 = S 1 + G 1 c 2 if t =1 andτ=1 F 1,3 = S 1 + G 1 c 1 if t =1 and τ=2 And so on repeat for the rest of data..

70 1-70 Practical Considerations Overly sophisticated forecasting methods can be problematic, especially for long term forecasting. (Refer to Figure on the next slide.) Tracking signals may be useful for indicating forecast bias. TS= i=1 n MAD ei Box-Jenkins methods require substantial data history, use the correlation structure of the data, and can provide significantly improved forecasts under some circumstances.

71 The Difficulty with Long-Term Forecasts

15 yaş üstü istihdam ( )

15 yaş üstü istihdam ( ) Forecasting 1-2 Forecasting 23 000 15 yaş üstü istihdam (2005-2008) 22 000 21 000 20 000 19 000 18 000 17 000 - What can we say about this data? - Can you guess the employement level for July 2013? 1-3

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

Forecasting. Dr. Richard Jerz rjerz.com

Forecasting. Dr. Richard Jerz rjerz.com Forecasting Dr. Richard Jerz 1 1 Learning Objectives Describe why forecasts are used and list the elements of a good forecast. Outline the steps in the forecasting process. Describe at least three qualitative

More information

Lecture 4 Forecasting

Lecture 4 Forecasting King Saud University College of Computer & Information Sciences IS 466 Decision Support Systems Lecture 4 Forecasting Dr. Mourad YKHLEF The slides content is derived and adopted from many references Outline

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

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

Operations Management

Operations Management 3-1 Forecasting Operations Management William J. Stevenson 8 th edition 3-2 Forecasting CHAPTER 3 Forecasting McGraw-Hill/Irwin Operations Management, Eighth Edition, by William J. Stevenson Copyright

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

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

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Forecasting demand 02/06/03 page 1 of 34 Forecasting is very difficult. especially about the

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

Antti Salonen PPU Le 2: Forecasting 1

Antti Salonen PPU Le 2: Forecasting 1 - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Antti Salonen KPP Le 3: Forecasting KPP227

Antti Salonen KPP Le 3: Forecasting KPP227 - 2015 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

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

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

CP:

CP: Adeng Pustikaningsih, M.Si. Dosen Jurusan Pendidikan Akuntansi Fakultas Ekonomi Universitas Negeri Yogyakarta CP: 08 222 180 1695 Email : adengpustikaningsih@uny.ac.id Operations Management Forecasting

More information

Forecasting Chapter 3

Forecasting Chapter 3 Forecasting Chapter 3 Introduction Current factors and conditions Past experience in a similar situation 2 Accounting. New product/process cost estimates, profit projections, cash management. Finance.

More information

Forecasting models and methods

Forecasting models and methods Forecasting models and methods Giovanni Righini Università degli Studi di Milano Logistics Forecasting methods Forecasting methods are used to obtain information to support decision processes based on

More information

Chapter 13: Forecasting

Chapter 13: Forecasting Chapter 13: Forecasting Assistant Prof. Abed Schokry Operations and Productions Management First Semester 2013-2014 Chapter 13: Learning Outcomes You should be able to: List the elements of a good forecast

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

QMT 3001 BUSINESS FORECASTING. Exploring Data Patterns & An Introduction to Forecasting Techniques. Aysun KAPUCUGİL-İKİZ, PhD.

QMT 3001 BUSINESS FORECASTING. Exploring Data Patterns & An Introduction to Forecasting Techniques. Aysun KAPUCUGİL-İKİZ, PhD. 1 QMT 3001 BUSINESS FORECASTING Exploring Data Patterns & An Introduction to Forecasting Techniques Aysun KAPUCUGİL-İKİZ, PhD. Forecasting 2 1 3 4 2 5 6 3 Time Series Data Patterns Horizontal (stationary)

More information

Improved Holt Method for Irregular Time Series

Improved Holt Method for Irregular Time Series WDS'08 Proceedings of Contributed Papers, Part I, 62 67, 2008. ISBN 978-80-7378-065-4 MATFYZPRESS Improved Holt Method for Irregular Time Series T. Hanzák Charles University, Faculty of Mathematics and

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

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

Assistant Prof. Abed Schokry. Operations and Productions Management. First Semester

Assistant Prof. Abed Schokry. Operations and Productions Management. First Semester Chapter 3 Forecasting Assistant Prof. Abed Schokry Operations and Productions Management First Semester 2010 2011 Chapter 3: Learning Outcomes You should be able to: List the elements of a good forecast

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

Operations Management

Operations Management Operations Management Chapter 4 Forecasting PowerPoint presentation to accompany Heizer/Render Principles of Operations Management, 7e Operations Management, 9e 2008 Prentice Hall, Inc. 4 1 Outline Global

More information

References. 1. Russel et al., Operations Managemnt, 4 th edition. Management 3. Dr-Ing. Daniel Kitaw, Industrial Management and Engineering Economy

References. 1. Russel et al., Operations Managemnt, 4 th edition. Management 3. Dr-Ing. Daniel Kitaw, Industrial Management and Engineering Economy Forecasting References 1. Russel et al., Operations Managemnt, 4 th edition 2. Buffa et al., Production and Operations Management 3. Dr-Ing. Daniel Kitaw, Industrial Management and Engineering Economy

More information

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Moving Averages and Smoothing Methods ECON 504 Chapter 7 Fall 2013 Dr. Mohammad Zainal 2 This chapter will describe three simple approaches to forecasting

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

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Every day, health care managers must make decisions about service delivery

Every day, health care managers must make decisions about service delivery Y CHAPTER TWO FORECASTING Every day, health care managers must make decisions about service delivery without knowing what will happen in the future. Forecasts enable them to anticipate the future and plan

More information

Ch. 12: Workload Forecasting

Ch. 12: Workload Forecasting Ch. 12: Workload Forecasting Kenneth Mitchell School of Computing & Engineering, University of Missouri-Kansas City, Kansas City, MO 64110 Kenneth Mitchell, CS & EE dept., SCE, UMKC p. 1/2 Introduction

More information

An approach to make statistical forecasting of products with stationary/seasonal patterns

An approach to make statistical forecasting of products with stationary/seasonal patterns An approach to make statistical forecasting of products with stationary/seasonal patterns Carlos A. Castro-Zuluaga (ccastro@eafit.edu.co) Production Engineer Department, Universidad Eafit Medellin, Colombia

More information

Name (print, please) ID

Name (print, please) ID Name (print, please) ID Operations Management I 7- Winter 00 Odette School of Business University of Windsor Midterm Exam I Solution Wednesday, ebruary, 0:00 :0 pm Last Name A-S: Odette B0 Last Name T-Z:

More information

A B C 1 Robert's Drugs 2 3 Week (t ) Sales t. Forec t

A B C 1 Robert's Drugs 2 3 Week (t ) Sales t. Forec t Chapter 7 Forecasting Quantitative Approaches to Forecasting The Components of a Time Series Measures of Forecast Accuracy Using Smoothing Methods in Forecasting Using Seasonal Components in Forecasting

More information

How Accurate is My Forecast?

How Accurate is My Forecast? How Accurate is My Forecast? Tao Hong, PhD Utilities Business Unit, SAS 15 May 2012 PLEASE STAND BY Today s event will begin at 11:00am EDT The audio portion of the presentation will be heard through your

More information

Demand and Supply Integration:

Demand and Supply Integration: Demand and Supply Integration: The Key to World-Class Demand Forecasting Mark A. Moon FT Press Contents Preface xxi Chapter 1 Demand/Supply Integration 1 the Idea Behind DSI 2 How DSI Is Different from

More information

Multiplicative Winter s Smoothing Method

Multiplicative Winter s Smoothing Method Multiplicative Winter s Smoothing Method LECTURE 6 TIME SERIES FORECASTING METHOD rahmaanisa@apps.ipb.ac.id Review What is the difference between additive and multiplicative seasonal pattern in time series

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

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

CHAPTER 1: Decomposition Methods

CHAPTER 1: Decomposition Methods CHAPTER 1: Decomposition Methods Prof. Alan Wan 1 / 48 Table of contents 1. Data Types and Causal vs.time Series Models 2 / 48 Types of Data Time series data: a sequence of observations measured over time,

More information

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned Forecasting BUS 735: Business Decision Making and Research 1 1.1 Goals and Agenda Goals and Agenda Learning Objective Learn how to identify regularities in time series data Learn popular univariate time

More information

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 3 Forecasting Linear Models, Regression, Holt s, Seasonality

More information

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time TIMES SERIES INTRODUCTION A time series is a set of observations made sequentially through time A time series is said to be continuous when observations are taken continuously through time, or discrete

More information

Lecture 1: Introduction to Forecasting

Lecture 1: Introduction to Forecasting NATCOR: Forecasting & Predictive Analytics Lecture 1: Introduction to Forecasting Professor John Boylan Lancaster Centre for Forecasting Department of Management Science Leading research centre in applied

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

Economic Forecasting Lecture 9: Smoothing Methods

Economic Forecasting Lecture 9: Smoothing Methods Economic Forecasting Lecture 9: Smoothing Methods Richard G. Pierse 1 Introduction Smoothing methods are rather different from the model-based methods that we have been looking at up to now in this module.

More information

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE 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

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

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

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

Advances in promotional modelling and analytics

Advances in promotional modelling and analytics Advances in promotional modelling and analytics High School of Economics St. Petersburg 25 May 2016 Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. What is forecasting? 2. Forecasting,

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

STATS24x7.com 2010 ADI NV, INC.

STATS24x7.com 2010 ADI NV, INC. TIME SERIES SIMPLE EXPONENTIAL SMOOTHING If the mean of y t remains constant over n time, each observation gets equal weight: y ˆ t1 yt 0 et, 0 y n t 1 If the mean of y t changes slowly over time, recent

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

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 17th Class 7/1/10 The only function of economic forecasting is to make astrology look respectable. --John Kenneth Galbraith show

More information

TECHNIQUES FOR FUELS

TECHNIQUES FOR FUELS AD-A254 572 -Q DLA-92-Pi 0037 MULTIPLE FORECASTING TECHNIQUES FOR FUELS June 1992 OPE:RATIONS RESEARCH AND ECONOMIC ANAL..F "2FICE DEPARTMENT OF DEFENSE DEFENSE LOGISTt4CS AGENCY' 92~ 0 9a~222739 DLA-92-P1

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

Forecasting & Predictive Analytics. with ForecastX. Seventh Edition. John Galt Solutions, Inc. Chicago

Forecasting & Predictive Analytics. with ForecastX. Seventh Edition. John Galt Solutions, Inc. Chicago Forecasting & Predictive Analytics with ForecastX Seventh Edition Barry Keating University ofnotre Dame J. Holton Wilson Central Michigan University John Galt Solutions, Inc. Chicago Boston Burr Ridge,

More information

Unit 5: Proportions and Lines. Activities: Resources:

Unit 5: Proportions and Lines. Activities: Resources: Timeline: 2 nd nine weeks Vocabulary: Slope Formula, Rate of Change, Y Intercept, Slope intercept form, Vertical, Horizontal Linear Function Slope Slope of a Line Unit 5: Proportions and Lines New State

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

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Exponential Smoothing 02/13/03 page 1 of 38

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Exponential Smoothing 02/13/03 page 1 of 38 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Exponential Smoothing 02/13/03 page 1 of 38 As with other Time-series forecasting methods,

More information

CHAPTER 18. Time Series Analysis and Forecasting

CHAPTER 18. Time Series Analysis and Forecasting CHAPTER 18 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: NEVADA OCCUPATIONAL HEALTH CLINIC 18.1 TIME SERIES PATTERNS Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

More information

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES This topic includes: Transformation of data to linearity to establish relationships

More information

Slides 12: Output Analysis for a Single Model

Slides 12: Output Analysis for a Single Model Slides 12: Output Analysis for a Single Model Objective: Estimate system performance via simulation. If θ is the system performance, the precision of the estimator ˆθ can be measured by: The standard error

More information

interval forecasting

interval forecasting Interval Forecasting Based on Chapter 7 of the Time Series Forecasting by Chatfield Econometric Forecasting, January 2008 Outline 1 2 3 4 5 Terminology Interval Forecasts Density Forecast Fan Chart Most

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

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

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes NATCOR Forecast Evaluation Forecasting with ARIMA models Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. Bias measures 2. Accuracy measures 3. Evaluation schemes 4. Prediction intervals

More information

RS Metrics CME Group Copper Futures Price Predictive Analysis Explained

RS Metrics CME Group Copper Futures Price Predictive Analysis Explained RS Metrics CME Group Copper Futures Price Predictive Analysis Explained Disclaimer ALL DATA REFERENCED IN THIS WHITE PAPER IS PROVIDED AS IS, AND RS METRICS DOES NOT MAKE AND HEREBY EXPRESSLY DISCLAIMS,

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals

ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals ECON/FIN 250: Forecasting in Finance and Economics: Section 4.1 Forecasting Fundamentals Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Forecasting Fundamentals ECON/FIN

More information

Pre-Calculus Summer Packet

Pre-Calculus Summer Packet 2013-2014 Pre-Calculus Summer Packet 1. Complete the attached summer packet, which is due on Friday, September 6, 2013. 2. The material will be reviewed in class on Friday, September 6 and Monday, September

More information

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval Foundations - 1 Time-series Analysis, Forecasting Temporal Information Retrieval Time Series An ordered sequence of values (data points) of variables at equally spaced time intervals Time Series Components

More information

Statistics 910, #5 1. Regression Methods

Statistics 910, #5 1. Regression Methods Statistics 910, #5 1 Overview Regression Methods 1. Idea: effects of dependence 2. Examples of estimation (in R) 3. Review of regression 4. Comparisons and relative efficiencies Idea Decomposition Well-known

More information

Forecasting. Summarizing Forecast Accuracy, 78. Approaches to Forecasting, 80 Qualitative Forecasts 80

Forecasting. Summarizing Forecast Accuracy, 78. Approaches to Forecasting, 80 Qualitative Forecasts 80 3 Forecasting CHAPTER 1 Introduction to Operations Management 2 Competitiveness, Strategy, and Productivity 3 Forecasting 4 Product and Service Design 5 Strategic Capacity Planning for Products and Services

More information

STAT 212 Business Statistics II 1

STAT 212 Business Statistics II 1 STAT 1 Business Statistics II 1 KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICAL SCIENCES DHAHRAN, SAUDI ARABIA STAT 1: BUSINESS STATISTICS II Semester 091 Final Exam Thursday Feb

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

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

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Day-ahead time series forecasting: application to capacity planning

Day-ahead time series forecasting: application to capacity planning Day-ahead time series forecasting: application to capacity planning Colin Leverger 1,2, Vincent Lemaire 1 Simon Malinowski 2, Thomas Guyet 3, Laurence Rozé 4 1 Orange Labs, 35000 Rennes France 2 Univ.

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

Problem 4.1, HR7E Forecasting R. Saltzman. b) Forecast for Oct. 12 using 3-week weighted moving average with weights.1,.3,.6: 372.

Problem 4.1, HR7E Forecasting R. Saltzman. b) Forecast for Oct. 12 using 3-week weighted moving average with weights.1,.3,.6: 372. Problem 4.1, HR7E Forecasting R. Saltzman Part c Week Pints ES Forecast Aug. 31 360 360 Sept. 7 389 360 Sept. 14 410 365.8 Sept. 21 381 374.64 Sept. 28 368 375.91 Oct. 5 374 374.33 Oct. 12? 374.26 a) Forecast

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

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 1 OVERVIEW BGE s load response programs are split between two programs Peak Rewards and Smart Energy Rewards

More information

Lecture # 31. Questions of Marks 3. Question: Solution:

Lecture # 31. Questions of Marks 3. Question: Solution: Lecture # 31 Given XY = 400, X = 5, Y = 4, S = 4, S = 3, n = 15. Compute the coefficient of correlation between XX and YY. r =0.55 X Y Determine whether two variables XX and YY are correlated or uncorrelated

More information

ECON3150/4150 Spring 2016

ECON3150/4150 Spring 2016 ECON3150/4150 Spring 2016 Lecture 4 - The linear regression model Siv-Elisabeth Skjelbred University of Oslo Last updated: January 26, 2016 1 / 49 Overview These lecture slides covers: The linear regression

More information

Forecasting Applied to a Service Industry Call Center

Forecasting Applied to a Service Industry Call Center Forecasting Applied to a Service Industry Call Center by Harmeet Singh h_singh17@hotmail.com Health Products Research, Inc. Somerset, NJ Matthew E. Elam Matthew_Elam@tamu-commerce.edu Dept. of Industrial

More information

The Art of Forecasting

The Art of Forecasting Time Series The Art of Forecasting Learning Objectives Describe what forecasting is Explain time series & its components Smooth a data series Moving average Exponential smoothing Forecast using trend models

More information

INTRODUCTORY REGRESSION ANALYSIS

INTRODUCTORY REGRESSION ANALYSIS ;»»>? INTRODUCTORY REGRESSION ANALYSIS With Computer Application for Business and Economics Allen Webster Routledge Taylor & Francis Croup NEW YORK AND LONDON TABLE OF CONTENT IN DETAIL INTRODUCTORY REGRESSION

More information

Algebra 1 - Semester 2 Exam Review

Algebra 1 - Semester 2 Exam Review Class: Date: Algebra - Semester 2 Exam Review Multiple Choice Identify the choice that best completes the statement or answers the question.. 00 equals a. 0 d. 50 b. undefined e. 20 c. 200 2. Solve the

More information

FORECASTING AND MODEL SELECTION

FORECASTING AND MODEL SELECTION FORECASTING AND MODEL SELECTION Anurag Prasad Department of Mathematics and Statistics Indian Institute of Technology Kanpur, India REACH Symposium, March 15-18, 2008 1 Forecasting and Model Selection

More information

Final Exam Details. J. Parman (UC-Davis) Analysis of Economic Data, Winter 2011 March 8, / 24

Final Exam Details. J. Parman (UC-Davis) Analysis of Economic Data, Winter 2011 March 8, / 24 Final Exam Details The final is Thursday, March 17 from 10:30am to 12:30pm in the regular lecture room The final is cumulative (multiple choice will be a roughly 50/50 split between material since the

More information

Weather Forecasting. pencils, colored daily weather maps for consecutive days (5)

Weather Forecasting. pencils, colored daily weather maps for consecutive days (5) Long-Term Projects Weather Forecasting Every three hours, the National Weather Service collects data from about 800 weather stations located around the world. Daily newspapers summarize this weather data

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

On Decomposition and Combining Methods in Time Series Forecasting

On Decomposition and Combining Methods in Time Series Forecasting On Decomposition and Combining Methods in Time Series Forecasting M.Tech Project First Stage Report Submitted in partial fulfillment of the requirements for the degree of Master of Technology by Unmesh

More information

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Section 8: Summary of Functions Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Complete the table below to describe the characteristics of linear functions. Linear Functions

More information

Need help? Try or 4.1 Practice Problems

Need help? Try  or  4.1 Practice Problems Day Date Assignment (Due the next class meeting) Friday 9/29/17 (A) Monday 10/9/17 (B) 4.1 Operations with polynomials Tuesday 10/10/17 (A) Wednesday 10/11/17 (B) 4.2 Factoring and solving completely Thursday

More information

Automatic forecasting with a modified exponential smoothing state space framework

Automatic forecasting with a modified exponential smoothing state space framework ISSN 1440-771X Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Automatic forecasting with a modified exponential smoothing state space framework

More information