Студопедия
Случайная страница | ТОМ-1 | ТОМ-2 | ТОМ-3
АвтомобилиАстрономияБиологияГеографияДом и садДругие языкиДругоеИнформатика
ИсторияКультураЛитератураЛогикаМатематикаМедицинаМеталлургияМеханика
ОбразованиеОхрана трудаПедагогикаПолитикаПравоПсихологияРелигияРиторика
СоциологияСпортСтроительствоТехнологияТуризмФизикаФилософияФинансы
ХимияЧерчениеЭкологияЭкономикаЭлектроника

Penalty estimation

Читайте также:
  1. Criteria for estimation of students’ educational achievements
  2. Estimation rules of direct measurement random error
  3. Indirect measurement error estimation rules
  4. Injured; insurance; penalty; conduct; fear; takes advantage; offences; purpose; condemn; enable; set; charged with; offenders
  5. Signal Estimation

 

1. For each trial value of c do the following

 

(a) For each time series {y ( tj ) }, j = 1..., N, select a model with the minimum LEIC using (7.2) and ζ (n) = the trial value for c.

 

(b) For each forecast horizon h, h = 1,..., H, and time series {y ( tj ) }, j = 1..., N, compute the absolute scaled error

 

    (j) (c, j) (h) |    
  |ynj + h − y ˆ nj      
ASE(h, c, j) =   MAE j   ,    
             
where MAE j = (nj 1) 1 n (j) (j)   (c, j)    
j   (h) is the h -  
t =2 |yt yt− 1 |, and y ˆ nj  

step-ahead forecast using the model selected for the j th series.

 

2. For each value of c and for each forecast horizon h, calculate the mean absolute scaled error MASE across the N time series to obtain

 

MASE(h, c) =   N (7.4)  
N ∑ ASE(h, c, j).  
  j =1    
       


Appendix: Model Selection Algorithms  

 

3. Select a value of c ( h ) by minimizing the MASE(h, c) over the grid of c values. Thus, a value of c ( h ) is selected for each forecast horizon h, h = 1,..., H.

 

4. Compute the final value of c by averaging the H values of c ( h ):

 

    H  
c = c ( h ).  
  H h =1  
     

Observe that MASE(H, i, j) in (7.3) is an average across H forecast hori-zons for a specified model i and time series j, while MASE(h, c) in (7.4) is an average across N time series for a fixed forecasting horizon h and model determined by trial value c. Also, it is important to re-estimate the param-eters and initial state vector for the selected model by using all of the nj values.

 

Prediction Validation Method of Model Selection

 

The prediction validation method (VAL) is a method that has frequently been used in practice. In this method, a model is chosen from M models for time

 

series {y ( tj ) } as follows:

 

1. Divide the fitting set for time series {y ( tj ) } of length nj into two segments: the first segment consists of nj = nj − H observations, and the second

  segment consists of the last H observations.
2. Using y 1( j ) to yn ( j ), find the maximum likelihood estimates for each model
  j
  i, i =1,..., M.
3. For each model i, compute the forecasts y ˆ n ( i , j )(h), h = 1,..., H.
  j

4. Compute the MASE(H, i, j), as defined in (7.3), with nj replaced by nj.

5. Choose model kj, where

 

MASE(H, kj, j) = min { MASE(H, i, j); i = 1,..., M}.

 

The parameters and initial state vector for the selected model must be re-estimated using all nj values.


 

Normalizing Seasonal Components

 

In exponential smoothing methods, the m seasonal components are com-bined with level and trend components to indicate changes to the time series that are caused by seasonal effects. It is sometimes desirable to report the value of these m seasonal components, and then it is important for them to make intuitive sense. For example, in the additive seasonal model ETS(A,A,A), the seasonal components are added to the other components of the model. If one seasonal component is positive, there must be at least one other seasonal component that is negative, and the average of the m seasonal components should be 0. When the average value of the m additive seasonal components at time t is 0, the seasonal components are said to be normalized. Similarly, we say that multiplicative seasonal components are normalized if the average of the m multiplicative seasonal components at time t is 1.

 

Normalized seasonal components can be used to seasonally adjust the data. To calculate the seasonally adjusted data when the model contains an additive seasonal component, it is necessary to subtract the seasonal compo-nent from the data. For a multiplicative seasonal component, the data should be divided by the seasonal component.

 

