.arima.sim | R Documentation |
.arima.sim - function to run arima.sim with potentially extraneous arguments intended for a gamlss.family distribution passed to rand.gen
.arima.sim(
seed,
model,
n,
rand.gen = rnorm,
mu = NULL,
sigma = NULL,
nu = NULL,
tau = NULL,
doPlot = TRUE,
doStats = TRUE,
debug = FALSE
)
Stephen Tueller stueller@rti.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.