quadmap | R Documentation |
Computes the quadratic map simulation.
quadmap(xi = 0.2, a = 4.0, n = 1000)
xi |
the initial value for the iteration. |
a |
the quadratic map parameter. |
n |
the length of the simulated series. |
A vector containing the simulated series.
A. Trapletti
x <- quadmap()
acf(x, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.