Metadata-Version: 2.1
Name: groupBMC
Version: 1.0
Summary: Bayesian Model Comparison for Group Studies
Home-page: https://github.com/cpilab/group-bayesian-model-comparison.git
Author: Sichao Yang
Author-email: sichao@cs.wisc.edu
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Bayesian Model Comparison for Group Studies - Python Version
A Python implementation of the VBA_groupBMC function 
for [Bayesian model selection for group studies](https://mbb-team.github.io/VBA-toolbox/wiki/BMS-for-group-studies/)
from the [VBA-toolbox](https://github.com/MBB-team/VBA-toolbox) 
by [Lionel Rigoux](https://sites.google.com/site/motivationbrainbehavior/the-team/the-team-1/lionel-rigoux).

See docstrings in ``groupBMC.py`` for implementation details 
and ``demo.ipynb`` for an example of usage.

References:

[1] Rigoux, L., Stephan, K. E., Friston, K. J., & Daunizeau, J. (2014).
Bayesian model selection for group studies—revisited. _NeuroImage, 84_, 971-985.
https://www.tnu.ethz.ch/fileadmin/user_upload/documents/Publications/2014/2014_Rigoux_Stephan_Friston_Daunizeau.pdf.

[2] Stephan, K. E., Penny, W. D., Daunizeau, J., Moran, R. J., & Friston, K. J. (2009).
Bayesian model selection for group studies. _NeuroImage, 46_(4), 1004-1017.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2703732/pdf/ukmss-5226.pdf.
 


