Skip to content

rugarch package

2 messages · Gmail, Alexios Ghalanos

#
Hi Jun,

This is likely related to the time format of the data you are passing to 
the ugarchfit function ('data' argument). Ideally it should be an xts 
object, with a POSIXct (or Date) index, and you have also set your 
timezone (e.g. Sys.setenv(TZ="GMT") ).

You should really take some time to familiarize yourself with R's 
Date/Time functions and the xts package (it will payoff in the long run, 
IMHO).

Best,

Alexios
On 23/06/2013 17:38, jun wang wrote: