Description
I'm implementing the boxplot notched option, but don't really know what it is exactly and how to explain it to users that choose that option. The plotly documentation doesn't explain how it's calculated
the only thing I found useful online when researching was this:
https://sites.google.com/site/davidsstatistics/home/notched-box-plots
The Notch - displays the a confidence interval around the median which is normally based on the median +/- 1.57 x IQR/sqrt of n. According to Graphical Methods for Data Analysis (Chambers, 1983) although not a formal test the, if two boxes' notches do not overlap there is ‘strong evidence’ (95% confidence) their medians differ.>
Also, there are inverted ends when I add notches. I'm not sure if this is a bug or expected behavior