tseries (version 0.10-55)

quadmap: Quadratic Map (Logistic Equation)

Description

Computes the quadratic map simulation.

Usage

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

Value

A vector containing the simulated series.

Arguments

xi

the initial value for the iteration.

a

the quadratic map parameter.

n

the length of the simulated series.

Author

A. Trapletti

Examples

Run this code
x <- quadmap()
acf(x, 10)

Run the code above in your browser using DataLab