brainpy.datasets.chaotic_systems.logistic_map_series#

brainpy.datasets.chaotic_systems.logistic_map_series(num_step, mu=3.0, inits=None, numpy_mon=False)[source]#

The logistic map time series.

The logistic map is defined by the following equation:

\[x_{n+1}=\lambda x_{n}\left(1-x_{n}\right) \quad \text { with } \quad n=0,1,2,3 \ldots\]

References

3

https://brainpy-examples.readthedocs.io/en/latest/classical_dynamical_systems/logistic_map.html

4

https://en.wikipedia.org/wiki/Logistic_map