ARFIMAsim-class {rugarch} | R Documentation |
Class for the ARFIMA simulation.
simulation
:Object of class "vector"
model
:Object of class "vector"
seed
:Object of class "integer"
Class "ARFIMA"
, directly.
Class "rGARCH"
, by class "ARFIMA", distance 2.
signature(x = "ARFIMAsim")
: extracts the simulated values (see note).
signature(object = "ARFIMAsim")
: simulation summary.
The as.data.frame
function takes optionally 1 additional arguments, namely which
,
indicating the type of simulation series to extract. Valid values are “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