Skip to content
Prev 13344 / 15274 Next

Question rmgarch package

There could be any number of reasons this is happening, but I just can't
tell from the information you've provided. I suggest you try to
eliminate some possibilities as a first pass:

1. Use: startMethod = "sample" (in gogarchsim)
2. You're providing your own ICA decomposition matrices in the spec.
Try using the default estimation first (and set n.comp=4) without
providing your own matrices.
3. Try without dimensionality reduction.
4. The convolution method has additional fine tuning parameters. You may
need to adjust those (fft.step, fft.by etc).
5. For comparison, try a Cornish-Fisher expansion as explained here:
http://unstarched.net/r-examples/rmgarch/var-and-approximate-var-in-the-go-garch-nig-model/

Regards,

Alexios
On 25/06/2015 21:27, daniel melendez via R-SIG-Finance wrote: