Five Number Summary Calculator
Five Number Summary is evaluated from Number 1, Number 2 and Number 3. The calculation reports Minimum, Q1 and Median.
Results
About the Five Number Summary Calculator
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
Sort data. Q1 = 25th percentile value, Q3 = 75th percentile value (linear interpolation). IQR = Q3 - Q1. Fences = Q1 ± 1.5 x IQR.
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: Sort data. Q1 = 25th percentile value, Q3 = 75th percentile value (linear interpolation). IQR = Q3 - Q1. Fences = Q1 ± 1.5 x IQR. Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: Home sale prices ($K): 220, 285, 315, 350, 390, 420, 480, 510, 620, 890
Inputs
With Number 1 = 220, Number 2 = 285, Number 3 = 315 and Number 4 = 350 as the stated inputs, the result is Minimum = 220, Q1 = 323.75 and Median = 405. Each value corresponds to the declared output fields.
Example 2: Student test scores: 52, 65, 71, 78, 82, 85, 87, 91, 94, 99
Inputs
With Number 1 = 52, Number 2 = 65, Number 3 = 71 and Number 4 = 78 as the stated inputs, the result is Minimum = 52, Q1 = 72.75 and Median = 83.5. Each value corresponds to the declared output fields.
Example 3: Daily step counts: 4200, 6800, 7500, 8100, 9200, 9800, 10500, 11200, 12400, 18700
Inputs
With Number 1 = 4,200, Number 2 = 6,800, Number 3 = 7,500 and Number 4 = 8,100 as the stated inputs, the result is Minimum = 4,200, Q1 = 7,650 and Median = 9,500. Each value corresponds to the declared output fields.
Example 4: Employee salaries ($K): 45, 52, 58, 62, 65, 68, 72, 78, 88, 145
Inputs
With Number 1 = 45, Number 2 = 52, Number 3 = 58 and Number 4 = 62 as the stated inputs, the result is Minimum = 45, Q1 = 59 and Median = 66.5. Each value corresponds to the declared output fields.
Common Use Cases
- Calculate the five-number summary for box plots
- Identify quartiles and IQR
- Detect statistical outliers in a dataset