Thus far, the specified models have not had normalized seasonal com-ponents. This is because normalization is only necessary when the seasonal component is to be analyzed separately or used for seasonal adjustment. If one is only interested in the point forecasts and forecast variances for prediction intervals, then it is not necessary to normalize the seasonal com-ponents. In most cases, the forecasts and forecast variances obtained with the non-normalized models are identical to those obtained with the normalized models. As we will see, the only exception to this equivalence is when the trend is multiplicative and the seasonality is additive.

 

In Sect. 8.1, we discuss normalizing models with additive seasonal com-ponents. Normalization of models with multiplicative seasonal components is covered in Sect. 8.2. An example to show the potential importance of normalization is presented in Sect. 8.3.


124 8 Normalizing Seasonal Components

 

8.1 Normalizing Additive Seasonal Components

 

The additive seasonal components are said to be normalized when the sum of any m consecutive components sum to zero:

 

m− 1  
sti = 0 for t ≥ 0. (8.1)

i =0

 

A common practice is to impose (8.1) for t = 0 so that estimates of the m initial seasonal components in x 0 sum to 0. (The simplest way to impose this constraint is to estimate only m − 1 of the initial seasonal components and set the final component to be minus the sum of the others.)

However, for the models with additive seasonality that we have seen in previous chapters, the normalization property (8.1) for the estimates of the seasonal components is lost for t > 0 as they are revised in the exponential smoothing process. To illustrate this point, we examine the case of additive errors. Note that the seasonal component is defined by

st = stm + γε t (8.2)

= st− 2 m + γ (ε t + ε t−m)

.

.

.

tm

 

= st + m + γε t−im , i =0

 

where tm = (t − 1)/ m_ and t + m = _(t − 1) mod m _ + 1 − m. Therefore,


m− 1 m− 1 t
st−i = ∑ s−k + γε i
i =0 k =0 i =1

t

= γε i.

i =1


 

So the sum of m consecutive components behaves like a random walk and, over time, will range a long way from zero, particularly if γ is large.

 

One solution that has been suggested for the normalizing problem in the additive error situation is to replace (8.2) with the following equation:

 

m− 1  
st = st−i + γε t. (8.3)

i =1

 

Although the expected value of the sum ∑ mi = 01 sti is 0, this proposed model does not have the property that the sum of any m consecutive seasonal com-ponents is 0. Furthermore, estimates of the individual seasonal components can (and frequently do) become quite unrealistic with this formulation of the seasonal state equation. If ∑ mi = 01 si = 0, as is required in practice for initial estimates, then (8.3) is equivalent to st = st m + γ (ε t − ε t 1). Looking at (8.3) in this latter form makes it seem even more unreasonable as a substitute for (8.2).


8.1 Normalizing Additive Seasonal Components  

 

8.1.1 Roberts-McKenzie Normalization

 

Roberts (1982) and McKenzie (1986) showed how to normalize the seasonal estimates of additive seasonal components in the case when both the trend and the errors are also additive. In their method, every seasonal component has to be revised in each time period. In order to describe and extend their method, we first introduce a new notation. The seasonal component at time

t for the season that corresponds to time period t − i will be denoted by st ( i ),  
i = (i) (i− 1) represent seasonal components  
0,..., m − 1. Note that st and st 1  

for the same season at two different time periods, t and t − 1. Then, for all models in Tables 2.2 and 2.3 with an additive seasonal component, the state equations for the seasonal components can be written as follows:

 

s (0)= s ( m 1)+ γq (x t− 1 ) ε t, (8.4a)  
t t− 1      
st ( i )= st ( i 11), i =1,..., m − 1, (8.4b)  
where q (xt 1) = 1 for models with additive error, q (xt 1) = y ˆ t|t 1for  
           

models with multiplicative error, and xt = [ _t, bt, s ( t 0), s ( t 1),..., s ( tm 1)] _. In the

(m− 1)

observation equation, we replace the seasonal component stm by st 1. To obtain normalized seasonal components that correspond to the

Roberts (1982) and McKenzie (1986) normalization, we simply subtract a

 

small term at, called the additive normalizing factor, from each s ( ti ) to ensure that the seasonal components at each time period sum to zero. Thus, (8.4) is replaced by

 

(0) (m− 1) + γq (x ˜ t 1) ε t − at, (8.5a)  
s ˜ t = s ˜ t 1  
s ˜ t ( i )= s ˜ t ( i 11) − at, i =1,..., m − 1, (8.5b)  

 

where a tilde is used to denote the normalized components, and the additive normalizing factor is

at = (γ / m) q (x ˜ t 1) ε t.

Observe that for these normalized seasonal components

