Tagged Questions
8
votes
0answers
96 views
rugarch: Joint estimation leads to different results
I want to fit an ARMA-GARCH model to my data using rugarch package in R.
First of all, I look at the acf and pacf:
...
7
votes
2answers
615 views
Why do we use GARCH(1,1) to predict volatility?
What makes GARCH(1,1) so prevalent in modeling especially in academia? What does this model has that is significantly better than the others?
1
vote
0answers
176 views
R ARMA-GARCH rugarch package doesn't always converge
I'm trying to compute the standard ARMA(1,1)-GARCH(1,1) as shown in this answer for an entire index,just to store in a database to quickly lookup values for back ...
