Request for codes of basic EGARCH model
Posted: Tue Mar 03, 2015 10:37 am
Hi Tom,
Can I ask for the code of basic EGARCH variance equation? The build-in function cannot serve my aim, since I need do some extra changes to the original equation. I write EGARCH(1,1) as follows, but it seems wrong.
The basic variance equation of EGARCH(1,1) is:
log(σt^2)=ω+α*|ε(t-1)|/σ(t-1) +δ* ε(t-1)/σ(t-1) +β*log(σ(t-1)^2)
The codes I write is:
frml ht = exp(a0+a1*abs(u{1})/v{1}+a2*u{1}/v{1})+a3*(log(v{1}**2))
Many thanks,
Aixia
Can I ask for the code of basic EGARCH variance equation? The build-in function cannot serve my aim, since I need do some extra changes to the original equation. I write EGARCH(1,1) as follows, but it seems wrong.
The basic variance equation of EGARCH(1,1) is:
log(σt^2)=ω+α*|ε(t-1)|/σ(t-1) +δ* ε(t-1)/σ(t-1) +β*log(σ(t-1)^2)
The codes I write is:
frml ht = exp(a0+a1*abs(u{1})/v{1}+a2*u{1}/v{1})+a3*(log(v{1}**2))
Many thanks,
Aixia