Skip to content

look at the underlying source code

1 message · R. Michael Weylandt

#
That means it calls compiled C code so you'll need to download the
source code from CRAN to see it. It will be somewhere in the
rugarch/src/ directory, but you'll have to find it manually or with a
good editor/IDE -- you're out of R now.

The primitive() means that .C is itself a primitive function (more or
less that means built into the R interpreter directly) -- don't worry
about that. Look instead for "sgarchsimC" in the .c files.

Best,
Michael

On Sat, May 19, 2012 at 3:28 PM, jaimie villanueva
<jaimie.villanueva at gmail.com> wrote: