Lecture 4 Forecasting

Size: px
Start display at page:

Download "Lecture 4 Forecasting"

Transcription

1 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 Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 2

2 Definitions Forecasting is the process of predicting the future. Forecasting is an integrated part of almost all business enterprises. Examples: Manufacturing firms forecast demand for their product, to schedule manpower and raw material allocation. Service organizations forecast customer arrival patterns to maintain adequate customer service. Firms consider economic forecasts of indicators (housing starts, changes in gross national profit) before deciding on capital investments. IS Forecasting - Dr. Mourad Ykhlef 3 Definitions Good forecasts can lead to Reduced inventory costs. Lower overall personnel costs. Increased customer satisfaction. The forecasting process can be based on: Educated guess. Expert opinions. Past history of data values, known as a time series. IS Forecasting - Dr. Mourad Ykhlef 4

3 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 5 Type of Forecasts by Time Horizon Short-range forecast Up to 1 year; gnerally less than 3 months Job scheduling, worker assignements Medium-range forecast 3 months to 3 years Sales and production planning, budgeting Long-range forecast 3+ years New product planning, facility location or expansion IS Forecasting - Dr. Mourad Ykhlef 6

4 Forecasting approaches Qualtitative forecasts Used when situation is vague & litle data exist New products New technology Involve intuition, experience e.g., forecasting sales on Internet Quantitive forecasts Used when situation is stable and historical data exist Existing products Current technology Use a variety of mathematical models that rely on historical data and/or causal variables e.g., forecasting sales of color televisions IS Forecasting - Dr. Mourad Ykhlef 7 Overview of Qualitative methods Consumer Market Survey Ask the customer Sales force composite Estimates from individual sales person are reviewed for checking realistic, then aggregated Jury of executive opinion Pool opinions of high-level executives, sometines augment by statistical models Delphi method Panel of experts, queried iteratively IS Forecasting - Dr. Mourad Ykhlef 8

5 Overview of Quantitive methods Time-series models (Weighted) Moving average Exponential Smoothing Exponential Smoothing with Trend Adjustment Seasonal and Cyclical Associative models Liner regression Multiple regression Logistic regression IS Forecasting - Dr. Mourad Ykhlef 9 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 10

6 What is a Time Series? Set of evenly spaced numerical data Obtained by observing response variable at regular time periods Forecasting technique That uses a series of past data points to make a forecast Example Year Sales IS Forecasting - Dr. Mourad Ykhlef 11 Time series components Trend Cyclical Seasonal Random IS Forecasting - Dr. Mourad Ykhlef 12

7 Trend component Time series may be relatively stationary or it may exhibit trend over time Trend is the gradual upward or downward movement of data over time Trend indicates that the time series is increasing or decreasing Trend is typically modeled as a linear, quadratic or exponential function Response Mo., Qtr., Yr T/Maker Co. IS Forecasting - Dr. Mourad Ykhlef 13 Seasonal component When a repetitive pattern is observed over some time horizon, the series is said to have seasonal behavior. Response Summer Seasonality is a data pattern that repeats itself after a period of days, weeks, months or quarters. Occurs within 1 year Period of Pattern Season Length Mo., Qtr. Number of Seasons in Pattern Week Day 7 Month Week 4 4 ½ Month Day Year Quarter 4 Year Month 12 Year Week 52 IS Forecasting - Dr. Mourad Ykhlef 14

8 Cyclical component Cycles are patterns in the data that occur every several years. Usually tied into the business cycle and are of the major importance in short-term business analysis and planning. Cycles are upturn or downturn not tied to seasonal variation. Usually result from changes in economic conditions. Usually 2-10 years duration Response Cycle Mo., Qtr., Yr. IS Forecasting - Dr. Mourad Ykhlef 15 Random component Erratic, unsystematic fluctuations Due to random variations or unforeseen events Union strike Tornado Short duration and non repeating IS Forecasting - Dr. Mourad Ykhlef 16

9 Components of a Time Series Time series value Linear trend and seasonality Linear trend Future Stationary In Stationary, the mean value of the time series is assumed to be constant Time IS Forecasting - Dr. Mourad Ykhlef 17 Steps in the Time Series Forecasting The goal of a time series forecast is to identify factors that can be predicted. This is a systematic approach involving the following steps. Step 1: Data collection and Hypothesization. Collect historical data. Graph the data vs. time. Hypothesize a form for the time series model. Verify this hypothesis statistically. Step 2: Select a forecasting technique. Determination of input parameter values Performance evaluation on past data of each technique Step 3: Prepare a forecast using the selected techniques IS Forecasting - Dr. Mourad Ykhlef 18

10 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 19 Stationary Forecasting Models In a stationary model the mean value of the time series is assumed to be constant. No trend, seasonal, or cyclical components The general form of such a model is Where: y t = β 0 + ε t y t = the value of the time series at time period t. The values of e t are assumed to be independent The values of e t are assumed to have a mean of 0. β 0 = the unchanged mean value of the time series. ε t = a random error term at time period t If a time series does not have a trend, seasonlity or cyclical components it will be stationary. IS Forecasting - Dr. Mourad Ykhlef 20

11 Checking the Stationary assumption (Homework) Checking for trend Use Linear Regression if e t is normally distributed. Use a nonparametric test if e t is not normally distributed. Checking for seasonality component Autocorrelation measures the relationship between the values of the time series in different periods. Lag k autocorrelation measures the correlation between time series values which are k periods apart. Autocorrelation between successive periods indicates a possible trend. Lag 7 autocorrelation indicates one week seasonality (daily data). Lag 12 autocorrelation indicates 12-month seasonality (monthly data). Checking for Cyclical Components If a time series does not have a trend, seasonlity or cyclical components it will be stationary. IS Forecasting - Dr. Mourad Ykhlef 21 Methods for a stationary time series The Last Period Method The Moving Average Method The Weighted Moving Average Method The Exponential Smoothing Method IS Forecasting - Dr. Mourad Ykhlef 22

12 The Last Period Method The forecast for the next period is the last observed value. F = t+ 1 y t e.g., if May sales were 50 then June sales will be 50 Sometimes cost effective & efficient At least it provides a starting point which more sophisticated models that follow can be compared IS Forecasting - Dr. Mourad Ykhlef 23 The (Weighted) Moving Average Method The forecast is the average of the last n observations of the time series. = y + y y n t t 1 t n+ 1 Ft + 1 More recent values of the time series get larger weights than past values when performing the forecast. F t + 1= w 1 y t + w 2 y t-1 +w 3 y t w n y t-n+1 w 1 w 2 w n Σw i = 1 IS Forecasting - Dr. Mourad Ykhlef 24

13 Example (1/7) Galaxy Industries is interested in forecasting weekly demand for its YoHo brand yo-yos. The yo-yo is a mature product. This year demand pattern is expected to repeat next year. To forecast next year demand, the past 52 weeks demand records were collected. IS Forecasting - Dr. Mourad Ykhlef 25 Example (2 /7) Three forecasting methods were suggested: Last period technique - suggested by Ahmed. Four-period moving average - suggested by Karim. Four-period weighted moving average - suggested by Omar. Management wants to determine: If a stationary model can be used. What forecast will be obtained using each method? IS Forecasting - Dr. Mourad Ykhlef 26

14 Example (3 /7) Collection of demand records Week Week Demand Week Week Demand Week Week Demand Demand Week Week Demand Demand IS Forecasting - Dr. Mourad Ykhlef 27 Example (4 /7) Construct the time series plot Neither seasonality nor cyclical effects can be observed Demand Series1 Weeks IS Forecasting - Dr. Mourad Ykhlef 28

15 Example (5 /7) (Home work) Is the trend present? Run linear regression to test β 1 in the model y t =β 0 +β 1 t+ε t Excel results C oeff. S tand. E rr t-s tat P -value Lower 95%U pper 95% Intercept E W ee ks This large P-value indicates that there is little evidence that trend exists Conclusion: A stationary model is appropriate. IS Forecasting - Dr. Mourad Ykhlef 29 Example (6 /7) Forecast for Week 53 Last period technique (Ahmed s Forecast) $y 53 = y 52 = 484 boxes. Four-period moving average (Karim s forecast) $y 53 = (y 52 + y 51 + y 50 + y 49 ) /4 = ( ) / 4 = 401 boxes. Four period weighted moving average (Omar s forecast) $y 53 =0.4y y y y 49 = 0.4(484) + 0.3(482) + 0.2(393) + 0.1(245) = boxes. IS Forecasting - Dr. Mourad Ykhlef 30

16 Example (7 /7) Forecast for Weeks 54 and 55 Since the time series is stationary, the forecasts for weeks 54 and 55 remain as the forecast for week 53. These forecasts will be revised pending observation of the actual demand in week 53. IS Forecasting - Dr. Mourad Ykhlef 31 Drawbacks of (Weighted) Moving Average Methods Weighted Moving Average can put greater weight on the more recent observations, it uses only last n periods data values and ignores the history of the time series prior to that time. Increasing n makes forecast less sensitive to changes Do not forecast trend well. Require much historical data. Solution: Exponential Smoothing Method IS Forecasting - Dr. Mourad Ykhlef 32

17 Exponential Smoothing Method All the previous values of historical data affect the forecast. For each period create a smoothed value L t of the time series, that represents all the information known by t. The smoothed value L t is the weighted average of The actual value for the current period (with weight of α). The forecast value for the current period (with weight of 1-α). The smoothed value L t becomes the forecast for period t+1. IS Forecasting - Dr. Mourad Ykhlef 33 Exponential Smoothing Method New forecast = last period s forecast +α(last period s actual demand last period s forecast) Define: L t = smoothed value for time t F t+1 = the forecast value for time t+1 y t = the value of the time series at time t α = smoothing constant (weight) between 0 and 1 F t+ 1 = L t = αy An initial forecast is needed to start the process. t + (1 α ) F t IS Forecasting - Dr. Mourad Ykhlef 34

18 Exponential Smoothing Method Generating an initial forecast Approach 1: F = L = y Continue from t=3 with the recursive formula. Approach 2: (when large number of historical values exist) Average the initial n values of the time series. Use this average as the forecast for period n + 1 Begin using exponential smoothing from that time period onward and so on. n+ 2 = αy n+ 1 + ( 1 α ) Fn+ 1 = αy n+ 1 + (1 α F ) y n F n+1 = y n IS Forecasting - Dr. Mourad Ykhlef 35 Exponential Smoothing Method Future Forecasts Since this technique deals with stationary time series, the forecasts for future periods does not change. Assume N is the number of periods for which data are available. Then F N+1 = αy N + (1 α)f N, F N+k = F N+1, for k = 2, 3, IS Forecasting - Dr. Mourad Ykhlef 36

19 Example 1 (1/3) Period Series Forecast #N/A IS Forecasting - Dr. Mourad Ykhlef 37 Example 1 (2/3) An exponential smoothing forecast is suggested, with α = 0.1. An Initial Forecast is created at t=2 by F 2 = y 1 = 415. The recursive formula is used from period 3 onward: F 3 =.1y 2 +.9F 2 =.1(236) +.9(415) = F 4 =.1y 3 +.9F 3 =.1(348) +.9(397.10) = and so on, until period 53 is reached (N+1 = 52+1 = 53). F 53 =.1y F 52 =.1(484) +.9(382.32) = F 54 = F 55 = ( = F 53 ) IS Forecasting - Dr. Mourad Ykhlef 38

20 Example 1 (3/3) Notice the amount of smoothing Included in the smoothed series IS Forecasting - Dr. Mourad Ykhlef 39 Exponential Smoothing Method Relationship with simple moving average Simple moving average of length k ( k)/k = (k+1)/2 Exponential smoothing (1) α +(2) α (1- α)+(3)α(1- α) 2 +(4)α(1- α) 3. = 1/α The two techniques will generate forecasts having the same average age of information if k = 2 α α Exponential smoothing with α=.10 is equivalent, in some sense, to moving average based on 19 periods Exponential smoothing with α=1 is equivalent, in some sense, to moving average based on 1 period IS Forecasting - Dr. Mourad Ykhlef 40

21 Example 2 (1/6) If Drugs uses exponential smoothing to forecast sales, which value for the smoothing constant α,.1 or.8, gives better forecasts? Week Sales Week Sales IS Forecasting - Dr. Mourad Ykhlef 41 Example 2 (2/6) Exponential Smoothing: To evaluate the two smoothing constants, determine how the forecasted values would compare with the actual historical values in each case. Let: Y t = actual sales in week t F t = forecasted sales in week t F 2 = Y 1 = 110 For other weeks, F t+1 =.1Y t +.9F t IS Forecasting - Dr. Mourad Ykhlef 42

