Description Usage Arguments Value
View source: R/discreteMap_iter.R
This function produces a time Series generated by a supplied matrix
1 | discreteMap_iter(N, x0, mat, skipFirst = TRUE)
|
N |
integer - number of iterations/Length of time series |
x0 |
double - starting value |
mat |
matrix of type double - The generating system |
skipFirst |
boolean - Wether the resulting time series should contain the initial value x0 or not |
the time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.