An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121025/904bed35/attachment.pl>
Egarch (1,1) with Student t distribution in RExcel
2 messages · Dheeraj Pandey, David Winsemius
On Oct 25, 2012, at 8:00 AM, Dheeraj Pandey wrote:
How Can I run all these codes in VBA using RExcel library(rugarch)
I predict there are a very small number (possibly zero) of persons reading this list that are both Excel coders and users of that package. You might consider posting it on the mailing list where RExcel is supported and so more cross-functional eyes and brains would be seeing it. (And when you do post again, please avoid double posting.)
David. > spec=ugarchspec(variance.model=list(model="sGARCH",garchOrder=c(1,1)), mean.model=list(armaOrder=c(1,1), arfima=FALSE), distribution.model="std") > > fit=ugarchfit(data=d, spec=spec) > > z=sigma(fit) > > > Dheeraj > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. David Winsemius, MD Alameda, CA, USA