Continuous Probability Distributions and Mathematical Statistics

Overview of Continuous Probability Distributions

  • The primary continuous probability distributions utilized in mathematical statistics include:
    • Normal Distribution
    • Standard Normal Distribution
    • Chi-Square (χ2\chi^2) Distribution
    • Student's t-Distribution
    • Fisher-Snedecor F-Distribution

Normal Distribution

  • Definition: The normal distribution is the most widely used continuous probability distribution and is characterized by a symmetric bell-shaped curve.
  • Parameters:
    • Mean: μ\mu, where <μ<-\infty < \mu < \infty.
    • Standard Deviation: σ\sigma, where σ>0\sigma > 0 (and variance σ2>0\sigma^2 > 0).
  • Probability Density Function (PDF):
    • A continuous random variable YY follows a normal probability distribution if and only if its density function is given by:         f(y)=1σ2πe(yμ)2/(2σ2),<y<f(y) = \frac{1}{\sigma \sqrt{2\pi}} e^{-(y-\mu)^2 / (2\sigma^2)}, \quad -\infty < y < \infty
  • Expected Value and Variance:
    • E(Y)=μE(Y) = \mu
    • V(Y)=σ2V(Y) = \sigma^2
  • Distribution Notation: YN(μ,σ2)Y \sim N(\mu, \sigma^2)
  • Moment Generating Function (MGF):
    • m(t)=eμt+12t2σ2m(t) = e^{\mu t + \frac{1}{2}t^2 \sigma^2}

Normal Distribution Probability Density Function

  • Area Under the Normal Curve:
    • The probability P(aYb)P(a \le Y \le b) corresponds to the area under the normal density function between y=ay = a and y=by = b, requiring the evaluation of the integral:         P(aYb)=ab1σ2πe(yμ)2/(2σ2)dyP(a \le Y \le b) = \int_a^b \frac{1}{\sigma \sqrt{2\pi}} e^{-(y-\mu)^2 / (2\sigma^2)}\,dy

Standard Normal Distribution

  • Definition: A standard normal distribution is a specific normal distribution with mean μ=0\mu = 0 and standard deviation σ=1\sigma = 1 (variance σ2=1\sigma^2 = 1).
  • Transformation Formula (Standardization):
    • Any normal random variable YN(μ,σ2)Y \sim N(\mu, \sigma^2) can be transformed to a standard normal random variable ZN(0,1)Z \sim N(0, 1) using the relationship:         Z=YμσZ = \frac{Y - \mu}{\sigma}
    • The variable ZZ represents the distance from the mean of a normal distribution expressed in units of standard deviation.
  • Moment Generating Function (MGF) of Standard Normal Variable ZZ:
    • MZ(t)=exp{12t2}=e12t2,<t<M_Z(t) = \exp\left\{\frac{1}{2}t^2\right\} = e^{\frac{1}{2}t^2}, \quad -\infty < t < \infty

Worked Example: Example 4.9

  • Problem Statement: The achievement scores for a college entrance examination are normally distributed with mean μ=75\mu = 75 and standard deviation σ=10\sigma = 10. What fraction of the scores lies between 8080 and 9090?
  • Model: Let YY denote the score, where YN(75,102)Y \sim N(75, 10^2). We wish to find P(80Y90)P(80 \le Y \le 90).
  • Standardization Procedure:
    • For y1=80y_1 = 80:         z1=807510=0.5z_1 = \frac{80 - 75}{10} = 0.5
    • For y2=90y_2 = 90:         z2=907510=1.5z_2 = \frac{90 - 75}{10} = 1.5
  • Probability Calculation:
    • P(80Y90)=P(0.5Z1.5)P(80 \le Y \le 90) = P(0.5 \le Z \le 1.5)

Required Area for Example 4.9 under standard normal curve

  • Method 1 (Using Right-Hand Tail Areas A(z)A(z)):
    • Let A(z)=P(Zz)A(z) = P(Z \ge z).
    • From Table 4 (Standard Normal Curve Areas), A(0.5)=0.3085A(0.5) = 0.3085 and A(1.5)=0.0668A(1.5) = 0.0668.
    • A=A(0.5)A(1.5)=0.30850.0668=0.2417A = A(0.5) - A(1.5) = 0.3085 - 0.0668 = 0.2417
  • Method 2 (Using Cumulative Distribution Functions P(Zz)P(Z \le z)):
    • P(Z1.5)=0.9332P(Z \le 1.5) = 0.9332
    • P(Z0.5)=0.6915P(Z \le 0.5) = 0.6915
    • P(0.5Z1.5)=0.93320.6915=0.2417P(0.5 \le Z \le 1.5) = 0.9332 - 0.6915 = 0.2417
  • Conclusion: 24.17%24.17\% (or a fraction of 0.24170.2417) of the achievement scores lie between 8080 and 9090.

