A boxplot summarizes the distribution of a quantitative variable using key positional statistics. It displays the median, first quartile, third quartile, and typically the minimum and maximum non-outlier values. It may also mark outliers separately. The box itself spans from Q1 to Q3, representing the interquartile range, or middle 50% of the data. The line inside the box marks the median. Whiskers extend to values within the non-outlier range, depending on the graphing convention. A boxplot does not primarily show frequency counts; histograms, dot plots, and bar charts are better for frequencies. A scatterplot displays the relationship between two quantitative variables. Probability is not directly displayed by a standard boxplot, although distributional interpretation can be supported by it. The correct answer is therefore median, quartiles, and outliers. Study Guide references/topics: boxplots, five-number summary, quartiles, outliers.
============