Hi all,
First of all, I apologise if this is a very basic question: I have just started learning econometrics and STATA. However, I wasn't able to find answers elsewhere, so I hope that somebody will be able to lend guidance here.
I am trying to fit a model on the volatility of S&P 500 and see if structural breaks can be identified around times of economic or political turmoil. After reading up on it, I have come to understand that GARCH(1,1) models are the standard for volatility modeling. However, I would like to add exogenous regressors to the conditional variance regression: for instance dummies for times of economic uncertainty but also other contols. Ie something on form:
y_t = \epsilon_t
\sigma_T^2 = c + b_1 \epsilon_t-1^2 + b_2 \sigma_t-1^2 + b_3 dummy + b_4 x
How can I do this in STATA? I have looked up the "arch" command documentation, but all I can find in terms of exogenous variables is the "het(varlist)" option, which (if I understand it correctly) adds the variables are a multiplicative exponential. Is there a way to get them linear?
Also, is there any structural break test built into STATA which can be used with arch? The dummy variable solution I feel is not ideal, but estat sbknown and it's peers don't work with it.
Many thanks!
Alex
Related Posts with Exogenous regressors in GARCH(1,1) and structural break
Stata: Statistics vs "Data Science"I have recently joined a company heavy in "Data Science". I thought, great, I love statistics myself…
how to use stata discretizing a continuous variable optimally?Hi guys, I just meet an interesting problem. My boss asked me to recode a continuous variable, for …
Combining/Overlaying Interrupted Time Series Graphs Generated From the ITSA Command?Hi folks, I have two separate single-group interrupted time-series graphs generated using the -itsa-…
Is there any chance that the coefficient of a dummy variable receiving the value higher than 1?Today when I run a regression (in specific Difference-in-Differences but I think it does not matter …
Not able to install rcall from GithubHi users, I am trying to install the stable version of the rcall from GitHub from the STATA command …
Subscribe to:
Post Comments (Atom)
0 Response to Exogenous regressors in GARCH(1,1) and structural break
Post a Comment