skew_tent_map function

A function to generate a time series from the logistic map

A function to generate a time series from the logistic map

Generates a time series from the Skew-Tent map

skew_tent_map(N, a, start="rand", disregard_N=0)

Arguments

  • N: length of the time series that is to be generated
  • a: Skew-Tent map parameter, must be in the range [0,1]
  • 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

skew_tent_map(N = 10^4, a=0.1847)

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