Displaying 1 result from an estimated 1 matches for "extractdata".
Did you mean:
extract_data
2011 Nov 14
0
rugarch data format?
...of this package did not
leave an email address.
Has anyone used or is using the 'rugarch' package with time-series data
(ts)? I try to fit a GARCH model to my data using the following:
> gf <- ugarchfit(data=l[["MEN"]]$series, spec=spec)
and I get:
Error in .extractdata(data) :
rgarch-->error: class of data object not recognized
> class(l[["MEN"]]$series)
[1] "ts"
The documentation states that :
data
A univariate data object. Can be a numeric vector, matrix, data.frame, zoo,
xts, timeSeries, ts or irts object.
I am no...