Calculate a Five Number Summary
Find minimum, Q1, median, Q3, and maximum from raw data.
Calculate the statistics behind a box plot and then render the chart from the same data.
Paste data here and open the full generator with your values loaded.
Find minimum, Q1, median, Q3, and maximum from raw data.
IQR is Q3 minus Q1.
The calculator uses Q1 - 1.5 x IQR and Q3 + 1.5 x IQR.
The main generator calculates statistics and renders the matching box plot.
Open the calculatorYes. Outlier values appear in the summary table for each group.