henon_map function

A function to generate a time series from the Henon Map

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)

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

Returns

A vector of length N

Examples

henon_map(N = 10^4, a=1.4, b=0.3)

References

Schuster, H.G., 1988. Deterministic chaos. An Introduction.

Author(s)

Sebastian Sippel

  • Maintainer: Sebastian Sippel
  • License: GPL-2
  • Last published: 2019-10-28

Useful links