quadmap: Quadratic Map (Logistic Equation)

View source: R/tsutils.R

quadmapR Documentation

Quadratic Map (Logistic Equation)

Description

Computes the quadratic map simulation.

Usage

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.

Value

A vector containing the simulated series.

Author(s)

A. Trapletti

Examples

x <- quadmap()
acf(x, 10)

tseries documentation built on May 2, 2023, 5:11 p.m.

Related to quadmap in tseries...