You are on page 1of 9

ARCH and GARCH

Modeling Volatility Dynamics


Modeling Unequal Variability

• Equal Variability: Homoscedasticity

• Unequal Variability: Heteroscedasticity


– Means any variability (around the mean)
that is not homoscedasticity
– Models must be developed for specific
cases
What These Acronym Mean?

• ARCH
– Autoregressive Conditional
Heteroscedasticity

• GARCH
– Generalized ARCH
Information in e2

• Let t have the mean 0 and the variance t.

• Let et be the residual of a model fitted.

• Then:
– et estimates t

– et2 estimates the variance t2.


ARCH Modeling of t2.

• ARCH(1)

    
t
2 2
( t 1)

• ARCH as AR(1) on     t
t
2
t
2

    
t
2 2
( t 1)  t
GARCH
• GARCH(1)

    
t
2 2
( t 1)   2
( t 1)

• GARCH (1) as ARMA(1,1) on  t2   t2  t

       
t
2 2
( t 1)   t    t 1
t  0

Asymmetry in GARCH - TARCH

• TARCH(1,1)

    
t
2 2
t 1   d 2
t 1s   2
t 1

d = 1 if t < 0, and = 0 if t > 0


Asymmetry in GARCH - EGARCH

• EGARCH(1,1)

 t 1  t 1
log        log 
t
2 2
t 1  
    t 1  t 1
 t2  0

  0 for asymmetric effect


Eviews Command

ARCH(p, q) series_name c

You might also like