Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In R, I would like to use rugarch and stabledist/fBasics packages together to fit a univariate time-series object to be modeled as an ARMA(1,1)-GARCH(1,1) process with the innovation term/conditional distribution term being modeled as a stable distribution. Is there a way to to this? given that the fBasics package allows one to have a dstable() function, which I'm guessing would be used to optimise a maximum-likelihood function.

And as a follow up, how would one go about simulating several thousand iterations of x days forward returns assuming it follows the same process. (I'm guessing here using the function rstable() with the parameters estimated above.)

Any other packages that you might think would do the job better would gladly be looked at as well.

share|improve this question
I think you might be right, but don't know how to migrate... – h.l.m Aug 22 '12 at 4:53
I just voted to close, that should make this show up for others to vote on. You can also flag it for moderator attention. – gung Aug 22 '12 at 12:21

migrated from stats.stackexchange.com Aug 22 '12 at 16:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.