-
Notifications
You must be signed in to change notification settings - Fork 248
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
How to Combine This With ARMA model? #542
Comments
In principle two-step estimation works. The challenge is that when the model is estimated by MLE you get |
Hello thanks for offering such great package, it helps my work a lot! And I don't think two-step estimation can be used to estimate ARMA + GARCH parameters since the Maximum-Likelihood Function, the objective function, is tangled with ARMA params and GARCH params. |
I would welcome someone contributing an ARMA mean model. I would usually tell someone to use an AR to approximate an ARMA which usually works well unless the MA has roots very close to 1.
This is correct. However in large samples it is a consistent approach, and so it generally justified as long as the model for the conditional mean is correctly specified. |
Hi there,
I'm trying to get this package to replicate the behavior found in rugarch. It allows you to specify an ARMA and GARCH model jointly. Do you have any pointers for how to do that with this library?
I'd assume you'd fit an ARMA model, feed the residuals into GARCH, and then add the conditional mean from the ARMA model (which would be the forecasted value less sigma), and then add in the variance from the GARCH model. Correct? Thank you for your help.
The text was updated successfully, but these errors were encountered: