Continuous Distribution Normal Distribution Exponential Distribution

Comprehensive study notes, diagrams, and exam preparation for Continuous Distribution Normal Distribution Exponential Distribution.

Continuous Probability Distributions: Normal and Exponential

Definition

A continuous probability distribution describes the probabilities of the possible values of a continuous random variable. Unlike discrete variables (which take specific, countable values), a continuous random variable can take on any value within a given range or interval. The probability of the variable falling within a specific range is determined by the area under the probability density function (PDF) curve.


Main Content

1. Continuous Distribution

  • A distribution where the random variable can assume an infinite number of values within a range.
  • The probability of the variable taking an exact single value is always zero; instead, we calculate the probability of the variable falling within an interval.

2. Normal Distribution

  • Often called the "Gaussian distribution" or the "Bell Curve," it is symmetric around the mean.
  • It is defined by two parameters: the mean ($\mu$), which locates the center, and the standard deviation ($\sigma$), which determines the spread.
       ___
     _/   \_
    /       \
   /         \
--+-----------+--
  μ-σ    μ    μ+σ

(The bell-shaped curve of a Normal Distribution)

3. Exponential Distribution

  • Used to model the time or space between events in a Poisson process (e.g., time until the next customer arrives).
  • It is defined by a rate parameter ($\lambda$). Unlike the Normal distribution, it is skewed to the right and starts at zero.
| \
|  \
|   \
|    \__
|_______

(The decaying curve of an Exponential Distribution)


Working / Process

1. Identifying the Distribution Type

  • Determine if the variable is measuring a physical dimension or a time interval (Continuous).
  • Check if the data clusters around a central average (Normal) or measures the waiting time between independent events (Exponential).

2. Applying the Probability Density Function (PDF)

  • For Normal Distribution: Use the bell curve formula involving $\mu$ and $\sigma$ to find the probability of a value falling within a range (often using Z-scores).
  • For Exponential Distribution: Use the formula $f(x) = \lambda e^{-\lambda x}$ to find the probability of waiting a certain amount of time for an event.

3. Calculating the Probability

  • For Normal: Standardize the value using $Z = (x - \mu) / \sigma$ and look up the area under the curve in a Standard Normal Table.
  • For Exponential: Integrate the PDF from 0 to $x$ to find the cumulative probability $F(x) = 1 - e^{-\lambda x}$.

Advantages / Applications

  • Normal Distribution: Widely used in natural sciences and social sciences for height, weight, test scores, and measurement errors. It is the foundation of many statistical inference techniques.
  • Exponential Distribution: Essential in reliability engineering to calculate the lifespan of electronic components and in queuing theory to model arrival times at service centers.
  • Predictive Power: These distributions allow analysts to forecast future occurrences, risk, and resource requirements based on historical trends.

Summary

  • Continuous distributions model data that can take any value within a range.
  • The Normal Distribution represents data clustered around a mean in a symmetrical bell shape.
  • The Exponential Distribution models the waiting time between random, independent events.
  • Important terms: Probability Density Function (PDF), Mean ($\mu$), Standard Deviation ($\sigma$), Rate Parameter ($\lambda$), and Z-score.