sanssouci-org / sanssouci.python

Post hoc inference via multiple testing
GNU General Public License v3.0
6 stars 3 forks source link

Verify that get_pivotal_stats input is sorted #17

Closed alexblnn closed 3 years ago

alexblnn commented 3 years ago

In get_pivotal_stats it is assumed that input p0 is sorted (as is the case if p0 is the output of get_perm_p). We need to check if this is the case, and sort the input array if this is not the case.

alexblnn commented 3 years ago

addressed in #20