quadmap function

Quadratic Map (Logistic Equation)

Quadratic Map (Logistic Equation)

Computes the quadratic map simulation.

quadmap(xi = 0.2, a = 4.0, n = 1000)

Arguments

  • xi: the initial value for the iteration.
  • a: the quadratic map parameter.
  • n: the length of the simulated series.

Returns

A vector containing the simulated series.

Author(s)

A. Trapletti

Examples

x <- quadmap() acf(x, 10)
  • Maintainer: Kurt Hornik
  • License: GPL-2 | GPL-3
  • Last published: 2024-09-23

Useful links