I've stopped using box plots (2021)
nightingaledvs.com
I've stopped using box plots (2021)
1–10 of 258 posts
Re: I've stopped using box plots (2021)
#2Re: I've stopped using box plots (2021)
#3Re: I've stopped using box plots (2021)
#4The author just has a bad intuition. On the first picture he says "this looks like a small quantity". No, you can't say that. All you can say is that half the data points are in the shades part. You don't know where the rest are.
Re: I've stopped using box plots (2021)
#5What about violin plots. https://en.m.wikipedia.org/wiki/Violin_plot
https://www.rhoworld.com/i-swarm-you-swarm-we-all-swarm-for-...
Re: I've stopped using box plots (2021)
#6What about violin plots. https://en.m.wikipedia.org/wiki/Violin_plot
Selection of the 'proper' bandwidth is a classic bias-variance tradeoff problem.
Re: I've stopped using box plots (2021)
#7As well as using line charts on the average, I've used a box plot (with the edges of the box being the mean +/- 1 standard deviation) to get an idea of whether a given change is significant or not. I.e. if the boxes are close together I will ignore a change I've made, only committing changes that provide a significant jump in performance. The box plot is a useful way of visualizing that.
They can help with seeing highly variable performance (long box) from consistent performance (narrow box).
I can see this in the data (mean, standard deviation) but having it represented visually can help -- especially looking at the data over several iterations, or when looking for patterns from changing a variable (like the number of items in the data being processed).
I've also used linear regression calculations when data has looked linear or quadratic to check/confirm that assumption. -- You can overlay that on top of the data by computing the values for each value of n along side the actual data average and then including the average and calculated values in a line chart.
Re: I've stopped using box plots (2021)
#8Isn't that a bit like banning cars because some people can't drive?
Some diagrams are simply not for mass consumption and this is one, particularly because it is designed to illustrate an interpretation of ranges instead of the direct/linear representation of the raw data.
Of course I'd illustrate this fact as a Venn diagram comparing "box diagram" Vs "people" (intersection those who understand it) but I'm afraid the universal set may be mistaken as "those people who don't have eyes" rather than literally everything else.
Perhaps we should stop using that too, since it's non obvious what the universal set is.
All diagrams have some ambiguity and can be misinterpreted, sometimes it's deliberate (e.g. bar chart vertical axis not starting at 0 or scale not being linear) and that's why there's the saying "There's lies damn, lies, and statistics." That doesn't mean some diagrams are not useful, just that it's not suitable for some audiences who may misinterpret the data.
Re: I've stopped using box plots (2021)
#9Re: I've stopped using box plots (2021)
#10They are mostly useful for comparing batches not analysing an individual batch.
The author doesn’t know what they are talking about and is telling people as if they do. If he read any of Tukey’s material he might know. But no name dropping is enough clearly…