Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.54 KB

CDSK (Chaotic Dynamical System Kit)

Clone

Python and R version are given in git submodules, so use:

git clone --recurse-submodules https://github.com/yrobink/CDSK

Features

  • python3 and R version
  • Generation of classic chaotic attractors
  • Generation of Mandelbrot and Julia set
  • Estimation of Local Dimension and persistence

Note

For python, CDSK requires the SDFC package, and for R, the pmetric package.

Example

Generation of continuous and discrete attractors from Lorenz (1963) and Mira system

Alt

Generation of snapshot attractors from Lorenz (1984) system

Alt

Estimation of location dimension and persistence with Freitas method

Alt

Generation of Mandelbrot and Julia set

Alt

License

Copyright(c) 2021 Yoann Robin

CDSK is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

CDSK is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CDSK. If not, see https://www.gnu.org/licenses/.