Performs a Quade ranking test. Tests the hypothesis that in a set of k dependent samples groups (where k >= 2) at least two of the groups represent populations with different median values. The difference with a friedman test is that it uses the median for each sample to wiehgt the ranking.
Parameters: | sample1, sample2, ... : array_like
|
---|---|
Returns: | F-value : float
p-value : float
rankings : array_like
pivots : array_like
|
References