uGARCHpath-class {rugarch} | R Documentation |
Class for the univariate GARCH Path simulation.
A virtual Class: No objects may be created from it.
Class "uGARCHpath"
, directly.
Class "rGARCH"
, by class "GARCHpath", distance 2.
signature(x = "uGARCHpath")
: extracts the simulated path values (see note).
signature(x = "uGARCHpath", y = "missing")
: path simulation plots.
signature(object = "uGARCHpath")
: path simulation summary.
The as.data.frame
function takes optionally 1 additional arguments, namely which
,
indicating the type of simulation path series to extract. Valid values are “sigma” for the simulated
sigma, “series” for the simulated series and “residuals” for the simulated residuals.
The dimension of the data.frame
will be n.sim
by m.sim
.
Alexios Ghalanos
Classes uGARCHsim
, uGARCHfit
and
uGARCHspec
.