logistic_map: Logistic map

View source: R/PRNG.R

logistic_mapR Documentation

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)

Arguments

x0

the seed value range from 0 to 1

a

the parameter ranging from 3.5 to 4

Value

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

Examples

logistic_map(0.26,3.5)




PRNG documentation built on Sept. 11, 2024, 6:13 p.m.