Practice Exercises for Standard Normal Distribution

  • Exercise 4.58: Use Table 4 to find the following probabilities for a standard normal random variable ZZ:
    • a) P(0Z1.2)P(0 \le Z \le 1.2)
    • b) P(0.9Z0)P(-0.9 \le Z \le 0)
    • c) P(0.3Z1.56)P(0.3 \le Z \le 1.56)
  • Exercise 4.59: If ZZ is a standard normal random variable, find the value z0z_0 such that:
    • a) P(Z>z0)=0.5P(Z > z_0) = 0.5
    • b) P(Z<z0)=0.8643P(Z < z_0) = 0.8643
    • c) P(z0<Z<z0)=0.90P(-z_0 < Z < z_0) = 0.90
    • d) P(z0<Z<z0)=0.99P(-z_0 < Z < z_0) = 0.99

Chi-Square (χ2\chi^2) Distribution

  • Definition: A continuous random variable XX is said to have a chi-square distribution with rr degrees of freedom if its probability density function is given by:     f(x)={1Γ(r/2)2r/2xr/21ex/2,0<x<0,elsewheref(x) = \begin{cases} \frac{1}{\Gamma(r/2) 2^{r/2}} x^{r/2 - 1} e^{-x/2}, & 0 < x < \infty \\ 0, & \text{elsewhere} \end{cases}
  • Parameter:
    • Degrees of Freedom: rr (or kk), where rr is a positive integer representing the parameter of the distribution.
  • Moment Generating Function (MGF):
    • M(t)=(12t)r/2,t<12M(t) = (1 - 2t)^{-r/2}, \quad t < \frac{1}{2}
  • Mean and Variance:
    • Mean: μ=E(X)=r\mu = E(X) = r
    • Variance: σ2=V(X)=2r\sigma^2 = V(X) = 2r
  • Notation: Xχ2(r)X \sim \chi^2(r) or Xχ2(k)X \sim \chi^2(k).

Chi-Square Probability Density Functions for Various Degrees of Freedom

  • Tabulation and Critical Values:
    • The percentage points of the chi-square distribution are tabulated in Table 6.
    • The symbol χα2(r)\chi^2_\alpha(r) denotes the value such that the area to its right under the chi-square density curve with rr degrees of freedom equals α\alpha:         P(χ2>χα2(r))=αP(\chi^2 > \chi^2_\alpha(r)) = \alpha

Worked Examples and Exercises for Chi-Square Distribution

  • Example 3.3.3:
    • Given PDF:f(x)={14xex/2,0<x<0,elsewheref(x) = \begin{cases} \frac{1}{4} x e^{-x/2}, & 0 < x < \infty \\ 0, & \text{elsewhere} \end{cases}
    • Identification: Matching with the general chi-square PDF formula:         1Γ(r/2)2r/2xr/21ex/2\frac{1}{\Gamma(r/2) 2^{r/2}} x^{r/2 - 1} e^{-x/2}         Here r/21=1    r/2=2    r=4r/2 - 1 = 1 \implies r/2 = 2 \implies r = 4. Thus, Xχ2(4)X \sim \chi^2(4).
    • Properties:
      • Mean: μ=r=4\mu = r = 4
      • Variance: σ2=2r=8\sigma^2 = 2r = 8
      • MGF: M(t)=(12t)2M(t) = (1 - 2t)^{-2} for t<12t < \frac{1}{2}
  • Example 3.3.5:
    • Let Xχ2(10)X \sim \chi^2(10).
    • Finding P(3.25X20.5)P(3.25 \le X \le 20.5):P(3.25X20.5)=P(X20.5)P(X3.5)=0.9750.025=0.95P(3.25 \le X \le 20.5) = P(X \le 20.5) - P(X \le 3.5) = 0.975 - 0.025 = 0.95
    • Finding aa such that P(a<X)=0.05P(a < X) = 0.05:P(a<X)=0.05    P(Xa)=0.95P(a < X) = 0.05 \implies P(X \le a) = 0.95         Using Table 6 with r=10r = 10, a=18.3a = 18.3.
  • Exercise 3.3.1:
    • If M(t)=(12t)6M(t) = (1 - 2t)^{-6} for t<12t < \frac{1}{2} is the MGF of XX, then r/2=6    r=12r/2 = 6 \implies r = 12, meaning Xχ2(12)X \sim \chi^2(12). Find P(X<5.23)P(X < 5.23).
  • Exercise 3.3.2:
    • If Xχ2(5)X \sim \chi^2(5), determine constants cc and dd such that P(c<X<d)=0.95P(c < X < d) = 0.95 and P(X<c)=0.025P(X < c) = 0.025

Student's t-Distribution

  • Derivation and Construction:
    • Let WW be a standard normal random variable, WN(0,1)W \sim N(0, 1).
    • Let VV be a chi-square random variable with rr degrees of freedom, Vχ2(r)V \sim \chi^2(r).
    • Assume WW and VV are independent random variables.
  • Joint Probability Density Function of WW and VV:
    • Since WW and VV are independent, their joint PDF h(w,v)h(w, v) is the product of their individual PDFs:         h(w,v)={12πew2/2×1Γ(r/2)2r/2vr/21ev/2,<w<,  0<v<0,elsewhereh(w, v) = \begin{cases} \frac{1}{\sqrt{2\pi}} e^{-w^2/2} \times \frac{1}{\Gamma(r/2) 2^{r/2}} v^{r/2 - 1} e^{-v/2}, & -\infty < w < \infty, \; 0 < v < \infty \\ 0, & \text{elsewhere} \end{cases}
  • Definition of Student's t Variable:
    • The random variable TT defined by:         T=WV/rT = \frac{W}{\sqrt{V/r}}         has a Student's t-distribution with rr degrees of freedom.
  • Parameters and Properties:
    • Degrees of Freedom: ν=r\nu = r.
    • Mean: E(T)=0E(T) = 0.
    • Variance: V(T)=rr2V(T) = \frac{r}{r-2} for r > 2$.\n* **Shape and Properties:**\n * Symmetric bell-shaped curve centered at zero.\n * Exhibits heavier tails (more dispersion) than the standard normal distribution.\n * As the degrees of freedom r \to \infty,thetdistributionapproachesthestandardnormaldistribution, the t-distribution approaches the standard normal distributionN(0,1).\n\n![Comparison of Student t-Distribution Curves for Various Degrees of Freedom with Standard Normal Distribution](https://assets.knowt.com/pdf-flow-prod/033f6561-c228-47b7-bd0a-de507e22f6c4-figures/26.png)\n\n## Exercises for Student's t-Distribution\n\n* **Exercise 3.6.1:** Let Thaveatdistributionwithhave a t-distribution with10degreesoffreedom(degrees of freedom (\nu = 10).Find). FindP(|T| > 2.228).\n * *Solution:* P(|T| > 2.228) = P(T > 2.228) + P(T < -2.228) = 2 \times P(T > 2.228).FromTable5with. From Table 5 with\nu = 10,,t_{0.025} = 2.228.Thus,. Thus,P(|T| > 2.228) = 2(0.025) = 0.05.\n* **Exercise 3.6.2:** Let Thaveatdistributionwithhave a t-distribution with14degreesoffreedom(degrees of freedom (\nu = 14).Determine). Determinebsothatso thatP(-b < T < b) = 0.90\n\n# Fisher-Snedecor F-Distribution\n\n* **Derivation and Construction:**\n * Let UandandVbeindependentchisquarerandomvariableswithbe independent chi-square random variables withr_1andandr_2degreesoffreedom,respectively(degrees of freedom, respectively (U \sim \chi^2(r_1)andandV \sim \chi^2(r_2)).\n* **Joint Probability Density Function of UandandV:**\n * h(u, v) = \begin{cases} \frac{1}{\Gamma(r_1/2)\Gamma(r_2/2) 2^{(r_1+r_2)/2}} u^{r_1/2 - 1} v^{r_2/2 - 1} e^{-(u+v)/2}, & 0 < u, v < \infty \ 0, & \text{elsewhere} \end{cases}\n* **Definition of F Variable:**\n * The ratio of two independent chi-square random variables, each divided by its respective degrees of freedom, defines an F-distributed random variable:\n        F = \frac{U / r_1}{V / r_2}\n* **Parameters:**\n * Numerator degrees of freedom: d_1 = \nu_1 = r_1\n * Denominator degrees of freedom: d_2 = \nu_2 = r_2\n* **Mean:**\n * E(F) = \frac{r_2}{r_2 - 2}, \quad \text{for } r_2 > 2\n\n![F-Distribution Density Functions for Various Pairs of Degrees of Freedom](https://assets.knowt.com/pdf-flow-prod/033f6561-c228-47b7-bd0a-de507e22f6c4-figures/30.png)\n\n* **Inversion Property of F-Distribution:**\n * If X \sim F(\nu_1, \nu_2),thenitsreciprocal, then its reciprocalY = \frac{1}{X} \sim F(\nu_2, \nu_1).\n* **Notation for Critical Values:**\n * F_{\alpha, \nu_1, \nu_2} represents the critical value such that:\n        P(F \ge F_{\alpha, \nu_1, \nu_2}) = \alpha\n\n## Exercises for F-Distribution\n\n* **Exercise 3.6.9:** If FhasanFdistributionwithparametershas an F-distribution with parametersr_1 = 5andandr_2 = 10,find, findaandandbsothatso thatP(F \le a) = 0.05andandP(F \le b) = 0.95,andaccordingly,, and accordingly,P(a < F < b) = 0.90$$