-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GARCH-M #95
Comments
In principle that should work, yes. The new
appropriately. However, one might also want users to be able to combine, e.g., ARMA together with GARCH-M. That would require a bigger redesign, e.g., via composition: all |
I make no promises, but I predict myself needing the basic GARCH-M functionality soon (next couple of months), so I could perhaps tackle that. I see what you are saying about extending the whole of the |
You may be right about ARMA models, but I could imagine that people in empirical asset pricing might want a regression specification (another Having said that, maybe it doesn't hurt to implement the simple case first, and then generalizing later (though that would then be breaking). |
While I'm here and looking over the code, another thing that would be useful is the addition of a
MeanSpec
which includes the variance (or volatility or log volatility -- I'm not sure which is the most common convention).I'm guessing it wouldn't represent a huge change? Would it be mostly a copy-paste of the code for
Intercept
?The text was updated successfully, but these errors were encountered: