Skip to content
Prev 11680 / 15274 Next

Are my VaR forecasts correct (using rugarch)?

Initialization of the GARCH recursion is mentioned in the vignette in 
the first paragraph of P.21.
The default option is to use the mean of the squared residuals from the 
conditional mean filtration
process. This is the standard approach. However, if you read the 
'ugarchfit' documentation (or vignette),
there is also mention of the 'rec.init' option:

"the rec.init option determines the type of initialization for the 
variance recursion. Valid options
are ?all? which uses all the values for the unconditional variance 
calculation, an integer greater
than or equal to 1 denoting the number of data points to use for the 
calculation, or a positive
numeric value less than one which determines the weighting for use in an 
exponential
smoothing backcast."

Regards,

Alexios
On 06/08/2013 10:56 AM, Alexandra Bridges wrote: