bundles / scipy latest / scipy / stats / _multicomp / DunnettResult
class
scipy.stats._multicomp:DunnettResult
source: /scipy/stats/_multicomp.py :26
Signature
class DunnettResult ( statistic : np.ndarray , pvalue : np.ndarray , _alternative : Literal['two-sided', 'less', 'greater'] , _rho : np.ndarray , _df : int , _std : float , _mean_samples : np.ndarray , _mean_control : np.ndarray , _n_samples : np.ndarray , _n_control : int , _rng : SeedType , _ci : ConfidenceInterval | None = None , _ci_cl : DecimalNumber | None = None ) → None Members
Summary
Result object returned by scipy.stats.dunnett.
Attributes
statistic: float ndarrayThe computed statistic of the test for each comparison. The element at index
iis the statistic for the comparison between groupsiand the control.pvalue: float ndarrayThe computed p-value of the test for each comparison. The element at index
iis the p-value for the comparison between groupiand the control.
Aliases
-
scipy.stats._multicomp.DunnettResult