37.1k views
3 votes
What's a boxplot? Also provide an example...

User Moyheen
by
5.6k points

2 Answers

7 votes

Explanation:

In descriptive statistics, a box plot or boxplot (also known as box and whisker plot) is a type of chart often used in explanatory data analysis. Box plots visually show the distribution of numerical data and skewness through displaying the data quartiles (or percentiles) and averages.

User Alex Li
by
5.7k points
4 votes

Answer:

BOXPLOT is a simple way of representing statistical data on a plot in which a rectangle is drawn to represent the second and third quartiles, usually with a vertical line inside to indicate the median value. The lower and upper quartiles are shown as horizontal lines either side of the rectangle.

Explanation:

Example 1: Draw a box-and-whisker plot for the data set {3, 7, 8, 5, 12, 14, 21, 13, 18}.

From our Example 1 on the previous page, we had the five-number summary:

Minimum: 3, Q1 : 6, Median: 12, Q3 : 16, and Maximum: 21.

CHECK THE ABOVE PIC

Notice that in any box-and-whisker plot, the left-side whisker represents where we find approximately the lowest 25% of the data and the right-side whisker represents where we find approximately the highest 25% of the data. The box part represents the interquartile range and represents approximately the middle 50% of all the data. The data is divided into four regions, which each represent approximately 25% of the data. This gives us a nice visual representation of how the data is spread out across the range.

What's a boxplot? Also provide an example...-example-1
User Bircan
by
5.9k points