Skip to content
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

Realized GARCH #53

Open
tbeason opened this issue Apr 3, 2020 · 5 comments
Open

Realized GARCH #53

tbeason opened this issue Apr 3, 2020 · 5 comments

Comments

@tbeason
Copy link

tbeason commented Apr 3, 2020

How much of a pain would it be to try to implement Realized GARCH models, or should that go in a different package? My gut feelings suggest that they are just different enough that it would be a pain to try to fit them in with the existing code here.

https://onlinelibrary.wiley.com/doi/abs/10.1002/jae.1234

@azev77
Copy link
Contributor

azev77 commented Apr 4, 2020

Hansen has really nice slides where he shows RealizedGarch/EGarch is a generalization of Garch/EGarch.
Since ARCHModels.jl is the main such Julia package it seems natural to include Realized Garch unless @s-broda doesn't think there is any demand.

Hansen's slides 28-29 include a model zoo w/ 16 ARCH models & this package already has most of them...

@tbeason
Copy link
Author

tbeason commented Apr 4, 2020

The thing that seems difficult to adapt into the existing code base is that the existing implementations only have one observable (returns). Long term, I think you are right that the Realized GARCH variants should live in this package, but to me it looks like it could require significant effort.

@s-broda
Copy link
Owner

s-broda commented Apr 5, 2020

I do think that this package would be a natural place for realised GARCH to live. Indeed one would need to add the plumbing for a second observable in the likelihood etc. I'm unlikely to find the time for that soon, but would be happy to accept PRs

@waynelapierre
Copy link

Any progress?

@s-broda
Copy link
Owner

s-broda commented Feb 20, 2023

Not yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants