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.

380 Performing Time Series Analysis Chapter 14<br />

Smoothing Models<br />

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

∞<br />

y t<br />

= a t<br />

+ ( 2α + ( j – 1)α )a t–<br />

j<br />

j = 1<br />

Linear (Holt) Exponential Smoothing<br />

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

= μ t<br />

+ β t<br />

t + a t .<br />

The smoothing equations defined in terms of smoothing weights α <strong>and</strong> γ are<br />

L t<br />

= αy t<br />

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

+ T t – 1<br />

) <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, 2, 2) model where<br />

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

= ( 1 – θB – θ 2 B 2 )a t with θ = 2 – α – αγ <strong>and</strong> θ 2<br />

= α – 1 .<br />

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

∞<br />

y t<br />

= a t<br />

+ ( α + jαγ)a t – j<br />

j = 1<br />

Damped-Trend Linear Exponential Smoothing<br />

The model for damped-trend linear exponential smoothing is y t<br />

= μ t<br />

+ β t<br />

t+<br />

a t .<br />

The smoothing equations in terms of smoothing weights α, γ, <strong>and</strong> ϕ are<br />

L t<br />

= αy t<br />

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

+ ϕT t – 1<br />

) <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(1, 1, 2) model where<br />

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

= ( 1 – θ 1 B – θ 2 B 2 )a t with θ 1<br />

= 1 + ϕ– α–<br />

αγϕ <strong>and</strong> θ 2<br />

= ( α – 1)ϕ.<br />

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

∞<br />

α + αγϕ( ϕ j – 1)<br />

<br />

y t<br />

= α t<br />

+ ---------------------------------------<br />

αt<br />

ϕ – 1 – j<br />

<br />

j = 1<br />

Seasonal Exponential Smoothing<br />

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

= μ t<br />

+ st () + a t .<br />

The smoothing equations in terms of smoothing weights α <strong>and</strong> δ are<br />

L t<br />

= α( y t<br />

– S t – s<br />

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

= δ( y t<br />

– L t–<br />

s<br />

) + ( 1 – δ)ϕS t–<br />

s

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

Saved successfully!

Ooh no, something went wrong!