Binomial 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.

Binomial distribution

Random variables and distributions

The binomial distribution gives the probability of a set number of successes in a fixed number of independent trials with a constant success probability.

A binomial setting has a fixed number of trials, two outcomes per trial, independent trials, and the same success probability each time. For example, the number of heads in 10 flips of a fair coin is binomial with n=10n = 10 trials and success probability p=0.5p = 0.5. The probability of exactly kk successes is P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} p^k (1-p)^{n-k} (n choose k, times p to the power k, times one minus p to the power n minus k). Its mean is μ=np\mu = np (n times p).

Full entry for binomial distribution

Normal distribution

Random variables and distributions

The normal distribution is a symmetric, bell-shaped density curve described by its mean and standard deviation.

The normal distribution is a bell-shaped curve centered at its mean μ\mu (mu) and spread out by its standard deviation σ\sigma (sigma). Many natural measurements, such as heights or measurement errors, are approximately normal. For example, adult heights cluster near an average, with fewer people far above or below it. The empirical rule says about 68, 95, and 99.7 percent of the data fall within 1, 2, and 3 standard deviations of the mean.

Full entry for normal distribution

Where each one fits in the course