Skip to content

Commit c58bc99

Browse files
authored
Update permutationTesting.py
Fixed error in comment
1 parent 072dcf2 commit c58bc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonCode/permutationTesting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def maxT(diff_arr, nullmean=0, alpha=.05, tail=1, permutations=1000, nproc=1, pv
3030
If tail = 1, reject the null hypothesis if the statistic is greater than the null dist (upper tailed test).
3131
If tail = -1, reject the null hypothesis if the statistic is less than the null dist (lower tailed test).
3232
If tail = 0, reject the null hypothesis for a two-tailed test
33-
{default : 0}
33+
{default : 1}
3434
permutations = Number of permutations to perform {default = 1000}
3535
nproc = number of processes to run in parallel {default = 1}
3636
pvals = if True, returns equivalent p-value distribution for all t-values {default = True}

0 commit comments

Comments
 (0)