๐Ÿ””distribution

Normal Distribution PDF

f(x) = (1/ฯƒโˆš2ฯ€) ร— e^(-(x - ฮผ)ยฒ / 2ฯƒยฒ)

The probability density function of the normal (Gaussian) distribution describes the bell-shaped curve that arises throughout statistics. It is fully characterized by its mean (ฮผ) and standard deviation (ฯƒ). The area under the curve between any two values gives the probability of an observation falling in that range.

Variables

f(x)=Probability Density

The height of the curve at value x (not a probability itself)

ฮผ=Mean

The center of the distribution

ฯƒ=Standard Deviation

Controls the spread of the distribution

e=Euler's Number

The mathematical constant approximately equal to 2.71828

Example Calculation

Scenario

IQ scores follow a normal distribution with ฮผ = 100 and ฯƒ = 15. What is the probability density at x = 115?

Given Data

x:115
ฮผ:100
ฯƒ:15

Calculation

f(115) = (1/(15โˆš(2ฯ€))) ร— e^(-(115-100)ยฒ/(2ร—15ยฒ)) = (1/37.60) ร— e^(-225/450) = 0.02660 ร— e^(-0.5) = 0.02660 ร— 0.6065

Result

f(115) = 0.01613

Interpretation

The density at IQ = 115 is 0.01613. This is not a probability; it is the height of the curve at that point. To find the probability of scoring between, say, 110 and 120, you would integrate the PDF over that interval (or use a z-table). By the 68-95-99.7 rule, about 68% of IQ scores fall between 85 and 115.

When to Use This Formula

  • โœ“Modeling continuous data that clusters symmetrically around the mean
  • โœ“Serving as the basis for z-scores, confidence intervals, and hypothesis tests
  • โœ“Approximating other distributions (e.g., binomial) when sample sizes are large
  • โœ“Understanding the theoretical foundation of the Central Limit Theorem

Common Mistakes

  • โœ—Interpreting the PDF value f(x) as a probability (it is a density; probabilities come from areas)
  • โœ—Assuming all data is normally distributed without checking with plots or tests
  • โœ—Forgetting that the normal distribution extends from negative infinity to positive infinity
  • โœ—Confusing the PDF with the cumulative distribution function (CDF)

Calculate This Formula Instantly

Snap a photo of any problem and get step-by-step solutions.

Download StatsIQ

FAQs

Common questions about this formula

For any normal distribution, approximately 68% of values fall within 1 standard deviation of the mean, 95% within 2 standard deviations, and 99.7% within 3 standard deviations. This is also known as the empirical rule and provides a quick way to assess the spread of data.

The Central Limit Theorem states that the sampling distribution of the sample mean approaches a normal distribution as the sample size increases, regardless of the population's shape. This makes the normal distribution central to confidence intervals, hypothesis tests, and many other statistical methods.

More Formulas