Performs a Friedman aligned ranks 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 of each group to construct the ranking, which is useful when the number of samples is low.
Parameters: | sample1, sample2, ... : array_like
|
---|---|
Returns: | Chi2-value : float
p-value : float
rankings : array_like
pivots : array_like
|