Any idea how to estimate GJR-GARCH models in R? Is there any particular library like fGarch that supports such models?
Tell me more
×
Quantitative Finance Stack Exchange is a question and answer site for
finance professionals and academics. It's 100% free, no registration required.
|
CRAN has a few: |
||||
|
|
|
You can have a look at See the rgarch website for more details. Last time I checked, usage was something like this:
From what I see, it has been recently split into uni- and multivariate packages, so you would need to verify the syntax and install |
||||
|
|

library(sos); ???GJRsuggests that therugarchpackage can fit this model. – Vincent Zoonekynd May 10 '12 at 13:28