connectivipy

Python Connectivity Module


Keywords
connectivity, mvar, biosignals, eeg, autoregressive, model, ar
License
BSD-3-Clause
Install
pip install connectivipy==0.36

Documentation

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

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: using GIT

git clone https://github.com/dokato/connectivipy.git
cd connectivipy
python setup.py install

Option 2: Download ZIP from the menu on the right, unzip it and go in terminal to that folder. Than just execute:

python setup.py install 

Authors

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