schuster_map function

A function to generate a time series from the Schuster Map

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)

Arguments

  • N: length of the time series that is to be generated
  • z: Schuster map parameter
  • start: start value. Default is to random.
  • disregard_N: Number of values at the beginning of the series to disregard

Returns

A vector of length N

Examples

schuster_map(N = 10^4, z=2)

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