22 Example 2 (3/6) Exponential Smoothing (α =.1, 1 - α =.9) F 2 = 110 F 3 =.1Y 2 +.9F 2 =.1(115) +.9(110) = F 4 =.1Y 3 +.9F 3 =.1(125) +.9(110.5) = F 5 =.1Y 4 +.9F 4 =.1(120) +.9(111.95) = F 6 =.1Y 5 +.9F 5 =.1(125) +.9(112.76) = F 7 =.1Y 6 +.9F 6 =.1(120) +.9(113.98) = F 8 =.1Y 7 +.9F 7 =.1(130) +.9(114.58) = F 9 =.1Y 8 +.9F 8 =.1(115) +.9(116.12) = F 10 =.1Y 9 +.9F 9 =.1(110) +.9(116.01) = IS Forecasting - Dr. Mourad Ykhlef 43 Example 2 (4/6) Exponential Smoothing (α =.8, 1 - α =.2) F 2 = 110 F 3 =.8(115) +.2(110) = 114 F 4 =.8(125) +.2(114) = F 5 =.8(120) +.2(122.80) = F 6 =.8(125) +.2(120.56) = F 7 =.8(120) +.2(124.11) = F 8 =.8(130) +.2(120.82) = F 9 =.8(115) +.2(128.16) = F 10 =.8(110) +.2(117.63) = IS Forecasting - Dr. Mourad Ykhlef 44

23 Example 2 (5/6) Mean Squared Error: In order to determine which smoothing constant gives the better performance, calculate, for each, the mean squared error for the nine weeks of forecasts, weeks 2 through 10 by: [(Y 2 -F 2 ) 2 + (Y 3 -F 3 ) 2 + (Y 4 -F 4 ) (Y 10 -F 10 ) 2 ]/9 Select the forecast with the smallest error value IS Forecasting - Dr. Mourad Ykhlef 45 Mean Squared Error Example 2 (6/6) α =.1 α =.8 Week Y t F t (Y t - F t ) 2 F t (Y t - F t ) Sum Sum MSE Sum/ Sum/ IS Forecasting - Dr. Mourad Ykhlef 46

24 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods (for reading) Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 47 Performance of Forecasting Methods Calculate the value of the evaluation measure using the forecast error equation Error = Actual Forecast t = y F t t Select the forecast with the smallest error value Types of forecast error equations: Mean Squared Error MSE Mean Absolute Deviation MAD Mean Absolute Percent Error MAPE Largest Absolute Deviation LAD IS Forecasting - Dr. Mourad Ykhlef 48

25 Forecast Error Equations MSE = Σ( t ) 2 n MAPE = Σ n t n y t MAD = Σ t n LAD = max t IS Forecasting - Dr. Mourad Ykhlef 49 Example (1/5) Time Time series: Period Moving average: Error for the 3-Period MA: Period Weighted MA(.5,.3,.2) Error for the 3-Period WMA IS Forecasting - Dr. Mourad Ykhlef 50

26 Example (2/5) MSE for the moving average technique: Σ( MSE = t ) 2 = n (-20) 2 +(11.67) 2 +(23.4) 2 3 = MSE for the weighted moving average technique: Σ( MSE = t ) 2 = n (-18) 2 + (16) 2 + (29.5) 2 3 = IS Forecasting - Dr. Mourad Ykhlef 51 Example (3/5) MAD for the moving average technique: Σ t n MAD = = = MAD for the weighted moving average technique: Σ t n MAD = = = IS Forecasting - Dr. Mourad Ykhlef 52

27 Example (4/5) MAPE for the moving average technique: Σ t n MAPE= = -20 / / /115 3 =.188 MAPE for the weighted moving average technique: Σ t n MAPE= = -18 / / /115 3 =.211 IS Forecasting - Dr. Mourad Ykhlef 53 Example (5/5) LAD for the moving average technique: LAD= max t = max { -18, 16, 29.5 } = 29.5 LAD for the weighted moving average technique: LAD= max t = -20, 11.67, 23.4 = 23.4 IS Forecasting - Dr. Mourad Ykhlef 54

28 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 55 Linear Trend Time Series Two methods Expentional Smoothing with Trend Adjustment Trend Projections (Linear Regression) IS Forecasting - Dr. Mourad Ykhlef 56

29 Expentional Smootthing with Trend Adjustment F t = exponentially smoothed forecast of the data series in period t T t = exponentially smoothed trend in period t y t = times series value in period t α = smoothing constant for the average β = smoothing constant for the trend IS Forecasting - Dr. Mourad Ykhlef 57 Expentional Smootthing with Trend Adjustment Forecast including trend (FIT t ) = exponentially smoothed forecast (F t ) + exponentially smoothed trend (T t ) F t = α(value last period) + (1-α)(Forecast last period +Trend estimate Last period) F t = α y t-1 + (1 α) (F t-1 + T t-1 ) T t = β(forecast this period - Forecast last period) + (1- β)(trend estimate last period) T t = β(f t - F t-1 ) + (1- β)t t-1 IS Forecasting - Dr. Mourad Ykhlef 58

30 Example (1/4) A large Portland manufacturer uses exponential smoothing to forecast demand for a piece of pollution control equipment. It appears that an increasing trend is present. α =.2 and β =.4 F 1 =11 and T 1 =2 Month Demand ? IS Forecasting - Dr. Mourad Ykhlef 59 Forecast for month 2 Example (2/4) F 2 = α y 1 + (1 α) (F 1 + T 1 )=.2(12)+.8(11+2)=12.8 T 2 = β(f 2 - F 1 ) + (1- β)t 1 =.4( )+0.6(2)=1.92 FIT 2 = F 2 +T 2 = units Forecast for month 3 F 3 = α y 2 + (1 α) (F 2 + T 2 )=.2(17)+.8( )=15.18 T 3 = β(f 3 F 2 ) + (1- β)t 2 =.4( )+0.6(1.92)=2.10 FIT 3 = F 3 +T 3 = units IS Forecasting - Dr. Mourad Ykhlef 60

31 Example (3/4) Actual Demand Smoothed Smoothed Forecast Trend Forecast including trend IS Forecasting - Dr. Mourad Ykhlef 61 Example (4/4) Actual Demand D e m a n d Forecast including trend Smoothed forecast Smoothed trend Month IS Forecasting - Dr. Mourad Ykhlef 62

32 Trend Projections This method files a trend line to a series of historical points and then projects the line into the future for medium-to-long-range forecasts (other methods are quadratic or exponential) Values of Dependent Variable Deviation Actual observation Deviation Deviation Deviation Y ˆ = a + bx Time Deviation Deviation Deviation Point on regression line IS Forecasting - Dr. Mourad Ykhlef 63 Trend Projections Least Squares Equations (from statisticians) Equation: Ŷ = a + bx i i x Average of the values of x n number of data points Slope: b = n i = 1 n x i = 1 i x y 2 i i nx y nx 2 Y-Intercept: a = y bx IS Forecasting - Dr. Mourad Ykhlef 64

33 Example (1/4) Year Demand The demand for electrical power at N.Y.Edison over the years is given at the left. Find the overall trend. IS Forecasting - Dr. Mourad Ykhlef 65 Example (2/4) Year Time Period Power Demand x 2 xy Σx=28 Σy=692 Σx 2 =140 Σxy=3,063 IS Forecasting - Dr. Mourad Ykhlef 66

34 Example (3/4) x = Σx n = 28 7 = 4 y = Σy n = = b = Σxy - nxy 2 2 Σx nx = 3,063 (7)(4)(98. 86) (7)(4) = = a = y - bx = (4) = Demand in 2013 = (8) = megawatts Demand in 2014 = (9) = megawatts IS Forecasting - Dr. Mourad Ykhlef 67 Example (4/4) Electric Power Demand Year IS Forecasting - Dr. Mourad Ykhlef 68

35 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 69 General Time Series Models Components of a Time Series T t = Trend of the time series at time t S t = Seasonal C t = Cyclical I t = Irregular Any observed value in a time series is the product (or sum) of time series components Multiplicative model Y t = T t S t C t I t Additive model Y t = T t + S t + C t + I t IS Forecasting - Dr. Mourad Ykhlef 70

36 Additive and multiplicative models Additive model The magnitude of seasonal component is constant over time. For example the electric power consumption. Multiplicative model The magnitude of seasonal component grows in proportion to the trend of series. For example the cost of electric power consumption. IS Forecasting - Dr. Mourad Ykhlef 71 Forecasting with Trend and Seasonal Components Steps of Multiplicative Time Series Model: 1. Calculate the centered moving averages (CMAs). 2. Center the CMAs on integer-valued periods. 3. Determine the seasonal and irregular factors (S t I t ). 4. Determine the average seasonal factors. 5. Scale the seasonal factors (S t ). 6. Determine the deseasonalized data (Y t /S t ). 7. Determine a trend line of the deseasonalized data. 8. Determine the deseasonalized predictions. 9. Take into account the seasonality. IS Forecasting - Dr. Mourad Ykhlef 72

37 Example (1/11) Business at Cloths Shop can be viewed as falling into three distinct seasons: (1) season 1 (November-December); (2) season 2 (late May - mid-june); and (3) all other times. Average weekly sales (SR) during each of the three seasons during the past four years are shown on the next slide. Determine a forecast for the average weekly sales in year 5 for each of the three seasons. IS Forecasting - Dr. Mourad Ykhlef 73 Past Sales (SR) Example (2/11) Year Season IS Forecasting - Dr. Mourad Ykhlef 74

38 Example (3/11) Moving Remove trend and cyclical components Scaled Year Season Sales (Y t ) Average S t I t S t Y t /S t / = IS Forecasting - Dr. Mourad Ykhlef 75 Example (4/11) 1. Calculate the centered moving averages There are three distinct seasons in each year. Hence, take a three-season moving average to eliminate seasonal and irregular factors (smoothing). Moving Average keeps trend and cyclical factors For example: 1 st MA = ( )/3 = nd MA = ( )/3 = etc. IS Forecasting - Dr. Mourad Ykhlef 76

39 Example (5/11) 2. Center the CMAs on integer-valued periods The first moving average computed in step 1 ( ) will be centered on season 2 of year 1. Note that the moving averages from step 1 center themselves on integer-valued periods because n=3 is an odd number. Step 1 = (1+3)/2 = 2 IS Forecasting - Dr. Mourad Ykhlef 77 Example (6/11) 3. Determine the seasonal & irregular factors (S t I t ) Isolate (or remove) the trend and cyclical components, for each period t, this is given by: S t I t = Y t / (Moving Average for period t ) Y t = T t S t C t I t S t I t = Y t / T t C t S t I t = Y t / (Moving Average for period t ) Moving Average keeps Trend and Cycles and eliminates Season and Irregular factor IS Forecasting - Dr. Mourad Ykhlef 78

40 Example (7/11) 4. Determine the average seasonal factors Averaging all (S t I t ) values corresponding to that season: Season 1: ( ) /3 = Season 2: ( ) /4 = Season 3: ( ) /3 =.587 IS Forecasting - Dr. Mourad Ykhlef 79 Example (8/11) 5. Scale the seasonal factors (S t ) Average the seasonal factors = ( )/3 = Then, divide each seasonal factor by the average of the seasonal factors. Season 1: 1.180/1.002 = Season 2: 1.238/1.002 = Season 3:.587/1.002 =.586 Total = IS Forecasting - Dr. Mourad Ykhlef 80

41 Example (9/11) 6. Determine the deseasonalized data (Y t /S t ) Divide the data point values, Y t, by S t. 7. Determine a trend line of the deseasonalized data Using the least squares method (trend projection) for t = 1, 2,..., 12, gives: T t = t IS Forecasting - Dr. Mourad Ykhlef 81 Example (10/11) 8. Determine the deseasonalized predictions Substitute t = 13, 14, and 15 into the least squares equation: T13 = (33.96)(13) = 2022 T14 = (33.96)(14) = 2056 T15 = (33.96)(15) = 2090 IS Forecasting - Dr. Mourad Ykhlef 82

42 Example (11/11) 9. Take into account the seasonality. Multiply each deseasonalized prediction by its seasonal factor to give the following forecasts for year 5: Season 1: (1.178)(2022) = 2382 Season 2: (1.236)(2056) = 2541 Season 3: (.586)(2090) = 1225 IS Forecasting - Dr. Mourad Ykhlef 83 Outline Definitions Forecasting types Time series Stationary forecasting models Performance of forecasting methods Linear trend time series Trend, Seasonal and Cyclical time series Associative forecasting IS Forecasting - Dr. Mourad Ykhlef 84

