Description Usage Arguments Value Examples
Produce realization of an ARIMA process using arima.sim
.
1 |
n |
number of output samples |
ar |
vector of ar coefficients; defaults to NULL (ignored) |
ma |
vector of ma coefficients; defaults to NULL (ignored) |
int |
integration order, a non-negative integer; defaults to 0 (no integration) |
... |
other arguments passed to arima.sim. sd is the most useful |
ts object with n + int samples.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.