By comparing boxplots, how to tell which sample is more likely to have outliers?

23 Views Asked by At

For example, from three boxplots, like these

Boxplots

how could I tell which one is more likely to have outliers?

By outliers, I mean values below $Q1 - 1.5 * (Q3-Q1)$ or above $Q3 + 1.5 * (Q3-Q1)$