baker_map: Baker map

View source: R/PRNG.R

baker_mapR Documentation

Baker map

Description

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

Usage

baker_map(x0, a)

Arguments

x0

seed value

a

parameter of the map range is greater than 0.5

Value

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

Examples

baker_map(0.3,0.56)

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