.. bayes_meeg documentation master file, created by sphinx-quickstart on Mon May 23 16:22:52 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. bayes_meeg ========== Installation ============ We recommend the `Anaconda Python distribution `_. To install ``bayes_meeg``, you first need to install its dependencies:: $ conda install numpy matplotlib scipy mayavi numba $ pip install -U mne If you want to install the latest version of the code (nightly) use:: $ pip install https://api.github.com/repos/yousrabk/bayes_meeg/zipball/master If you do not have admin privileges on the computer, use the ``--user`` flag with `pip`. To upgrade, use the ``--upgrade`` flag provided by `pip`. To check if everything worked fine, you can do:: $ python -c 'import bayes_meeg' and it should not give any error messages. Bug reports =========== Use the `github issue tracker `_ to report bugs. Cite ==== [1] Bekhti, Y., Lucka, F., Salmon, J., & Gramfort, A. (2018). "`A hierarchical Bayesian perspective on majorization-minimization for non-convex sparse regression: application to M/EEG source imaging `_." Inverse Problems.