Hacker News new | ask | show | jobs
by tantalor 2057 days ago
> The statistical upper fence can be calculated using the formula Q3 + 1.5 * IQR

What is Q3? IQR?

1 comments

Third quartile plus 1.5 times the interquartile range (Q3 - Q1). The Q1, Q2, Q3 quartiles correspond to the 25th, 50th, and 75th percentiles. Q2 is also known as the median.