Description Usage Arguments Value Examples
View source: R/armaTimeSeries.R
auto regressive moving average time series generation - based on https://stats.stackexchange.com/questions/184828/create-random-time-series-with-shifts-in-r with optional shifts in sequence
1 | armaTimeSeries(N, p, q, e = 0.1)
|
N |
number of time points to generate |
p |
order of auto regressive model |
q |
order of auto moving average model |
e |
sd of error in model |
vector of N numeric
1 | armaTimeSeries (N = 100, p = 5, q = 20, e = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.