Sunday, October 1, 2017

volatility - Why is the GARCH intercept supposed to be strictly positive?


Maybe it's a simple question but I don't really understand why it is theoretically required. Let's take the standard GARCH(1,1) σ2t+1=ω+αϵ2t+βσ2t

In most textbooks the conditions are: ω>0, α,β0 and α+β<1.


I don't know in other contexts, but for financial series, α and β are in most cases strongly significant, positive and rather persistent (sum slightly less than 1). By construction (since they are squared) ϵ2t and σ2t are always positive. The positivity of both coefficients α and β and lagged variables ϵ2t and σ2t ensures the positivity of σ2t+1. Considering this, why then should ω be strictly positive and why is the condition 0 not enough?


I have a few series for which I want to estimate the conditional volatility equation. Most of them have a positive intercept, but some of these have ω=0 with positive coefficients α and β. What should I do since this is not theoretically contemplated in textbooks? How should I interpret these results?



Answer



Consider the GARCH(1,1) process rt+1=σt+1zt+1σ2t+1=ω+αr2t+βσ2t

for the returns rt, with ztN(0,1) IID.


In what follows, let us distinguish the conditional return variance V[rt+1|Ft]=σ2t+1

from the unconditional return variance V[rt+1]
where Ft denotes the information available up to time t (filtration), in our case all past values {σt,...,σ0,rt,...,r0}.


First, notice that if both α and β happen to be zero, then if ω is allowed to reach zero as well there is a possibility that the conditional variance will become zero.


Second, because zt are zero-mean, unit variance and i.i.d, we have that the unconditional returns' variance is strictly equal to (*) V[rt+1]=E[r2t+1]E[rt+1]2=E[r2t+1]=E[σ2t+1z2t+1]=E[σ2t+1]E[z2t+1]=E[σ2t+1]



We can use this relationship along with the GARCH definition to write V[rt+1]=E[σ2t+1]=E[(ω+αr2t+βσ2t)]=ω+αV[rt]+βV[rt]=ω+V[rt](α+β)

Now, assuming weak stationarity we should have that the unconditional variance σ2 is such that σ2=V[rt+1]=V[rt]
which using the above gives σ2=ω1αβ
From which we see why the condition α+β<1 is relevant but also that allowing ω to reach zero would also imply a possibility that the unconditional variance becomes zero.


At the end of the day, we therefore have that if ω=0 while the other coefficients are positive, you will have (conditional) heteroskedasticity in the sense that conditional variance will evolve through time, but the unconditional stationary variance will be zero, with unrealistic consequence that returns become deterministic at some point.


(*) This could have been anticipated since V[rt+1]=V[rt+1|F0]=E[r2t+1|F0]=E[E[r2t+1|Ft]|F0]=E[V[rt+1|Ft]|F0]=E[σ2t+1|F0]=E[σ2t+1]

where we have made use of the tower law (and the fact that zt are zero-mean and independently distributed so that E[rt+1]=0).


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...