bundles / scipy 1.17.1 / scipy / stats / _morestats / _anderson_ksamp_midrank
function
scipy.stats._morestats:_anderson_ksamp_midrank
source: /scipy/stats/_morestats.py :2511
Signature
def _anderson_ksamp_midrank ( samples , Z , Zstar , k , n , N ) Summary
Compute A2akN equation 7 of Scholz and 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
A2aKN: floatThe A2aKN statistics of Scholz and Stephens 1987.
Aliases
-
scipy.stats._morestats._anderson_ksamp_midrank