{ } Raw JSON

bundles / scipy latest / scipy / stats / _stats_py / _attempt_exact_2kssamp

function

scipy.stats._stats_py:_attempt_exact_2kssamp

source: /scipy/stats/_stats_py.py :7727

Signature

def   _attempt_exact_2kssamp ( n1 n2 g d alternative )

Summary

Attempts to compute the exact 2sample probability.

Extended Summary

n1, n2 are the sample sizes g is the gcd(n1, n2) d is the computed max difference in ECDFs

Returns (success, d, probability)

Aliases

  • scipy.stats._stats_py._attempt_exact_2kssamp