Definition
The Normal Distribution (or Gaussian Distribution) is a continuous probability distribution characterized by a symmetric, bell-shaped curve. In calculus, it is defined by the probability density function:
- How to read: “The probability density function f of x is equal to one divided by the quantity sigma times the square root of two pi, all times e raised to the power of the negative quantity x minus the mean mu squared, divided by two times the variance sigma squared.”
- Meaning: Bell curve centered at mean with spread controlled by standard deviation ; total area under curve is 1.
where is the mean (location of the peak) and is the standard deviation (width of the bell).
Why It Matters
The Normal Distribution is the “Master Key” to understanding the natural world. It is the only reason we can make sense of the “chaos” of large populations, from the height of humans to the variation in industrial parts. Without it, insurance, medicine, and engineering would be guesswork. It allows us to distinguish between “random noise” and a “meaningful signal”—giving us the power to predict the behavior of the masses even when we cannot predict the behavior of the individual.
Core Concepts
-
Empirical Rule (68-95-99.7): Approximately 68% of the area lies within 1 of the mean, 95% within 2, and 99.7% within 3.
- How to read: “The values within one standard deviation, two standard deviations, or three standard deviations of the mean.”
- Meaning / when to use: Empirical rule—approximately 68% of area within , 95% within , 99.7% within of .
-
Normalization: The integral is exactly 1, a result that requires the evaluation of the Gaussian Integral.
- How to read: “The integral from negative infinity to infinity of the probability density function f of x with respect to x is equal to one.”
- Meaning: Total probability is 100%; the PDF is properly normalized.
-
The Error Function (): Because the function has no elementary antiderivative, probabilities for the normal distribution are calculated using numerical methods or specialized functions like .