Learn R Programming

PRNG (version 0.0.2.1.2)

baker_map: Baker map

Description

this is a chaotic map with the sensitive for the parameter value greater than 0.5

Usage

baker_map(x0, a)

Value

for 0<=x=<1/2 the map returns 2ax for 1/2<=x<=1 the map returns a(2x-1)mod1

Arguments

x0

seed value

a

parameter of the map range is greater than 0.5

Examples

Run this code
baker_map(0.3,0.56)

Run the code above in your browser using DataLab