bundles / scipy 1.17.1 / scipy / stats / _morestats / _anderson_ksamp_right
function
scipy.stats._morestats:_anderson_ksamp_right
source: /scipy/stats/_morestats.py :2554
Signature
def _anderson_ksamp_right ( samples , Z , Zstar , k , n , N ) Summary
Compute A2akN equation 6 of Scholz & Stephens.
Parameters
samples: sequence of 1-D array_likeArray of sample arrays.
Z: array_likeSorted array of all observations.
Zstar: array_likeSorted array of unique observations.
k: intNumber of samples.
n: array_likeNumber of observations in each sample.
N: intTotal number of observations.
Returns
A2KN: floatThe A2KN statistics of Scholz and Stephens 1987.
Aliases
-
scipy.stats._morestats._anderson_ksamp_right