Description Usage Arguments Details Value Examples
Simulate from an ARMA model.
1 2 3 4 5 6 7 8 9 10 |
phi, theta |
a numeric vector specifying the AR(MA)-Coefficients of an ARMA(p,q) model |
mu |
a numeric vector specifying the mean of the ARMA(p,q)-Series. Default is zero mean |
n |
an integer specifying the length of the resulting time series. |
innov.gen |
a distribution, from which the random innovations are drawn. |
innov |
an optional time series of innovations. If not provided, rand.gen is used |
burnin |
an integer specifying the number of datapoints that are going to be discarded, so that the characteristics of final series do not depend on the initial values |
... |
additional arguments for rand.gen, like mean or standard deviation |
The ARMA model is the description of a stochastic process in terms of two plynomials, one for the autoregression (AR) and the second for the moving average (MA). These polynomials can be parametrized in this function, which gives than a simulated time series with the specified characteristics. For more details see the long documentation in the vignette "Dokumentation".
object of class "arma" containing the simulated arma series, the innovation series and the specified parameters
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.