Boxplot_Analysis_Document (1)
Boxplot_Analysis_Document (1)
- Highlight outliers.
Boxplots are especially useful in exploratory data analysis, making them essential tools in
various fields such as medicine, business analytics, and social sciences.
- **First Quartile (Q1)**: The median of the lower half of the dataset.
- **Third Quartile (Q3)**: The median of the upper half of the dataset.
Given the dataset: [7, 15, 36, 39, 40, 41, 42, 43, 49, 50, 60]
- Minimum = 5
- Maximum = 28
- Median (Q2) = 14
- Q1 = 8
- Q3 = 23
**Formulas:**
Boxplot Graph
Figure: Boxplot of dataset [5, 7, 8, 12, 13, 14, 18, 21, 23, 25, 28]