Method for simulating the path of an ARFIMA model. This is a convenience function which does not require a fitted object (see note below).
arfimapath(spec, n.sim = 1000, n.start = 0, m.sim = 1, prereturns = NA,
preresiduals = NA, rseed = NA,
custom.dist=list(name = NA, distfit = NA, type = "z"), mexsimdata=NULL, ...)
A ARFIMApath
object containing details of the ARFIMA path
simulation.
An ARFIMA object of class ARFIMAspec
with
the required parameters of the model supplied via the fixed.pars list argument.
The simulation horizon.
The burn-in sample.
The number of simulations.
Allows the starting return data to be provided by the user.
Allows the starting residuals to be provided by the user.
Optional seeding value(s) for the random number generator.
Optional density with fitted object from which to simulate. The “type” argument denotes whether the standardized innovations are passed (“z”) else the innovations (anything other than “z”).
Matrix of simulated external regressor-in-mean data. If the fit object contains external regressors in the mean equation, this must be provided.
.
Alexios Ghalanos
This is a convenience method to allow path simulation of ARFIMA models without
the need to supply a fit object as in the arfimasim
method.
Instead, an arfima spec object is required with the model parameters supplied
via the setfixed<-
argument to the spec.