Computes the Friedman test for repeated measurements
The Friedman test tests the null hypothesis that repeated measurements of the same individuals have the same distribution. It is often used to test for consistency among measurements obtained in different ways. For example, if two measurement techniques are used on the same set of individuals, the Friedman test can be used to determine if the two measurement techniques are consistent.
Parameters : | measurements1, measurements2, measurements3... : array_like
|
---|---|
Returns : | friedman chi-square statistic : float
p-value : float
|
Notes
Due to the assumption that the test statistic has a chi squared distribution, the p-value is only reliable for n > 10 and more than 6 repeated measurements.
References
[R176] | http://en.wikipedia.org/wiki/Friedman_test |