bundles / scipy latest / scipy / stats / _hypotests / TukeyHSDResult
class
scipy.stats._hypotests:TukeyHSDResult
source: /scipy/stats/_hypotests.py :1802
Signature
class TukeyHSDResult ( statistic , pvalue , _ntreatments , _df , _stand_err ) Members
Summary
Result of scipy.stats.tukey_hsd.
Attributes
statistic: float ndarrayThe computed statistic of the test for each comparison. The element at index
(i, j)is the statistic for the comparison between groupsiandj.pvalue: float ndarrayThe associated p-value from the studentized range distribution. The element at index
(i, j)is the p-value for the comparison between groupsiandj.
Notes
The string representation of this object displays the most recently calculated confidence interval, and if none have been previously calculated, it will evaluate confidence_interval().
Aliases
-
scipy.stats._hypotests.TukeyHSDResult