14.03.2014 Views

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

Modeling and Multivariate Methods - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 14 Performing Time Series Analysis 379<br />

Smoothing Models<br />

The example shown here has the Level weight (α) fixed at a value of 0.3 <strong>and</strong> the Trend weight (γ) bounded<br />

by 0.1 <strong>and</strong> 0.8. In this case, the value of the Trend weight is allowed to move within the range 0.1 to 0.8<br />

while the Level weight is held at 0.3. Note that you can specify all the smoothing weights in advance by<br />

using these custom constraints. In that case, none of the weights would be estimated from the data although<br />

forecasts <strong>and</strong> residuals would still be computed. When you click Estimate, the results of the fit appear in<br />

place of the dialog.<br />

Simple Exponential Smoothing<br />

The model for simple exponential smoothing is y t<br />

= μ t<br />

+ α t .<br />

The smoothing equation, L t = αy t +(1– α)L t-1 , is defined in terms of a single smoothing weight α. This<br />

model is equivalent to an ARIMA(0, 1, 1) model where<br />

( 1 – B)y t<br />

= ( 1 – θB)α t with θ = 1 – α .<br />

The moving average form of the model is<br />

∞<br />

y t<br />

= a t<br />

+ αa t–<br />

j<br />

j – 1<br />

Double (Brown) Exponential Smoothing<br />

The model for double exponential smoothing is y t<br />

= μ t<br />

+ β 1<br />

t+<br />

a t .<br />

The smoothing equations, defined in terms of a single smoothing weight α are<br />

L t<br />

= αy t<br />

+ ( 1 – α)L t – 1 <strong>and</strong> T t<br />

= α( L t<br />

– L t – 1<br />

) + ( 1 – α)T t – 1 .<br />

This model is equivalent to an ARIMA(0, 1, 1)(0, 1, 1) 1 model<br />

( 1 – B) 2 y t<br />

= ( 1 – θB) 2 a t where θ 11 ,<br />

= θ 21 , with θ = 1 – α .

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!