henon_map {statcomp} | R Documentation |
A function to generate a time series from the Henon Map
Description
Generates a time series from the Henon map
Usage
henon_map(N, a, b, startx="rand", starty="rand", disregard_N=0)
Arguments
N |
length of the time series that is to be generated |
a |
Henon map parameter a |
b |
Henon map parameter b |
startx |
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 disregard |
Value
A vector of length N
Author(s)
Sebastian Sippel
References
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
Examples
henon_map(N = 10^4, a=1.4, b=0.3)
[Package statcomp version 0.1.0 Index]