quadratic_map {statcomp} | R Documentation |
A function to generate a time series from the Quadratic map
Description
Generates a time series from the Quadradtic map
Usage
quadratic_map(N, k, start="rand", disregard_N=0)
Arguments
N |
length of the time series that is to be generated |
k |
Quadratic map parameter |
start |
start value. Default is to random. |
disregard_N |
Number of values at the beginning of the series to disregard |
Value
A vector of length N
Author(s)
Sebastian Sippel
References
Grebogi, C., Ott, E. and Yorke, J.A., 1983. Crises, sudden changes in chaotic attractors, and transient chaos. Physica D: Nonlinear Phenomena, 7(1-3), pp.181-200.
Examples
quadratic_map(N = 10^4, k=1.4)
[Package statcomp version 0.1.0 Index]