Continuous Probability Distributions - Comprehensive Study Guide

Targeted Continuous Probability Distributions and Sampling Distributions

  • Targeted Continuous Probability Distributions:

    • Normal (Gaussian) Distribution
    • Standard Normal
    • Exponential Distribution
    • Gamma Distribution
    • Beta Distribution
    • Pareto Distribution
  • Sampling Distributions:

    • FF distribution
    • tt distribution
    • Chi-square distribution

Normal (Gaussian) Distribution

  • Definition and Characteristics:

    • The Normal distribution, also known as the Gaussian distribution, is a probability distribution that is symmetric about the mean.
    • In this distribution, the mean, median, and mode are all equal.
    • The distribution indicates that data near the mean occur more frequently than data far from the mean.
    • The normal curve is bell-shaped.
    • Notation: A random variable XX in a normal distribution is denoted as XN(μ,σ2)X \sim N(\mu, \sigma^2).
  • Parameters:

    • Mean (μ\mu): A location parameter that defines the central tendency and the location of the peak. Changing μ\mu shifts the curve left or right on the horizontal axis.
    • Standard Deviation (σ\sigma) or Variance (σ2\sigma^2): A scale parameter that defines the width and variability. Larger standard deviations produce a more spread-out distribution, while smaller ones tighten the distribution.
  • Naturally Occurring Examples:

    • Height
    • IQ scores
    • Blood pressure
    • Measurement error
  • Probability Density Function (pdf):

    • f(x)=1σ2πe12(xμσ)2f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}(\frac{x-\mu}{\sigma})^2}
  • Symmetric Property and Empirical Rules:

    • The distribution cannot model skewed data.
    • Empirical Rule (68.3-95.4-99.7):
      • P(μσ<X<μ+σ)=0.6826P(\mu - \sigma < X < \mu + \sigma) = 0.6826 (approximately 68.3%68.3\%)
      • P(μ2σ<X<μ+2σ)=0.9544P(\mu - 2\sigma < X < \mu + 2\sigma) = 0.9544 (approximately 95.4%95.4\%)
      • P(μ3σ<X<μ+3σ)=0.9973P(\mu - 3\sigma < X < \mu + 3\sigma) = 0.9973 (approximately 99.7%99.7\%

Moment Generating Function (MGF) and Moments for Normal Distribution

  • Derivation of MGF:

    • Mx(t)=1σ2πetxe12σ2(xμ)2dxM_x(t) = \frac{1}{\sigma\sqrt{2\pi}} \int_{-\infty}^{\infty} e^{tx} e^{-\frac{1}{2\sigma^2}(x-\mu)^2} dx
    • After completing the square in the exponent and evaluating the integral:
    • Mx(t)=eμt+12σ2t2M_x(t) = e^{\mu t + \frac{1}{2}\sigma^2 t^2}
  • Expectation and Variance:

    • Expected Value: E(X)=μE(X) = \mu
    • Variance: Var(X)=σ2Var(X) = \sigma^2

Solving Normal Distribution Problems

  • Standardization Note: Solving normal probability distributions via calculus for every set of μ\mu and σ\sigma is tedious. Instead, we typically work with the Standardized Normal Distribution.

  • Example Case Study (Mile Run):

    • Scenario: The time for a runner to run a mile is a normal random variable with μ=4minutes,1second\mu = 4\,\text{minutes}, 1\,\text{second} (or 241seconds241\,\text{seconds}) and σ=2seconds\sigma = 2\,\text{seconds}.
    • Probability Calculation Setup:
      • a) Less than 4 minutes: P(X240)=240f(x)dxP(X \le 240) = \int_{-\infty}^{240} f(x) dx
      • b) More than 3 minutes, 55 seconds: P(X235)=235f(x)dxP(X \ge 235) = \int_{235}^{\infty} f(x) dx
      • c) Between 2 and 5 minutes: F(300)F(120)F(300) - F(120)

Exponential Distribution

  • Definition:

    • A right-skewed distribution with a minimum at x=0x=0.
    • The random variable can only take on positive values.
    • It is used to model inter-arrival times or distances for a Poisson process with mean λ>0\lambda > 0.
  • Probability Density Function (pdf):

    • f(x)=λeλxf(x) = \lambda e^{-\lambda x}, for x>0x > 0
  • MGF, Mean, and Variance:

    • Mx(t)=(1tλ)1M_x(t) = (1 - \frac{t}{\lambda})^{-1} or λλt\frac{\lambda}{\lambda - t}
    • E(X)=1λE(X) = \frac{1}{\lambda}
    • Var(X)=1λ2Var(X) = \frac{1}{\lambda^2}
  • Cumulative Distribution Function (cdf):

    • F(x)=1eλaF(x) = 1 - e^{-\lambda a} (where aa is the upper limit value).
  • Memory-less Property:

    • The exponential distribution is the only memory-less continuous distribution.
    • The conditional probability of an exponential random variable exceeding the value s+ts + t given it has exceeded tt is the same as the variable originally exceeding ss.
    • Interpretation: The past has no bearing on future behaviors; every instant is like beginning a new random period.