43 Associative Forecasting Regression analysis (Trend projection) Multiple regression analysis Logistic regression IS Forecasting - Dr. Mourad Ykhlef 85 Final Thought The best way to predict the future is to create it! IS Forecasting - Dr. Mourad Ykhlef 86

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Multiple Regression Analysis

Multiple Regression Analysis 1 OUTLINE Analysis of Data and Model Hypothesis Testing Dummy Variables Research in Finance 2 ANALYSIS: Types of Data Time Series data Cross-Sectional data Panel data Trend Seasonal Variation Cyclical

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

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

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

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

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

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box.

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. FINAL EXAM ** Two different ways to submit your answer sheet (i) Use MS-Word and place it in a drop-box. (ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. Deadline: December

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

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

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

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE:

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE: CHAPTER 14 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: Nevada Occupational Health Clinic 14.1 Time Series Patterns Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

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

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

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

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

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

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

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series Jad Chaaban Spring 2005-2006 Outline Lecture 4 1. Simple extrapolation models 2. Moving-average models 3. Single Exponential smoothing 4.

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

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

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

Chapter 4 Predictive Analytics I Time Series Analysis and Regression

Chapter 4 Predictive Analytics I Time Series Analysis and Regression Chapter 4 Predictive Analytics I Time Series Analysis and Regression If you can look into the seeds of time, and say which grain will grow and which will not speak then unto me. William Shakespeare, 1564-1616.

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

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

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

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers Diploma Part Quantitative Methods Examiner s Suggested Answers Question 1 (a) The standard normal distribution has a symmetrical and bell-shaped graph with a mean of zero and a standard deviation equal

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

Mathematics for Economics MA course

Mathematics for Economics MA course Mathematics for Economics MA course Simple Linear Regression Dr. Seetha Bandara Simple Regression Simple linear regression is a statistical method that allows us to summarize and study relationships between

More information

STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing

STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing STA 6104 Financial Time Series Moving Averages and Exponential Smoothing Smoothing Our objective is to predict some future value Y n+k given a past history {Y 1, Y 2,..., Y n } of observations up to time

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

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Correlation and Regression McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Example 10-2: Absences/Final Grades Please enter the data below in L1 and L2. The data appears on page 537 of your textbook.

More information

Lecture 14. Analysis of Variance * Correlation and Regression. The McGraw-Hill Companies, Inc., 2000

Lecture 14. Analysis of Variance * Correlation and Regression. The McGraw-Hill Companies, Inc., 2000 Lecture 14 Analysis of Variance * Correlation and Regression Outline Analysis of Variance (ANOVA) 11-1 Introduction 11-2 Scatter Plots 11-3 Correlation 11-4 Regression Outline 11-5 Coefficient of Determination

More information

Lecture 14. Outline. Outline. Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA)

Lecture 14. Outline. Outline. Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA) Outline Lecture 14 Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA) 11-1 Introduction 11- Scatter Plots 11-3 Correlation 11-4 Regression Outline 11-5 Coefficient of Determination

More information

ECONOMICS TRIPOS PART I. Friday 15 June to 12. Paper 3 QUANTITATIVE METHODS IN ECONOMICS

ECONOMICS TRIPOS PART I. Friday 15 June to 12. Paper 3 QUANTITATIVE METHODS IN ECONOMICS ECONOMICS TRIPOS PART I Friday 15 June 2007 9 to 12 Paper 3 QUANTITATIVE METHODS IN ECONOMICS This exam comprises four sections. Sections A and B are on Mathematics; Sections C and D are on Statistics.

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

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models

Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models L6-1 Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models Polynomial Functions Def. A polynomial function of degree n is a function of the form f(x) = a n x n + a n 1 x n 1 +... + a 1

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

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

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

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

UNIT-IV CORRELATION AND REGRESSION

UNIT-IV CORRELATION AND REGRESSION Correlation coefficient: UNIT-IV CORRELATION AND REGRESSION The quantity r, called the linear correlation coefficient, measures the strength and the direction of a linear relationship between two variables.

More information

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017 Introduction to Regression Analysis Dr. Devlina Chatterjee 11 th August, 2017 What is regression analysis? Regression analysis is a statistical technique for studying linear relationships. One dependent