m− 1( i ) m− 2     (i)                 (m 1 )            
s ˜ t = ∑ _ s ˜ t       (γ / m) q (x ˜ t 1) ε t _ + _ s ˜ t     + (γ γ / m) q (x ˜ t 1) ε t  
       
i =0 i =0                       _  
  m− 1   (i) 1.                                  
  =s ˜ t                                  
  i =0                                          

 

Thus, if the initial values of the seasonal components at t = 0 sum to 0, this property is maintained at all time periods.

 

When both the trend and the seasonal components are additive, we will show that an additional adjustment in the level equation will maintain the


126 8 Normalizing Seasonal Components

 

same forecast means and variances for the model. However, for models with multiplicative trend but additive seasonality, the normalized model will give different forecasts from the non-normalized model.

 

8.1.2 Adjusted Components

 

In almost all cases, the Roberts-McKenzie scheme outlined above can be implemented simply by adjusting the usual state components to obtain nor-malized components. That is, we can use the original models for forecasting and recover the normalized factors later if required.

 

With the new notation for the seasonal components, the damped trend additive seasonal models, ETS(A,Ad,A) and ETS(M,Ad,A) from Tables 2.2 and 2.3, have the following form:

 

yt = _ t− 1 + φb t− 1 + s ( m 1) + q (x t− 1 ) ε t, (8.6a)  
        t− 1      
  _t = _t− 1 + φbt− 1 + αq (xt 1) ε t,     (8.6b)  
  bt = φbt 1+ βq (xt 1) ε t,     (8.6c)  
s (0)= s ( m 1)+ γq (x t− 1 ) ε t,     (8.6d)  
t t− 1                
st ( i )= st ( i 11), i =1,..., m − 1.     (8.6e)  
                       

The only models in Tables 2.2 and 2.3 with additive seasonal components that are not represented as special cases of (8.6) are those with multiplicative trend.

 

The normalized form of the models represented in (8.6) is given below:

 

yt ˜   ˜ + s ˜ (m− 1) + q (x ˜   ) ε t, (8.7a)  
= _ + φb t− 1 t− 1  
˜ ˜ t− 1   ˜ t− 1          
_t = _t 1 + φbt 1 + αq (x ˜ t 1) ε t + at, (8.7b)  
˜ ˜               (8.7c)  
bt = φbt− 1 + βq (x ˜ t− 1) ε t,        
(0) (m− 1) + γq (x ˜ t 1) ε t − at,     (8.7d)  
s ˜ t = s ˜ t 1        
s ˜ t ( i )= s ˜ t ( i 11) − at, i =1,..., m − 1. (8.7e)  

We now turn to examining how the states, the forecast means, the forecast variances, and the prediction distributions for the original model in (8.6) are related to those for the normalized model in (8.7). The cumulative additive normalizing factor is defined as

 

1 m− 1

At =s ( i ), t 0.

m i =0 t

 

Assume that we have observed y 1, y 2,..., yt, and x 0 = x ˜0, with ∑ mi = 01 s ˜0( i ) = 0. Then the following relationships between the normalized model (8.7) and

the original model (8.6) are valid (see Appendix):


8.1 Normalizing Additive Seasonal Components  

 

Recursive formula for the cumulative additive normalizing factor:

 

      At = At− 1+ at. (8.8)  
Normalized states at time t:        
˜         (8.9a)  
_t = _t + At,    
˜         (8.9b)  
bt = bt,      
s ˜ t ( i )= st ( i ) − At for i = 0,..., m − 1. (8.9c)  
Point forecasts and forecast errors are equal for all t ≥ 0 and h ≥ 1:    
y ˜ t + h|t = y ˆ t + h|t = _t + φh bt + s ( mhm ), (8.10)  
    t    

where y ˜ t + h|t is the forecast using (8.7) and hm = (h − 1)/ m_.

 

• Forecast variances are equal for all t ≥ 0 and h ≥ 1:

– Class 1 models from Chap. 6 where q (xt) = µt + h|t = 1,

v ˜ t + h|t = vt + h|t σ 2     if h = 1 (8.11)  
= _ σ 2 1 + hj = 11 c 2 j if h 2.  
          _   _          
– Class 2 models from Chap. 6 where q (xt) = µt + h|t = y ˆ t +1 |t    
v ˜ t + h|t = vt + h|t = (1+ σ 2) θh µ 2 t + h|t ,       (8.12a)  
    = _ µ 2     if h = 1   (8.12b)  
θ h t +1 |t + σ 2hj = 1 c 2 j θh   j if h        
    µ 2 2,      
        t + h|t              
