{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multicomp / DunnettResult / confidence_interval

function

scipy.stats._multicomp:DunnettResult.confidence_interval

source: /scipy/stats/_multicomp.py :136

Signature

def   confidence_interval ( self confidence_level : DecimalNumber = 0.95 )  →  ConfidenceInterval

Summary

Compute the confidence interval for the specified confidence level.

Parameters

confidence_level : float, optional

Confidence level for the computed confidence interval. Default is .95.

Returns

ci : ``ConfidenceInterval`` object

The object has attributes low and high that hold the lower and upper bounds of the confidence intervals for each comparison. The high and low values are accessible for each comparison at index i for each group i.

Aliases

  • scipy.stats._multicomp.DunnettResult.confidence_interval