Skip to content
Prev 12958 / 15274 Next

[rugarch] ugarchroll returns objects structures differently

Here are some hints:

1. The non-converged entries can be found in:
 >roll at model$noncidx
2. If you want to try and obtain a fully converged object before 
extracting the data use the 'resume' method on the returned object:
 >resume(roll, ....)
Where "..." allows a number of options (i.e. try solver="gosolnp" or
even an alternative specification).

I'm not sure what you mean when you say your routine fail to deal with 
the different format "coming from the first scenario".

As regards a uniform approach, I don't see how the results obtained from 
the call to method "as.data.frame(roll)" are NOT uniform. If you have 
followed the documentation and used xts, then you will get uniform 
"looking" results as far as I've checked (...but not fully for the 
intraday data case). Beyond that, I really can comment without a 
MINIMALLY reproducible example.

Alexios
On 08/11/2014 17:24, Ivan Popivanov wrote: