Python module for connectivity analysis. You may find here implementation of MVAR based estimators like DTF, PDC and also Coherency, PSI. For more information visit documentation page.
Project was supported by GSOC 2015 and made under INCF wings.
- Data - data wrapper
- Connectivity - classes with connectivity estimators
- Mvar fitting - this submodule includes some MVAR algorithms
BSD 2-clause
Visit ReadTheDocs for detailed documentation and tutorials.
Option 1: PIP (stable release)
pip install connectivipy
Option 2: using GIT (the most recent version)
git clone https://github.com/dokato/connectivipy.git
cd connectivipy
python setup.py install
Option 3: ZIP (the most recent version)
Download ZIP file from the menu on the top, unzip it and go into the new folder. Then just execute in terminal:
python setup.py install
- Dominik Krzemiński
- Maciej Kamiński (scientific lead)