{ } Raw JSON

bundles / scipy 1.17.1 / 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 ndarray

The computed statistic of the test for each comparison. The element at index (i, j) is the statistic for the comparison between groups i and j.

pvalue : float ndarray

The associated p-value from the studentized range distribution. The element at index (i, j) is the p-value for the comparison between groups i and j.

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