Chaotic maps are evolution functions that exhibits chaotic behavior. There are multplie plots that can extracted from chaotic maps (temporal evolution, coweb diagrams, bifurcation diagrams,...). In conjunction with a master thesis about chaotic maps I develop a Python code to analyze and plot these diagrams. Now, I am translating the original code to Haskell.
- Logistic map
- Cubic map
- Temporal evolution
- Bifurcation diagram
- Coweb diagrams
- Lyapunov exponent
- CLI to allow user parametrization (map selection, conditions, export name, etc.)
- More testing
- SVG?
In order to compile the project, you need Stack installed on your system. After that, run:
$ stack build
When the project compiles, type the following command to display the help:
$ stack exec chaos-maps-exe --help