scipy.stats._result_classes.DunnettResult.confidence_interval#
- DunnettResult.confidence_interval(confidence_level=0.95)[source]#
Compute the confidence interval for the specified confidence level.
- Parameters:
- confidence_levelfloat, optional
Confidence level for the computed confidence interval. Default is .95.
- Returns:
- ci
ConfidenceInterval
object The object has attributes
low
andhigh
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 indexi
for each groupi
.
- ci