Uniform Distribution vs Normal Distribution

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Uniform distribution

Describing data

A uniform distribution spreads probability evenly, so every outcome or every interval of equal width is equally likely and the graph is flat.

Uniform means probability is spread evenly, and the word covers two different objects. A discrete uniform distribution has kk listable outcomes, each carrying probability 1/k1/k. A continuous uniform distribution on the interval from aa to bb has a flat density of height 1ba\frac{1}{b-a}, so probability is area and every subinterval of the same width carries the same probability. Data can also be called approximately uniform, which is the Fall 2026 course's shape word in topic 1.6 for a graph whose frequencies are all about the same with no prominent peak.

One roll of a fair six-sided die is discrete uniform with k=6k = 6, so each face has probability 1/60.1671/6 \approx 0.167 and P(X>4)=2/60.333P(X > 4) = 2/6 \approx 0.333. A continuous uniform on 0 to 10 has density 1/10=0.11/10 = 0.1, so P(3<X<7)=4×0.1=0.4P(3 < X < 7) = 4 \times 0.1 = 0.4: four units of width out of ten. Both sit centered at their midpoint, 3.5 and 5.

"Every value is equally likely, so P(X=3)=0.1P(X = 3) = 0.1" is the standard error in the continuous case. The height of the density curve at 3 is 0.1, but the probability of landing exactly on 3 is 0, because a single point has no width and probability here is area. That is why P(3<X<7)P(3 < X < 7) and P(3X7)P(3 \le X \le 7) are both 0.4 for the continuous uniform, while for the die P(X>4)0.333P(X > 4) \approx 0.333 and P(X4)=0.5P(X \ge 4) = 0.5 are different numbers.

Flat also does not mean the values sit close together. The continuous uniform on 0 to 10 has standard deviation 10/122.8910/\sqrt{12} \approx 2.89, which is real spread. Uniform says every region is equally likely, not that the variable barely varies.

One caution about reading uniformity off a picture. Flatness is a claim about equal-width bins, so unequal bins make an evenly spread variable look bumpy and can hide a genuinely uniform shape. Check the bin widths before you use the word.

Full entry for uniform distribution

Normal distribution

Random variables and distributions

The normal distribution is a continuous bell-shaped model in which probability is area under a curve fixed entirely by the mean and the standard deviation.

A normal distribution is a continuous model written N(μ,σ)N(\mu, \sigma): a density curve, symmetric about its mean μ\mu (mu), single-peaked, and spread out by its standard deviation σ\sigma (sigma). Two numbers fix the whole curve. Probability is area underneath it, the total area is exactly 1, and half of that area sits on each side of μ\mu. Because the area over a single point is zero, every normal question is really a question about an interval.

Suppose adult male heights are approximately N(69,2.8)N(69, 2.8) in inches. To find the share above 72 inches, standardize: z=72692.81.07z = \frac{72 - 69}{2.8} \approx 1.07. The area to the left of z=1.07z = 1.07 is 0.8577, so about 0.142, roughly 14 percent, are taller than 72 inches. The same curve puts about 71.6 percent of men between 66 and 72 inches.

The claim that ruins the most work is "the sample is large, so the data are normal." Sample size does not change the shape of the variable being measured. A right-skewed variable such as household income stays right-skewed however many households you collect. What a large sample buys is that the sampling distribution of xˉ\bar{x} (x-bar, the sample mean) is close to normal, and that is a statement about the average of a sample, not about the individual values inside it.

A normal curve also runs on forever in both directions, so a normal model always assigns some probability to values the real variable cannot reach, negative heights included. For heights that leftover is far too small to matter. Where the model genuinely fails is shape: strongly skewed, hard-bounded, or clearly bimodal data should not be pushed through a normal calculation, and no amount of extra data repairs that.

The normal distribution is topic 2.11 in Unit 2, Probability, Random Variables, and Probability Distributions. The empirical rule gives the quick version of its areas and the z-table gives the exact ones.

There is a calculus reason the areas have to come from a table or a calculator rather than from an antiderivative. The bell-shaped function ex2e^{-x^{2}} has no elementary antiderivative at all, so no amount of algebra produces a formula for the area under it between two bounds. CalcLearn works through that function's behaviour in the limit of e to the minus x squared.

Full entry for normal distribution

Where each one fits in the course