Hello everyone,
I wanted to run a mean equation using OLS with robust s.e.,, like below:
reg ir L.ir L.gr L.dummy, vce(robust)
predict ir_ols_res,res
where ir is irish 10-year yield, gr is the greek one and a dummy variable.
Then, I want to run EGARCH with the residuals from the above regression. So, I figured that I can just use the residuals from the above without constant as below:
arch ir_ols_res, noconstant earch(1/1) egarch(1/1)
Does that make sense, is it correct?
Thank you,
Related Posts with Egarch
Arithmetic, Geometric and Harmonic totals, and Arithmetic, Geometric and Harmonic weighted meansThe Arithmetic_Mean = (Sum Xi)/n, and therefore n*Arithmetic_Mean= Sum Xi. This fact motivates me to…
Lassologit errorHello everyone, I am having the following error when running lassologit Code: lassologit loan_clo…
Intra-obsever variabilityDear colleagues can I still use kap in stata for intra-observer variability? I have two readings by …
Calculating confidence intervals for box-tidwell power estimatesHi all, I have run a logistic regression using the user-written command boxtid, and would now like …
Constucting the KZ IndexHello everyone, I have a hard time on how to figure out how to construct the KZ index based on http…
Subscribe to:
Post Comments (Atom)
0 Response to Egarch
Post a Comment