A function to generate a time series from the Henon Map
Generates a time series from the Henon map
henon_map(N, a, b, startx="rand", starty="rand", disregard_N=0)
N
: length of the time series that is to be generateda
: Henon map parameter ab
: Henon map parameter bstartx
: start value in x direction. Default is to random.starty
: start value in y direction. Default is to random.disregard_N
: Number of values at the beginning of the series to disregardA vector of length N
henon_map(N = 10^4, a=1.4, b=0.3)
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
Sebastian Sippel
Useful links