Skip to content
Prev 14660 / 15274 Next

Just finished Kris Boudt's course, running into errors from non-convergence in rugarch

That's piqued my interest...here is my suggestion (which I have 
successfully tested) for a quick solution:

1. Use variance targeting:

gjrSpec <- ugarchspec(mean.model = list(armaOrder = 
c(1,0)),variance.model = list(model = "gjrGARCH", 
variance.targeting=TRUE),distribution.model = "sstd")

2. remove the NA leftover from the return calculation:
na.omit(spyRets)


Alexios
On 11/28/18 7:39 PM, Ilya Kipnis wrote: