Interactive Visualization of Classic Complex Timeseries
The logistic map is a classic example of determinstic chaos. You can find out more about the map, on Wikipedia
The map is an iterative dynamical system, that has the following update rule:
Despite it's elegent description, it contains a many diverse unfoldings. Depending on the value of
To play around with this, use the interactive visualization in ts_interactive/logistic.py
To launch the Bokeh server do the following:
- setup a virtual enviroment
python -m venv logistic - activate the virtual environment using
source logistic/bin/activate - install the dependencies
pip install -r requirements.txt - run
bokeh serve --show ts_interactive/logistic.py
You can play around with different values of r and K to see what the return map, timeseries, and ordinal distributions look like.