Learn R Programming

PRNG (version 0.0.2.1.2)

logistic_map: Logistic map

Description

This is the most used chaotic map . The map is sensitive for the value of the parameter greater than 3.568

Usage

logistic_map(x0, a)

Value

the map returns the a*x(1-x) for input x

Arguments

x0

the seed value range from 0 to 1

a

the parameter ranging from 3.5 to 4

Examples

Run this code
logistic_map(0.26,3.5)



Run the code above in your browser using DataLab