logistic_map v1.1.1 LogisticMap

Documentation for LogisticMap.

Link to this section Summary

Functions

Benchmark

Benchmark

Benchmark

Benchmark

Benchmark

Benchmark

Benchmark

Benchmark

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

calc logistic map

calc logistic map

loop logistic map

loop logistic map

Flow.map calc logictic map

Flow.map calc logictic map

Flow.map calc logictic map

Flow.map calc logictic map

Flow.map calc logictic map

Flow.map calc logistic map

Flow.map calc logistic map

Flow.map calc logistic map

Flow.map calc logistic map

Link to this section Functions

Link to this function allbenchmarks()
Link to this function benchmark1(stages)

Benchmark

Link to this function benchmark2(stages)

Benchmark

Link to this function benchmark3(stages)

Benchmark

Link to this function benchmark4(stages)

Benchmark

Link to this function benchmark5(stages)

Benchmark

Link to this function benchmark6(stages)

Benchmark

Link to this function benchmark7(stages)

Benchmark

Link to this function benchmark8(stages)

Benchmark

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

Benchmarks

calc logistic map.

Examples

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

calc logistic map.

Examples

iex> LogisticMap.calc2(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 loopCalc2(num, x, p, mu)

loop logistic map

Examples

iex> LogisticMap.loopCalc2(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]
Link to this function mapCalc4(list, p, mu, stages)

Flow.map calc logictic map

Examples

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

Flow.map calc logictic map

Examples

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

Flow.map calc logistic map

Examples

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

Flow.map calc logistic map

Examples

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

Flow.map calc logistic map

Examples

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

Flow.map calc logistic map

Examples

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