Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.41 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.41 KB

ConnectiviPy

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.

Build Status codecov

Content

  • Data - data wrapper
  • Connectivity - classes with connectivity estimators
  • Mvar fitting - this submodule includes some MVAR algorithms

License

BSD 2-clause

Documentation

Visit ReadTheDocs for detailed documentation and tutorials.

Installation

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 

Authors

  • Dominik Krzemiński
  • Maciej Kamiński (scientific lead)