Hi Tom,
How do I estimate a TARCH model, similar to the GJR-GARCH model, but parameterises volatility as a function of lagged absolute value of the residuals?
e.g. TARCH(1,1,1):
sigma(t) = omega + alpha1*abs(resid(t-1)) + gamma1*abs(resid(t-1))*IND(resid(t-1)<0) + beta1*sigma(t-1).
Thanks,
Amarjit
Threshold ARCH (TARCH) model
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Threshold ARCH (TARCH) model
Have you looked at the examples in GARCHUVMAX.RPF? That has a number of examples with asymmetry in different forms.
-
ac_1
- Posts: 494
- Joined: Thu Apr 15, 2010 6:30 am
Re: Threshold ARCH (TARCH) model
ThanksTomDoan wrote:Have you looked at the examples in GARCHUVMAX.RPF? That has a number of examples with asymmetry in different forms.