roll_residuals | R Documentation |
The rugarch::ugarchroll
class object encompasses fitting information
about a number of
models fitted in a rolling window fashion. This utility function gives an
easy interface to extract the fitted residuals from one of these models.
This can be especially helpful for assessing the model quality with a
residual analysis.
roll_residuals(ugarchroll, roll_num = 1)
ugarchroll |
Object of class |
roll_num |
Count that specifies the fitted model to extract the residuals from. |
Numeric vector of the fitted standardized residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.