where cj = w_F j 1 g (see Table 6.2 on page   for values of cj  
corresponding to specific models).                
Simulated prediction distributions are the same:            
y ˜ t (+ i ) h = yt (+ i ) h for the i th simulated value at time t, (8.13)  

 

where y ˜( t + i ) h is the value simulated using (8.7).

 

The results in (8.8)–(8.13) are valid for the ETS(A,Ad,A) and ETS(M,Ad,A) models, and any of their special cases in Tables 2.2 and 2.3. Thus, for these models it is clearly not necessary to normalize the seasonal factors if one is only interested in the forecasts and the prediction intervals. It is also possible to apply (8.9) at any time period t to find the normalized components when forecasting with the original models. Observe that it is necessary to adjust the level _t if its value is to be reported or if one plans to continue the exponential smoothing process with the values of the new components.


128 8 Normalizing Seasonal Components

 

Because αq (x ˜ t 1) ε t + at = (α + γ / m) q (x ˜ t 1) ε t, the smoothing parameter for the level in the normalized model (8.7) is α + γ / m. This model may be

 

simplified slightly by letting α = α + γ / m; that is, only altering the equa-tions for the seasonal components. The values for the components, forecasts, and forecast variances produced using this modification are identical to those from the normalized model in (8.7).

 

When the trend is multiplicative, a model analogous to (8.7) can be used for normalization. However, in contrast to the case of additive trend, the forecasts will be somewhat altered from the original form of the model (see Exercises 8.2 and 8.3). Nevertheless, we recommend that this model be used whenever normalized components are required.

 

 

8.2 Normalizing Multiplicative Seasonal Components

 

As in the case of additive seasonal components, it may be desirable to report the values of the multiplicative seasonal components. We will continue to denote the seasonal component at time t for the season that corresponds to

 

time period t − i by s ( ti ), i = 0,..., m − 1. The multiplicative seasonal com-ponents are said to be normalized when the seasonal components from any m consecutive time periods have an average of 1, or equivalently, a sum of m:

 

m− 1

sti = m, for t ≥ 0.

i =0

 

The normalization procedure for multiplicative seasonality was introduced by Archibald and Koehler (2003).

 

To normalize multiplicative seasonal components, we replace (8.4) by


 

s ˜(0) = s ˜( m 1)+ γq (x ˜ t− 1 ) ε t / rt,  
t   t− 1   _  
(i)   _(i− 1) / rt,    
s ˜ t = s ˜ t 1   i =1,..., m − 1,  

where rt is a multiplicative normalizing factor:

 

rt =1+ (γ / m) q (x ˜ t 1) ε t,

 

and q (x ˜ t 1) takes one of the following values:

 

Multiplicative error

q (x ˜ t 1) = s ˜( m 1).

 

t− 1

 

Additive error with no trend

q (x ˜ t 1) =1/˜ t 1.

_


 

(8.14a)

 

(8.14b)

 

 

(8.15)

 

 

(8.16)


8.2 Normalizing Multiplicative Seasonal Components    
Additive error and additive damped trend (φ =1 for no damping)    
˜ ˜ (8.17)  
q (x ˜ t 1) =1/(_t 1 + φbt 1).  

Additive error and multiplicative damped trend (φ =1 for no damping)

˜˜ φ (8.18)  
q (x ˜ t− 1) = 1/(_t− 1 bt 1).  

Assuming that ∑ mi = 01 s ˜0( i ) = m for the initial estimates, the sum of seasonal components at any time t is m. This can be shown by noting that if the sea-sonal components are normalized (i.e., the sum is m) at time period t − 1, then they are normalized at time period t:

m 1 (i)     (m 1)           m− 2( i 1) _  
s ˜ t =   s ˜ t         + γq (x ˜ t 1) ε t +s ˜ t      
rt          
i =0   __             _ i =0      
  =   m− 1 (i) 1 + γq (x ˜ t     1) ε t _            
  rt s ˜ t            
    _ i =0                        
  =   m + γq (x ˜ t 1) ε t                      
      + (γ / m) q (x ˜ t 1) ε t                    

= m.

 

In the normalized form of the models, we multiply the level and growth by rt if the trend is additive and multiply only the level equation by rt if there is no trend or if the trend is multiplicative. For example, the ETS(M,Ad,M) model from Table 2.3 has the form


yt = (_ t− 1 + φb t− 1 ) s ( m 1)(1 + ε t),  
    t− 1  
_t = (_t 1 + φbt 1)(1 + αε t),  
bt = φbt− 1+ β (_t− 1+ φbt− 1) ε t,  
st (0)= s ( m 1)(1+ γε t),  
t− 1        
st ( i )= st ( i 11), i =1,..., m − 1,  

and the normalized form of the ETS(M,Ad,M) model is given by

 

        ˜             ˜     (m− 1) (1 + ε t),    
yt = (_t− 1   + φbt− 1) s ˜ t− 1    
˜       ˜           ˜                   rt,      
_t = (_t 1 + φbt 1)(1 + αε t)      
b ˜ t = _ φb ˜     + β (_ ˜ t     + φb ˜ t     )_ ε t r ,  
    _   t                       t    
(0) = (m 1) (1                   _      
s ˜     s ˜       + γε t) / rt,                  
t       t                   _                    
(i)   _(i 1) / rt,                            
s ˜ t   = s ˜ t 1         i =1,..., m − 1.  

 

(8.19a)

 

(8.19b)

 

(8.19c)

 

(8.19d)

 

(8.19e)


130 8 Normalizing Seasonal Components

 

We now find results for multiplicative seasonality that correspond to those for additive seasonality. Assume that we have observed y 1, y 2,... yt,

 

with ∑ mi = 01 s ˜0( i ) = m. Then the following results are valid (see Exercise 8.4):

 

The cumulative multiplicative normalizing factor is given by

 

1 m− 1

Rt = s (i), t ≥ 0. (8.20)

m i =0 t

 

Recursive formula for the cumulative multiplicative normalizing factor:

 

    Rt +1= Rt rt +1. (8.21)  
Normalized states at time t:        
˜       (8.22a)  
_t = _t Rt,      
bt Rt if the trend is additive    
b ˜ t =_ bt   if the trend is multiplicative, (8.22b)  
s ˜ t ( i )= st ( i )/ Rt for i = 0,..., m − 1. (8.22c)  
Point forecasts are equal for all t ≥ 0 and h ≥ 1:    
    y ˜ t + h|t = y ˆ t + h|t , (8.23)  
where y ˜ t + h|t is the forecast using (8.19).    
Simulated prediction distributions are the same:    
y ˜ t (+ i ) h = yt (+ i ) h for the i th simulated value at time t, (8.24)  
where y ˜ t (+ i ) h is the simulated value using (8.19).    
For Class 3 models in Chap. 6, means and variances are equal:    
µ ˜ t + h|t = µt + h|t see (6.4) and (6.7), (8.25a)  
v ˜ t + h|t = vt + h|t see (6.5) and (6.8). (8.25b)  

Because the forecasts are the same with and without normalizing, it is not important to normalize the components unless the values of the com-ponents need to be provided. Moreover, one can normalize the components at any time period by using (8.22). Notice that all the components (level, slope and seasonal) must be adjusted if one intends to re-start the exponential smoothing process with the normalized values.


8.3 Application: Canadian Gas Production  

 

8.3 Application: Canadian Gas Production

 

To demonstrate the normalization procedure, we will use Canadian gas pro-duction data shown in the top panel of Fig. 8.1. Because the seasonal pattern is changing rapidly throughout the series, this series is likely to have a high value of γ in the fitted models, and is therefore likely to have the estimated seasonal component wander away from one.

 

We fit an ETS(M,N,M) model to these data with α = 0.2 and γ = 0.6. The level and seasonal components are shown in Fig. 8.2. The original sea-sonal component has wandered some distance away from one, and the level is lower to compensate. After normalization, the seasonal component stays close to one and the level reflects the true level of the original series.

 

When we divide the original series by the normalized component, we obtain seasonally adjusted data. These are shown in the bottom panel of Fig. 8.1.


132 8 Normalizing Seasonal Components

 

      Original data      
           
             
cubic metres            
billion            
             
             
      Year      


Дата добавления: 2015-10-24; просмотров: 247 | Нарушение авторских прав


Читайте в этой же книге: B) Local trend approximation 4 страница | Parsimonious Seasonal Model | Quarterly sales distribution: 16 steps ahead | Lead time demand distribution: 3−steps ahead | Example 6.1: ETS(M,N,M) model | Lead−time demand variance | Forecast Variance | Example 6.4: Forecast variance for the ETS(A,A,A) model 1 страница | Example 6.4: Forecast variance for the ETS(A,A,A) model 2 страница | Example 6.4: Forecast variance for the ETS(A,A,A) model 3 страница |
<== предыдущая страница | следующая страница ==>
Example 6.4: Forecast variance for the ETS(A,A,A) model 4 страница| Exercise 8.3.

mybiblioteka.su - 2015-2024 год. (0.07 сек.)