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 9dc791a91188b89db70fdb7446449ace609ae95f Author: Alexandre Gramfort <[email protected]> Date: Wed Apr 27 17:02:30 2011 -0400 fix docstring of permutation_t_test --- mne/stats/permutations.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mne/stats/permutations.py b/mne/stats/permutations.py index eed57c4..59c9e74 100755 --- a/mne/stats/permutations.py +++ b/mne/stats/permutations.py @@ -85,6 +85,9 @@ def permutation_t_test(X, n_permutations=10000, tail=0, n_jobs=1): than 0 (two tailed test). If tail is -1, the alternative hypothesis is that the mean of the data is less than 0 (lower tailed test). + n_jobs : int + Number of CPUs to use for computation. + Returns ------- T_obs : array of shape [n_tests] @@ -97,8 +100,6 @@ def permutation_t_test(X, n_permutations=10000, tail=0, n_jobs=1): T-statistic obtained by permutations and t-max trick for multiple comparison. - n_jobs : int - Number of CPUs to use for computation. Notes ----- A reference (among many) in field of neuroimaging: -- 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
