Skip to content
Prev 11572 / 15274 Next

rugarch VaR calculation "manually"

Applying 'sigma' (conditional volatility) and 'fitted' (conditional 
mean) METHODS on a uGARCHforecast object will return the forecast values 
of those quantities with appropriately labelled dates (the T+0 time). 
This too is documented in the help files, and there was also a blog post 
about this ('Whats new in rugarch (ver 1.01-5)').

For VaR, as I already mentioned, you can use the 'quantile' method on
any of the returned S4 class objects.

-Alexios
On 07/05/2013 12:51, Neuman Co wrote: