1 previsão | pedro paulo balestrassi | 4 – exponential smoothing methods

83
1 Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br 4 – Exponential Smoothing Methods

Upload: jaidyn-pearsall

Post on 28-Mar-2015

220 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

1Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

4 – Exponential Smoothing Methods

4 – Exponential Smoothing Methods

Page 2: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

2Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Signal and Noise

Smoothing can be seen as a technique to separate the signal and the noise as much as possible and in that a smoother acts as a filter to obtain an "estimate" for the signal.

Page 3: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

3Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Smoothing a data set

Page 4: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

4Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Smoothing a Constant Process

Page 5: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

5Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Dow Jones Index (1999-2001)

A constant model can be used to describe the general pattern of the data.

Page 6: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

6Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Constant Process

• For the constant process, the smoother in (4.2) does a good job

• How realistic is the assumption of “constant” process though?

Page 7: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

7Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Dow Jones Index (1999-2006)

The constant process assumption is no

longer valid

Page 8: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

8Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

In real life …

• A constant process is not the norm but the exception

• Second Law of Thermodynamics says so: left to its own, any process will deteriorate

• As seen in Figure 4.3, trying to smooth a non-constant process with the average of the data points up to the current time does not look too promising

Page 9: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

9Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Smoothing Methods

Minitab Smoothing Methods

Page 10: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

10Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Minitab Moving Average

Page 11: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

11Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Minitab Single Exponential Smoothing

Page 12: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

12Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Minitab Double Exponential Smoothing

Page 13: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

13Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Minitab Winters´ Method

Page 14: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

14Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Simple Moving Average

• Average of the data points in a moving window of length N

• Of course the question is: what should N be?

Page 15: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

15Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 16: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

16Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 17: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

17Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Moving Average for Metals

Data MetalsLength 60NMissing 0

Moving Average

Length 3

Accuracy Measures

MAPE 0,890317MAD 0,402299MSD 0,255287

Forecasts

Period Forecast Lower Upper61 49,2 48,2097 50,190362 49,2 48,2097 50,190363 49,2 48,2097 50,190364 49,2 48,2097 50,190365 49,2 48,2097 50,190366 49,2 48,2097 50,1903

To calculate a moving average, Minitab averages consecutive groups of observations in a series. For example, suppose a series begins with the numbers 4, 5, 8, 9, 10 and you use the moving average length of 3. The first two values of the moving average are missing. The third value of the moving average is the average of 4, 5, 8; the fourth value is the average of 5, 8, 9; the fifth value s the average of 8, 9, 10.

Page 18: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

18Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Centered moving average By default, moving average values are placed at the period in which they are calculated. For example, for a moving average length of 3, the first numeric moving average value is placed at period 3, the next at period 4, and so on. When you center the moving averages, they are placed at the center of the range rather than the end of it. This is done to position the moving average values at their central positions in time.·    If the moving average length is odd: Suppose the moving average length is 3. In that case, Minitab places the first numeric moving average value at period 2, the next at period 3, and so on. In this case, the moving average value for the first and last periods is missing ( *). ·    If the moving average length is even: Suppose the moving average length is 4. The center of that range is 2.5, but you cannot place a moving average value at period 2.5. This is how Minitab works around the problem. Calculate the average of the first four values, call it MA1. Calculate the average of the next four values, call it MA2. Average those two numbers (MA1 and MA2), and place that value at period 3. Repeat throughout the series. In this case, the moving average values for the first two and last two periods are missing ( *).

Page 19: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

19Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Moving average methods tem sempre a desvantagem de possuirem Autocorrelação!

Page 20: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

20Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

As N gets smaller, MA(N) reacts fasterto the changes inthe data!

If the process is expected to be constant, a large N can be used whereas a small N is preferred if the process is changing. (quanto maior o número de N maior a suavização)

Page 21: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

21Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

First-Order Exponential Smoothing

• For a faster reacting smoother, have a weighted average with exponentially decreasing weights

Page 22: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

22Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Use for:·    Data with no trend, and·    Data with no seasonal pattern·    Short term forecastingForecast profile:·    Flat lineARIMA equivalent: (0,1,1) model 

Single Exponential Smoothing: When to Use

Page 23: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

23Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Optimal ARIMA weight 1    Minitab fits with an  ARIMA (0,1,1) model and stores the fits. 2    The smoothed values are the ARIMA model fits, but lagged one time unit. 3    Initial smoothed value (at time one) by backcasting:initial smoothed value = [smoothed in period two - a (data in period 1)] / (1 - a)where 1- a  estimates the MA parameter.Specified weight 1    Minitab uses the average of the first six (or N, if N < 6) observations for the initial smoothed value (at time zero). Equivalently, Minitab uses the average of the first six (or N, if N < 6) observations for the initial fitted value (at time one). Fit(i) = Smoothed(i-1).2    Subsequent smoothed values are calculated from the formula:smoothed value at time t = a (data at t) + (1 - a) (smoothed value at time t - 1)where a is the weight.

Page 24: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

24Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The fitted value at time t is the smoothed value at time t-1. The forecasts are the fitted value at the forecast origin. If you forecast 10 time units ahead, the forecasted value for each time will be the fitted value at the origin. Data up to the origin are used for the smoothing.In naive forecasting, the forecast for time t is the data value at time t-1. Perform single exponential smoothing with a weight of one to give naive forecasting.

Prediction limits Based on the mean absolute deviation (MAD). The formulas for the upper and lower limits are:Upper limit = Forecast + 1.96 * 1.25 * MADLower limit = Forecast - 1.96 * 1.25 * MADThe value of 1.25 is an approximate proportionality constant of the standard deviation to the mean absolute deviation. Hence, 1.25 * MAD is approximately the standard deviation.

Page 25: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

25Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The three accuracy measures, MAPE, MAD, and MSD, were 1.12, 0.50, and 0.43, respectively for the single exponential smoothing model, compared to 1.55, 0.70, and 0.76, respectively, for the moving average fit (see Example of moving average). Because these values are smaller for single exponential smoothing, you can judge that this method provides a better fit to these data.

Page 26: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

26Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Lambda é Alpha no Minitab

Page 27: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

27Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Two Issues

• The initial value,

• The discount factor,

0~y

Page 28: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

28Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The Initial Value

Page 29: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

29Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Two Commonly Used Estimates

Page 30: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

30Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The discount factor, λ

Page 31: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

31Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The smoothed values follow the original observations more closely. In general, as

alpha gets closer to 1, and more emphasis is put on the last observation, the smoothed

values will approach the original observations.

From February 2003 to February 2004) the smoothed values consistently underestimate the actual data.

Use Options=25 para Initial Vaue

Use Options=1 para Initial Vaue

Page 32: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

32Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The choice of λ

• A value between 0.1 and 0.4 is commonly recommended

• For more rigorous method for estimating is given in 4.6.1

Page 33: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

33Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

A more general model

• For a more general model for y in time, we have

where is the vector of unknown parameters and t are the uncorrelated errors.

Page 34: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

34Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Second-Order Exponential Smoothing

• If the data shows a linear trend, a more appropriate model will be

Page 35: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

35Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Simple Exponential Smoothing on a Linear Trend

Bias in the fit!

Linear trend

Simple Exponential

Page 36: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

36Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Dow Jones Index (1999-2006)

Bias is obvious for =0.3 when there is a linear trend

Page 37: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

37Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Second-Order Exponential Smoothing

• The simple exponential smoothing of the first-order exponential smoother

Page 38: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

38Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Use for:·    Data with constant or non-constant trend, and·    Data with no seasonal pattern·    Short term forecastingForecast profile:·    Straight line with slope equal to last trend estimateARIMA equivalent: (0,2,2) model

Double Exponential Smoothing: When to Use

Page 39: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

39Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Weights Optimal ARIMA weights1    Minitab fits with an ARIMA (0,2,2) model to the data, in order to minimize the sum of squared errors.2    The trend and level components are then initialized by backcasting.Specified weights 1    Minitab fits a linear regression model to time series data (y variable) versus time (x variable).2    The constant from this regression is the initial estimate of the level component, the slope coefficient is the initial estimate of the trend component. When you specify weights that correspond to an equal-root ARIMA (0, 2, 2) model, Holt's method specializes to Brown's method.1

 [1]    N.R. Farnum and L.W. Stanton (1989). Quantitative Forecasting Methods. PWS-Kent.

Page 40: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

40Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Because the difference in accuracy measures for the two exponential smoothing methods are small, you might consider the type of forecast (horizontal line versus line with slope) in selecting between methods. Double exponential smoothing forecasts an employment pattern that is slightly increasing though the last four observations are decreasing. A higher weight on the trend component can result in a prediction in the same direction as the data, which may be more realistic, but the measured fit may not be as good as when Minitab generated weights are used.

Page 41: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

41Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 42: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

42Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The estimate of yT

Page 43: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

43Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 44: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

44Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 45: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

45Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.2:U.S. Consumer Price Index

Page 46: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

46Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.2

Page 47: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

47Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.2

Second-Order Exponential Smoothing

Page 48: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

48Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 49: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

49Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.3

• The second-order exponential smoothing on the Dow Jones Index data

Page 50: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

50Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 51: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

51Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Forecasting

• The -step-ahead forecast made at time T is denoted as

TyT ˆ

Page 52: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

52Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Constant Process

• We have

• The -step-ahead forecast at time T is

Page 53: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

53Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Updating the Forecast

Page 54: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

54Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Choice of λ

Page 55: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

55Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Prediction Intervals

Page 56: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

56Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.4

Page 57: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

57Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

The “best” value is 0.4

Page 58: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

58Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 59: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

59Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Linear Trend Model

Page 60: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

60Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Prediction Intervals

Page 61: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

61Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.5

• Attempt to find the lambda for the first-order exponential smoothing

SSE gets smalleras gets big. This may be an indication for aneed for a higher-orderSmoothing.

Page 62: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

62Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Forecasting using second-order exponential smoothing

The forecasts forthe year 2004 are all made at the end of 2003.

Note that the forecastsfurther in thefuture are gettingworse.

Page 63: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

63Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Forecasting using second-order exponential smoothing

The forecasts forthe year 2004 are made as 1-step-ahead forecasts done as data becomes avaliable in 2004.

Page 64: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

64Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Estimating the Variance of the Error

Page 65: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

65Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 66: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

66Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 67: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

67Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Adaptive Updating of the Discount Factor

Page 68: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

68Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Example 4.6

Page 69: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

69Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Model Assessment

Page 70: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

70Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Modeling Seasonal Data

• Additive Seasonal Model– If the amplitude of the seasonal pattern is

independent of the average level within the season

• Multiplicative Seasonal Model– If the amplitude of the seasonal pattern is

proportional to the average level within the season

Page 71: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

71Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Use for:·    Data with or without trend·    Data with seasonal pattern·    Size of seasonal pattern not proportional to data·    Short to medium range forecastingForecast profile:·    Straight line with seasonal pattern added onARIMA equivalent: noneUse for:·    Data with or without trend·    Data with seasonal pattern·    Size of seasonal pattern proportional to data·    Short to medium range forecastingForecast profile:·    Straight line multiplied by seasonal patternARIMA equivalent: none 

Winters' Method, Multiplicative Model: When to Use

Winters' Method, Additive Model: When to Use

Page 72: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

72Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Multiplicative model for decompositionUse when the size of the seasonal pattern depends on the level of the data. This model assumes that as the data increase, so does the seasonal pattern. Most time series plots exhibit such a pattern. In this model, the trend and seasonal components are multiplied and then added to the error component.

Additive modelA data model in which the effects of individual factors are differentiated and added together to model the data. They appear in several Minitab commands:·    An additive model is optional for Decomposition procedures and for Winter's method. Use an additive model when the magnitude of the data does not affect its seasonal pattern.·    An additive model is optional for two-way ANOVA procedures. Choose this option to omit the interaction term from the model.·    Median polish creates an additive model to describe data in a two-way table. This additive model describes raw data as the sum of row effects, column effects, residuals, and a common effect.

Page 73: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

73Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Model fitting Winters' method employs a level component, a trend component, and a seasonal component at each period. It uses three weights, or smoothing parameters, to update the components at each period. Initial values for the level and trend components are obtained from a linear regression on time. Initial values for the seasonal component are obtained from a dummy-variable regression using detrended data.

You can enter weights, or smoothing parameters, for the level, trend, and seasonal components. The default weights are 0.2 and you can enter values between 0 and 1. Since an equivalent ARIMA model exists only for a very restricted form of the Holt-Winters model, Minitab does not compute optimal parameters for Winters' method as it does for single and double exponential smoothing.Regardless of the component, large weights result in more rapid changes in that component; small weights result in less rapid changes. The components in turn affect the smoothed values and the predicted values. Thus, small weights are usually recommended for a series with a high noise level around the signal or pattern. Large weights are usually recommended for a series with a small noise level around the signal.

Page 74: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

74Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

For these data, MAPE, MAD, and MSD were 1.88, 1.12, and 2.87, respectively, with the multiplicative model. MAPE, MAD, and MSD were 1.95, 1.15, and 2.67, respectively (output not shown) with the additive model , indicating that the multiplicative model provided a slightly better fit according to two of the three accuracy measures.

Page 75: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

75Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 76: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

76Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Additive Seasonal Model

Page 77: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

77Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Additive Seasonal Model

Page 78: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

78Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Forecasting with Additive Seasonal Model

Page 79: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

79Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 80: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

80Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Multiplicative Seasonal Model

Note that the amplitude gets bigger as average level of the time series gets big.

Page 81: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

81Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Multiplicative Seasonal Model

Page 82: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

82Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br

Page 83: 1 Previsão | Pedro Paulo Balestrassi |  4 – Exponential Smoothing Methods

83Previsão | Pedro Paulo Balestrassi | www.pedro.unifei.edu.br