Gamma Distribution

  • Definition:

    • A family of right-skewed distributions modeling positive values only.
    • Used for biological and economic characteristics.
    • If XX is the waiting time until the α\alpha-th event occurs in a Poisson process with rate λ\lambda, then XX follows a Gamma distribution.
  • Probability Density Function (pdf):

    • f(x;α,λ)=λαΓ(α)xα1eλxf(x; \alpha, \lambda) = \frac{\lambda^{\alpha}}{\Gamma(\alpha)} x^{\alpha - 1} e^{-\lambda x}, for x>0,α>0,λ>0x > 0, \alpha > 0, \lambda > 0
  • Real-Life Perspective Example:

    • To achieve success (e.g., having 10 children), one must wait. If achieving the goal of 1 child takes 9 months (rate λ\lambda), achieving 10 children (α=10\alpha = 10) over a period (e.g., 0 to 40 years) is modeled via Gamma.
  • Properties of the Gamma Function Γ(α)\Gamma(\alpha):

    • Γ(1)=1\Gamma(1) = 1
    • Γ(α)=(α1)Γ(α1)\Gamma(\alpha) = (\alpha - 1)\Gamma(\alpha - 1)
    • Γ(n)=(n1)!\Gamma(n) = (n - 1)! for integers
    • Γ(1/2)=π\Gamma(1/2) = \sqrt{\pi}
  • Moments and MGF:

    • Mx(t)=(1tλ)αM_x(t) = (1 - \frac{t}{\lambda})^{-\alpha}
    • E(X)=αλE(X) = \frac{\alpha}{\lambda}
    • Var(X)=αλ2Var(X) = \frac{\alpha}{\lambda^2}

Beta Distribution (First Kind)

  • Definition:

    • A family of continuous probability distributions defined on a finite interval (usually [0,1][0, 1]).
    • It models uncertainty of quantities such as proportions and percentages.
    • Parameters: α\alpha and β\beta (both are shape parameters).
  • Probability Density Function (pdf):

    • f(x)=1B(α,β)xα1(1x)β1f(x) = \frac{1}{B(\alpha, \beta)} x^{\alpha - 1}(1 - x)^{\beta - 1} for 0x10 \le x \le 1
    • B(α,β)=Γ(α)Γ(β)Γ(α+β)B(\alpha, \beta) = \frac{\Gamma(\alpha)\Gamma(\beta)}{\Gamma(\alpha + \beta)}
  • Interpretation of α\alpha and β\beta:

    • Think of α1\alpha - 1 as the number of successes and β1\beta - 1 as the number of failures.
    • If success probability is predicted at 90%90\%, set α=90\alpha = 90 and β=10\beta = 10.
    • Increasing α\alpha shifts the distribution right; increasing β\beta shifts it left.
    • If both increase, the distribution narrows (higher certainty).
  • Curve Shapes:

    • U-shaped (asymptotic ends)
    • Bell-shaped (when α,β>1\alpha, \beta > 1)
    • Symmetric (when α=β\alpha = \beta)
    • Skewed right (when α<β\alpha < \beta) or Skewed left (when α>β\alpha > \beta)
  • Expectation and Variance:

    • E(X)=αα+βE(X) = \frac{\alpha}{\alpha + \beta}
    • Var(X)=αβ(α+β)2(α+β+1)Var(X) = \frac{\alpha\beta}{(\alpha + \beta)^2(\alpha + \beta + 1)}

Pareto Continuous Probability Distribution

  • Definition:

    • Named after Vilfredo Pareto.
    • A power-law distribution used for modeling income, wealth, city populations, and geophysical phenomena.
    • Characterized by a trend where a large portion of wealth is held by a small fraction of the population.
  • The Pareto Principle (80-20 Rule):

    • Also called the "Matthew principle."
    • States that 80%80\% of effects come from 20%20\% of causes (e.g., 80%80\% of wealth is held by 20%20\% of the population; 20%20\% of workers create 80%80\% of results).
  • Probability Density Function (pdf):

    • f(x)=αxmαxα+1f(x) = \frac{\alpha x_m^{\alpha}}{x^{\alpha + 1}} for xxmx \ge x_m
    • xmx_m is the minimum possible value of XX.
    • α\alpha is the shape parameter.
  • Cumulative Distribution Function (cdf):

    • F(x)=1(xmx)αF(x) = 1 - (\frac{x_m}{x})^{\alpha}
  • Moments (Capture using Higher Raw Moments):

    • Finite moments exist if α>r\alpha > r.
    • Expected Value (Mean): E(X)=αxmα1E(X) = \frac{\alpha x_m}{\alpha - 1} for α>1\alpha > 1
    • Variance: Var(X)=αxm2(α1)2(α2)Var(X) = \frac{\alpha x_m^2}{(\alpha - 1)^2(\alpha - 2)} for α>2\alpha > 2
  • Example Calculation:

    • In a population where income follows Pareto with α=3\alpha = 3 and xm=1000x_m = 1000.
    • Proportion between 20002000 and 40004000:
    • P(2000<X<4000)=F(4000)F(2000)P(2000 < X < 4000) = F(4000) - F(2000)
    • F(4000)=1(10004000)3=1(1/4)3=11/64=63/64F(4000) = 1 - (\frac{1000}{4000})^3 = 1 - (1/4)^3 = 1 - 1/64 = 63/64
    • F(2000)=1(10002000)3=1(1/2)3=11/8=7/8F(2000) = 1 - (\frac{1000}{2000})^3 = 1 - (1/2)^3 = 1 - 1/8 = 7/8
    • 63/6456/64=7/6463/64 - 56/64 = 7/64

Questions & Discussion

  • Discussion Question 1: Symmetry is a vital property of the Normal distribution (equality of mean, median, and mode). Proof of the equality of Mean, Median, and Mode on a symmetrical normal distribution function is required.
  • Classwork: Differentiate between the Beta density function and the Binomial density function.
  • Group Assignment:
    • 1. Derive the density functions of the following sampling distributions: a) Chi-square, b) Student-t distribution, c) F-distribution.
    • 2. Explain the uses of Chi-square distribution, Student-t distribution, and F-distribution in statistics.