bundles / scipy latest / scipy / stats / _hypotests / _all_partitions
function
scipy.stats._hypotests:_all_partitions
source: /scipy/stats/_hypotests.py :959
Signature
def _all_partitions ( nx , ny ) Summary
Partition a set of indices into two fixed-length sets in all possible ways
Extended Summary
Partition a set of indices 0 ... nx + ny - 1 into two sets of length nx and ny in all possible ways (ignoring order of elements).
Aliases
-
scipy.stats._hypotests._all_partitions