ar1_ma0_sim | R Documentation |
arima.sim
implementation which assumes AR(1)
and ma=0
.Slightly faster arima.sim
implementation which assumes AR(1)
and ma=0
.
ar1_ma0_sim(minroots, ar, n)
minroots |
Output from |
ar |
The 'ar' part of AR(1) |
n |
Length of output series, before un-differencing. A strictly positive integer. |
arima.sim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.