mapLogistic: Logistic map function.

Description Usage Arguments Value Examples

Description

Logistic map function.

Usage

1

Arguments

x

Initial number to be mapped.

a

Parameter of the logistic function.

Value

The value a * x * (1 - x).

Examples

1
mapLogistic(0.1, 1)

btamasi/map1d documentation built on May 13, 2019, 8:16 a.m.