damoco is a Python port of the DAMOCO MATLAB toolbox functions in this repository.
DAMOCO: Data Analysis with Models Of Coupled Oscillators
- Official DAMOCO MATLAB page: http://www.stat.physik.uni-potsdam.de/%7Emros/damoco2.html
- MATLAB toolbox creators: Björn Kralemann, Michael Rosenblum, Arkady Pikovsky (DAMOCO toolbox), and collaborators.
- Ported to Python by: Çağdaş Topçu.
- Function names are preserved (
co_fcplfct2,co_tricplfan,co_hilbproto, etc.). - Default arguments and conventions were ported to match MATLAB behavior.
- Plotting utilities were reimplemented with Matplotlib.
Published package:
pip install damocoDirectly from GitHub:
pip install git+https://github.com/cagdastopcu/damoco.gitLocal editable development install:
pip install -e .[dev]pytest -q- Full user/developer docs: docs/DOCUMENTATION.md
- Mathematical theory: docs/THEORY.md
- Validation guide: docs/VALIDATION.md
- PyPI release guide: docs/PUBLISH.md