More information

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Correlation and Regression McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Overview Introduction 10-1 Scatter Plots and Correlation 10- Regression 10-3 Coefficient of Determination and

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis February 24, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 10:20am to complete this exam. Please remember to put

More information

As included in Load Forecast Review Report (Page 1):

As included in Load Forecast Review Report (Page 1): As included in Load Forecast Review Report (Page 1): A key shortcoming of the approach taken by MH is the reliance on a forecast that has a probability of being accurate 50% of the time for a business

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

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

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

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

Problem Statements in Time Series Forecasting

Problem Statements in Time Series Forecasting Problem Statements in Time Series Forecasting Vadim Strijov, Visiting Professor at IAM METU Computing Center of the Russian Academy of Sciences Institute of Applied Mathematics, Middle East Technical University

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 10 Correlation and Regression 10-1 Overview 10-2 Correlation 10-3 Regression 10-4

More information

Demand Forecasting Models

Demand Forecasting Models E 2017 PSE Integrated Resource Plan Demand Forecasting Models This appendix describes the econometric models used in creating the demand forecasts for PSE s 2017 IRP analysis. Contents 1. ELECTRIC BILLED

More information

Lecture Notes. Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick

Lecture Notes. Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick 1 Lecture Notes Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick 2 Chapter 2: Linear Equations Definition: Linear equations are first degree equations.

More information

Euro-indicators Working Group

Euro-indicators Working Group Euro-indicators Working Group Luxembourg, 9 th & 10 th June 2011 Item 9.4 of the Agenda New developments in EuroMIND estimates Rosa Ruggeri Cannata Doc 309/11 What is EuroMIND? EuroMIND is a Monthly INDicator

More information

Chapter 9. Dummy (Binary) Variables. 9.1 Introduction The multiple regression model (9.1.1) Assumption MR1 is

Chapter 9. Dummy (Binary) Variables. 9.1 Introduction The multiple regression model (9.1.1) Assumption MR1 is Chapter 9 Dummy (Binary) Variables 9.1 Introduction The multiple regression model y = β+β x +β x + +β x + e (9.1.1) t 1 2 t2 3 t3 K tk t Assumption MR1 is 1. yt =β 1+β 2xt2 + L+β KxtK + et, t = 1, K, T

More information

Making sense of Econometrics: Basics

Making sense of Econometrics: Basics Making sense of Econometrics: Basics Lecture 4: Qualitative influences and Heteroskedasticity Egypt Scholars Economic Society November 1, 2014 Assignment & feedback enter classroom at http://b.socrative.com/login/student/

More information

CORRELATION AND SIMPLE REGRESSION 10.0 OBJECTIVES 10.1 INTRODUCTION

CORRELATION AND SIMPLE REGRESSION 10.0 OBJECTIVES 10.1 INTRODUCTION UNIT 10 CORRELATION AND SIMPLE REGRESSION STRUCTURE 10.0 Objectives 10.1 Introduction 10. Correlation 10..1 Scatter Diagram 10.3 The Correlation Coefficient 10.3.1 Karl Pearson s Correlation Coefficient

More information

KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW.

KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW. KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW. THANKS CIS QA LEVEL 1 WEEK 4 TOPIC: MEASURES OF RELATIONSHIP: CORRELATION

More information

Operations Research: Introduction. Concept of a Model

Operations Research: Introduction. Concept of a Model Origin and Development Features Operations Research: Introduction Term or coined in 1940 by Meclosky & Trefthan in U.K. came into existence during World War II for military projects for solving strategic

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

Bus 216: Business Statistics II Introduction Business statistics II is purely inferential or applied statistics.

Bus 216: Business Statistics II Introduction Business statistics II is purely inferential or applied statistics. Bus 216: Business Statistics II Introduction Business statistics II is purely inferential or applied statistics. Study Session 1 1. Random Variable A random variable is a variable that assumes numerical

More information

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Rob J Hyndman Forecasting: Principles and Practice 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Forecasting: Principles and Practice 1 Resources Slides Exercises Textbook Useful

More information

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons

WEATHER NORMALIZATION METHODS AND ISSUES. Stuart McMenamin Mark Quan David Simons WEATHER NORMALIZATION METHODS AND ISSUES Stuart McMenamin Mark Quan David Simons Itron Forecasting Brown Bag September 17, 2013 Please Remember» Phones are Muted: In order to help this session run smoothly,

More information