Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 744 Bytes

GLHMM

Gaussian Linear Hidden Markov Models.

Documentation Status

This library contains Hidden Markov Models (HMMs) for analysing neuroimaging data (EEG, MEG, fMRI, ECoG, etc)

Important links

Dependencies

The required dependencies to use glhmm are:

  • Python >= 3.6
  • NumPy
  • numba
  • scikit-learn
  • scipy
  • matplotlib
  • seaborn

Installation

  • To install from the repo, use the following command:
pip install --user git+https://github.com/vidaurre/glhmm