powered by
Computes the quadratic map simulation.
quadmap(xi = 0.2, a = 4.0, n = 1000)
A vector containing the simulated series.
the initial value for the iteration.
the quadratic map parameter.
the length of the simulated series.
A. Trapletti
x <- quadmap() acf(x, 10)
Run the code above in your browser using DataLab