What do the triangular sections mean on anova1 boxplots?

What do the triangle/wing tips mean on the anova1 boxplots? I know the line in the middle is the median, the box goes out to the 25th and 75th percentile, the lines extend to the most extreme values not considered outliers and then outliers are plotted as separate points. What I want to know is why the middle portion is not a simple rectangular box.

 Accepted Answer

The triangle is the confidence interval of the median. See
doc boxplot
for details. Specifically, it is the 'notch' option.

More Answers (1)

Those are the 'notches'. Essentially if the notches overlap, it's possible the medians were drawn from the same distribution.

Asked:

on 22 Jul 2013

Commented:

on 13 May 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!