Learn R Programming

statcomp (version 0.0.1.1000)

tent_map: A function to generate a time series from the logistic map

Description

Generates a time series from the logistic map

Usage

tent_map(N, mu, start="rand", disregard_N=0)

Arguments

N
length of the time series that is to be generated
mu
Tent map parameter, must be in the range [0,2]
start
start value. Default is to random.
disregard_N
Number of values at the beginning of the series to disregard

Value

A vector of length N

References

Feldman, D.P., McTague, C.S. and Crutchfield, J.P., 2008. The organization of intrinsic computation: Complexity-entropy diagrams and the diversity of natural information processing. Chaos: An Interdisciplinary Journal of Nonlinear Science, 18(4), p.043106.

Examples

Run this code
tent_map(N = 10^4, mu=1.8)

Run the code above in your browser using DataLab