This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit e2fa0020a5d4d75248a778c3fd6377d3f85bb399 Author: Alexandre Gramfort <[email protected]> Date: Mon Feb 14 14:40:11 2011 -0500 cosmit in permutations --- mne/stats/__init__.py | 1 + mne/stats/permutations.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mne/stats/__init__.py b/mne/stats/__init__.py index e69de29..954fed4 100644 --- a/mne/stats/__init__.py +++ b/mne/stats/__init__.py @@ -0,0 +1 @@ +from .permutations import permutation_t_test diff --git a/mne/stats/permutations.py b/mne/stats/permutations.py index d2be879..e32be53 100644 --- a/mne/stats/permutations.py +++ b/mne/stats/permutations.py @@ -93,7 +93,7 @@ def permutation_t_test(X, n_permutations=10000, tail=0): A reference (among many) in field of neuroimaging: Nichols, T. E. & Holmes, A. P. (2002). Nonparametric permutation tests for functional neuroimaging: a primer with examples. - Human Brain Mapping, 15, 1–25. + Human Brain Mapping, 15, 1-25. Overview of standard nonparametric randomization and permutation testing applied to neuroimaging data (e.g. fMRI) DOI: http://dx.doi.org/10.1002/hbm.1058 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
