sanssouci-org / sanssouci.python

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

Add one-sample tests + minor changes #20

Closed alexblnn closed 3 years ago

alexblnn commented 3 years ago

Added one-sample calibration (func get_permuted_p_values_one_sample), sort input p-values in get_pivotal_stats, and added min_tdp function

alexblnn commented 3 years ago

get_permuted_p_values_one_sample addresses #13, sort input p-values in get_pivotal_stats addresses #17, min_tdp addresses #19

pneuvial commented 3 years ago

Please add a unit test for the new functions

bthirion commented 3 years ago

Merged, thx.