sanssouci-org / sanssouci.python

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

Implement one-sample tests #13

Closed pneuvial closed 3 years ago

pneuvial commented 3 years ago

Currently get_perm_p only handles two-sample tests. In order to implement one-sample tests, one can create a dedicated function get_perm_p_1s One-sample tests can be implemented via a dedicated function get_perm_p_1s (or get_one_sided_perm_p mirroring get_perm_p (https://github.com/pneuvial/sanssouci.python/blob/582b097682334a6ca44d247f3805742f54d00afb/sanssouci/lambda_calibration.py#L13).

alexblnn commented 3 years ago

addressed in #20, you can close this @pneuvial