A function to generate a time series from the Schuster Map
Generates a time series from the Schuster map
schuster_map(N, z, start="rand", disregard_N=0)
N
: length of the time series that is to be generatedz
: Schuster map parameterstart
: start value. Default is to random.disregard_N
: Number of values at the beginning of the series to disregardA vector of length N
schuster_map(N = 10^4, z=2)
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
Sebastian Sippel
Useful links