logistic_map v1.0.1 LogisticMap

Documentation for LogisticMap.

Link to this section Summary

Functions

Benchmark

Benchmark

Benchmark

Benchmarks

Benchmarks

Benchmarks

calc logistic map

loop logistic map

Flow.map calc logictic map

Flow.map calc logictic map

Flow.map calc logictic map

Link to this section Functions

Link to this function benchmark(stages)

Benchmark

Link to this function benchmark2(stages)

Benchmark

Link to this function benchmark3(stages)

Benchmark

Benchmarks

Benchmarks

Benchmarks

calc logistic map.

Examples

iex> LogisticMap.calc(1, 61, 22)
44
Link to this function loopCalc(num, x, p, mu)

loop logistic map

Examples

iex> LogisticMap.loopCalc(10, 1, 61, 22)
28
Link to this function mapCalc(list, num, p, mu, stages)

Flow.map calc logictic map

Examples

iex> 1..3 |> LogisticMap.mapCalc(10, 61, 22, 1)
[28, 25, 37]
Link to this function mapCalc2(list, p, mu, stages)

Flow.map calc logictic map

Examples

iex> 1..3 |> LogisticMap.mapCalc2(61, 22, 1)
[28, 25, 37]
Link to this function mapCalc3(list, p, mu, stages)

Flow.map calc logictic map

Examples

iex> 1..3 |> LogisticMap.mapCalc3(61, 22, 1)
[28, 25, 37]