fitted_marginals | R Documentation |
(cond_)portvine_roll
objectsExtract the marginal models that are ARMA-GARCH models which were fitted
in a rolling
window fashion using rugarch::ugarchroll
. For the residual analysis of
the models encompassed in such a rugarch::ugarchroll
class object one
can have a look at the utility function roll_residuals()
.
fitted_marginals(roll, ...)
## S4 method for signature 'portvine_roll'
fitted_marginals(roll)
roll |
Object of class |
... |
Additional parameters for child class methods |
Named list with an entry for each asset containing a
rugarch::ugarchroll
class object that encompasses the marginal model fit.
portvine_roll
, roll_residuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.