A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Histograms and Frequency Distributions

College Depth 59 in the knowledge graph I know this Set as goal
282topics build on this
264prerequisites beneath it
See this on the map →
Mean, Median, and ModeDescriptive Research MethodsPopulation Distribution and Density+4 more
histogram frequency distribution-shape visualization

Core Idea

A histogram displays the distribution of numerical data by dividing the range into bins and showing frequency (or density) on the y-axis. Histograms reveal the shape of a distribution: whether it is symmetric, skewed, unimodal, or multimodal. Frequency distributions can be represented as raw counts, relative frequencies (proportions), or densities (for equal-width bins). Histograms are fundamental exploratory data analysis tools that precede and inform statistical inference.

How It's Best Learned

Create histograms from data using different bin widths. Observe how bin choice affects apparent shape. Connect histogram shapes to distributions discussed (normal, uniform, bimodal, skewed).

Common Misconceptions

Confusing area with height in density histograms. Thinking bin width choice doesn't matter. Misinterpreting gaps in histograms as zero frequency.

Explainer

You already know how to compute the mean, median, and mode of a dataset — single-number summaries of a distribution. A histogram reveals something those summaries cannot: the shape of the distribution. Where are values concentrated? Are they spread evenly or clumped? Does the data have one peak or two? A histogram makes these patterns visible at a glance.

To build a histogram, you divide the range of data into equal-width intervals called bins and count how many observations fall in each bin. You then draw a bar for each bin, with height proportional to the count (or frequency). The result is a bar chart that shows where data is dense and where it's sparse. Notice that, unlike a bar chart for categorical data, the bars in a histogram are adjacent — no gaps — because the bins cover a continuous range. A gap in a histogram genuinely means no observations in that range.

Bin width is a critical design choice. Too few bins and the histogram is a featureless blob that hides structure; too many bins and it becomes jagged noise where every bin has 0 or 1 observation. The right bin width shows meaningful patterns without overfitting noise. As a rule of thumb, try the square root of the sample size as the number of bins, then adjust visually. Different bin widths can make the same data look symmetric or skewed, which is why analysts often try several before settling on one.

Reading histogram shapes connects to the distributions you'll encounter in statistical inference. A symmetric, bell-shaped histogram suggests normality — the mean, median, and mode are all close together. A right-skewed histogram has a long tail to the right, with the mean pulled higher than the median (a few large values drag the mean up). A left-skewed histogram mirrors this. A bimodal histogram has two peaks, suggesting two subpopulations in the data. Finally, density histograms rescale the y-axis so that bar areas (not heights) sum to 1, making them directly comparable to probability density functions — a key bridge between exploratory data analysis and the theoretical distributions you'll encounter in inference.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersLength ComparisonMeasuring Length with Non-Standard UnitsMeasuring Length With a RulerMeasuring with Feet and MetersEstimating LengthsLine Plots with Measurement DataOrganizing and Representing DataCreating Tally ChartsCreating and Reading Picture GraphsScaled Bar GraphsMean, Median, and ModeHistograms and Frequency Distributions

Longest path: 60 steps · 264 total prerequisite topics

Prerequisites (1)

Leads To (6)