{ } Raw JSON

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 ndarray

The computed statistic of the test for each comparison. The element at index i is the statistic for the comparison between groups i and the control.

pvalue : float ndarray

The computed p-value of the test for each comparison. The element at index i is the p-value for the comparison between group i and the control.

Aliases

  • scipy.stats._multicomp.DunnettResult