6.3 Continuous Probability Distributions
Key Takeaways
- Continuous random variables are defined by a probability density function (PDF) f(x) ≥ 0 where ∫ f(x) dx = 1; the probability of any single exact value is zero (P(X = c) = 0), meaning interval probabilities are evaluated via P(a ≤ X ≤ b) = F(b) - F(a) = ∫ f(x) dx.
- The standard normal distribution Z = (X - μ)/σ ~ N(0, 1) utilizes the 68–95–99.7 empirical rule; linear combinations of independent normal variables are themselves normal with additive means μ_W = Σ a_i μ_i and additive variances σ²_W = Σ a_i² σ²_i.
- The exponential distribution f(x) = λ e^(-λx) models interarrival times and component lifespans under purely random failures, uniquely possessing the memoryless property P(X > s + t | X > s) = P(X > t) and a constant hazard rate h(t) = λ.
- The Weibull distribution models time-to-failure across all phases of the classical bathtub curve: β < 1 represents infant mortality (decreasing failure rate), β = 1 reduces to the exponential distribution (constant failure rate), and β > 1 models wearout and mechanical fatigue (increasing failure rate).
- Statistical inference relies on sampling distributions: Student's t-distribution accounts for unknown population variance in small samples, the Chi-square (χ²) distribution models sample variance and goodness-of-fit, and the F-distribution tests equality of variances in ANOVA.
Continuous random variables measure quantities along an unbroken continuum—such as component dimensions, process cycle times, mechanical stresses, and equipment lifetimes. Unlike discrete variables, probability for a continuous variable is defined not at a single point, but as an area under a curve. On the FE Industrial examination, continuous distributions appear across multiple topics: statistical process control (Normal distribution), equipment reliability and maintainability (Exponential and Weibull distributions), and statistical hypothesis testing (Student's $t$, Chi-square, and $F$ distributions).
1. Continuous Random Variables: PDF and CDF Properties
Probability Density Function (PDF)
A continuous random variable $X$ is governed by a probability density function $f(x)$ that satisfies two fundamental mathematical axioms:
- $f(x) \ge 0$ for all real numbers $-\infty < x < \infty$
- The total area underneath the density curve equals unity:
Important Contrast with Discrete Variables
For any continuous random variable $X$:
- The probability of taking on any single exact mathematical value $c$ is strictly zero:
- Consequently, including or excluding boundary endpoints does not change the probability:
Cumulative Distribution Function (CDF)
The CDF $F(x)$ represents the accumulated probability from $-\infty$ up to threshold $x$:
By the Fundamental Theorem of Calculus, the PDF is the first derivative of the CDF wherever the derivative exists:
Continuous Expectation and Variance
- Expected Value (Mean $\mu$):
- Expected Value of a Function $g(X)$:
- Variance ($\sigma^2$):
2. The Normal (Gaussian) Distribution and Linear Combinations
Density Function and the Standard Normal ($Z$)
The Normal distribution $X \sim N(\mu, \sigma^2)$ is defined by the bell-shaped probability density function:
The curve is completely symmetric about the mean $\mu$, with inflection points occurring at $\mu - \sigma$ and $\mu + \sigma$.
To compute probabilities using standard reference tables, any normal random variable $X$ is converted to the standard normal distribution $Z \sim N(0, 1)$ via the standard score transformation:
The standard normal cumulative distribution function is denoted $\Phi(z) = P(Z \le z)$. Due to symmetry about zero:
- $\Phi(-z) = 1 - \Phi(z)$
- $P(-z \le Z \le z) = 2\Phi(z) - 1$
The Empirical Rule (68–95–99.7 Rule)
For any normally distributed variable:
- $\mu \pm 1\sigma$ encompasses approximately $68.27%$ of the distribution
- $\mu \pm 2\sigma$ encompasses approximately $95.45%$ of the distribution
- $\mu \pm 3\sigma$ encompasses approximately $99.73%$ of the distribution
- In Six Sigma quality engineering, specification limits placed at $\mu \pm 6\sigma$ leave only $3.4$ parts per million defective when accounting for a standard $1.5\sigma$ process mean drift.
Linear Combinations of Independent Normal Variables
In manufacturing tolerance analysis, assemblies consist of multiple mating parts. If $X_1, X_2, \dots, X_n$ are mutually independent normally distributed random variables where $X_i \sim N(\mu_i, \sigma_i^2)$, and $a_1, a_2, \dots, a_n$ and $c$ are real constants, then the linear combination:
is also normally distributed ($W \sim N(\mu_W, \sigma_W^2)$) with parameters:
Exam Watchout: Assembly Clearances and Variance Addition When finding the clearance gap between a hole and a shaft ($C = X_{\text{hole}} - X_{\text{shaft}}$), the mean is the difference: $\mu_C = \mu_{\text{hole}} - \mu_{\text{shaft}}$. However, because $a_1 = 1$ and $a_2 = -1$, the variance is: Variances always add. Never subtract variances, and never add standard deviations directly ($\sigma_C \neq \sigma_{\text{hole}} + \sigma_{\text{shaft}}$).
3. The Exponential Distribution and Memoryless Reliability Modeling
Probability Density Function, CDF, and Reliability
The exponential distribution models the time or distance between successive Poisson events, such as the operational lifespan of electronic components subjected to random operational shocks. It is parameterized by the constant failure rate $\lambda > 0$:
- PDF: $f(t) = \lambda e^{-\lambda t}$ for $t \ge 0$
- CDF: $F(t) = P(T \le t) = 1 - e^{-\lambda t}$ for $t \ge 0$
- Reliability (Survival) Function: The probability that a component functions without failure beyond time $t$:
- Mean Time to Failure (MTTF / Mean):
- Variance: $\text{Var}(T) = \sigma^2 = \frac{1}{\lambda^2} \implies \sigma = \frac{1}{\lambda}$
The Memoryless Property
The exponential distribution is the only continuous probability distribution that possesses the memoryless property:
Engineering Consequence: If an electronic circuit has already operated without failure for $s = 1{,}000\text{ hours}$, the conditional probability that it survives an additional $t = 500\text{ hours}$ is identical to the probability of a brand-new component surviving $500\text{ hours}$. The component does not experience wear, aging, or fatigue; failure is driven purely by memoryless, random external events.
The Hazard Rate Function (Failure Rate)
The hazard function $h(t)$ represents the instantaneous failure rate at time $t$ given survival up to time $t$:
A constant hazard rate directly characterizes the useful life phase of physical systems.
4. The Weibull Distribution and the Engineering Bathtub Curve
Two-Parameter Weibull Distribution
Mechanical, structural, and chemical components typically age, degrade, and fatigue over time, violating the constant hazard rate assumption of the exponential distribution. The Weibull distribution provides the flexibility to model non-constant failure rates via two parameters:
- $\beta > 0$: Shape parameter (Weibull slope)
- $\theta > 0$ (or $\alpha$ in some texts): Scale parameter (Characteristic life)
-
CDF: $F(t) = 1 - \exp\left[ -\left(\frac{t}{\theta}\right)^\beta \right]$ for $t \ge 0$
-
Reliability Function: $R(t) = \exp\left[ -\left(\frac{t}{\theta}\right)^\beta \right]$
-
Characteristic Life Property: When operating time equals the scale parameter ($t = \theta$): Exactly $63.2%$ of all units will fail by time $t = \theta$, regardless of the shape parameter $\beta$.
-
Hazard Rate Function:
The Bathtub Curve and the Role of $\beta$
The classical engineering bathtub curve divides the lifecycle of an equipment population into three distinct failure regimes, each directly mapped to the Weibull shape parameter $\beta$:
Failure Rate h(t)
│ \ / Wearout (β > 1)
│ \ Constant Rate /
│ \──────────────────────────────────────────/
│ Infant Mortality (β < 1) Useful Life (β = 1)
└─────────────────────────────────────────────────────────> Operating Time t
| Lifecycle Phase | Hazard Rate Behavior | Weibull Shape | Typical Root Causes & Engineering Actions |
|---|---|---|---|
| Infant Mortality (Burn-In) | Decreasing ($dh/dt < 0$) | $\beta < 1$ | Material flaws, substandard assembly, installation error, defective solder joints. Action: Factory burn-in screening, accelerated stress testing before shipping. |
| Useful Life (Normal Operation) | Constant ($dh/dt = 0$) | $\beta = 1$ | Random stress spikes, power surges, external shock, human operator error. Reduces identically to the Exponential distribution with $\lambda = 1/\theta$. |
| Wearout Phase | Increasing ($dh/dt > 0$) | $\beta > 1$ | Mechanical friction, bearing spalling, fatigue cracking, corrosion, dielectric breakdown. Action: Preventive maintenance, planned component overhaul. When $\beta \approx 3.44$, the Weibull closely approximates a Normal distribution. |
5. Fundamental Sampling Distributions for Statistical Inference
Sampling distributions describe the probabilistic behavior of sample statistics (e.g., sample mean $\bar{X}$, sample variance $s^2$) computed from random samples of size $n$.
Student's $t$-Distribution
- Physical Genesis: Derived by William Sealy Gosset when estimating the population mean $\mu$ of a normal distribution when the true population variance $\sigma^2$ is unknown and replaced by the sample variance $s^2$:
- Mathematical Shape: Symmetrical and bell-shaped around zero, but possessing heavier tails (higher kurtosis) than the standard normal distribution to reflect the added sampling variability introduced by estimating $\sigma$ with $s$.
- Limiting Behavior: As sample size $n \to \infty$ (degrees of freedom $\nu \to \infty$), the sample variance $s$ converges to $\sigma$, and the $t$-distribution converges identically to the standard normal distribution $Z$.
Chi-Square ($\chi^2$) Distribution
- Physical Genesis: The sum of squares of $k$ independent standard normal random variables follows a Chi-square distribution with $k$ degrees of freedom:
- Distribution Properties:
- Support is strictly non-negative: $0 \le \chi^2 < \infty$.
- Positively skewed (skewed to the right); approaches normality as degrees of freedom become large.
- Mean: $E(\chi^2) = k$
- Variance: $\text{Var}(\chi^2) = 2k$
- Primary Applications in Industrial Engineering:
- Inference on a single population variance: $\frac{(n - 1)s^2}{\sigma^2} \sim \chi^2_{n - 1}$.
- Goodness-of-Fit testing (Pearson's $\chi^2$ test for comparing observed versus theoretical frequencies).
- Contingency table analysis (tests of independence and homogeneity across categorical attributes).
Fisher-Snedecor $F$-Distribution
- Physical Genesis: The ratio of two independent chi-square random variables, each divided by its respective degrees of freedom: where $d_1$ is numerator degrees of freedom and $d_2$ is denominator degrees of freedom.
- Support and Shape: Strictly non-negative ($F \ge 0$) and positively skewed.
- Primary Applications in Industrial Engineering:
- Comparing the variances of two independent normal populations: $F = \frac{s_1^2 / \sigma_1^2}{s_2^2 / \sigma_2^2}$. Under the null hypothesis $H_0: \sigma_1^2 = \sigma_2^2$, $F = s_1^2 / s_2^2$.
- Analysis of Variance (ANOVA): Partitioning total process variation into Between-Treatment Mean Square ($MS_{\text{Treatment}}$) and Within-Error Mean Square ($MS_{\text{Error}}$): $F = MS_{\text{Treatment}} / MS_{\text{Error}}$.
- Testing overall model significance in linear regression analysis.
6. Comparative Summary of Continuous and Sampling Distributions
| Distribution | Support | Key Parameters | Mean $E(X)$ | Variance $\text{Var}(X)$ | Primary Industrial Application |
|---|---|---|---|---|---|
| Normal | $(-\infty, \infty)$ | $\mu, \sigma^2$ | $\mu$ | $\sigma^2$ | Dimensional tolerances, SPC control charts, process capability indices ($C_p, C_{pk}$) |
| Exponential | $[0, \infty)$ | $\lambda$ | $1/\lambda$ | $1/\lambda^2$ | Time between failures under random stress, service times in queueing ($M/M/1$) |
| Weibull | $[0, \infty)$ | $\beta$ (shape), $\theta$ (scale) | $\theta \Gamma(1 + 1/\beta)$ | $\theta^2 [\Gamma(1 + 2/\beta) - \Gamma^2(1 + 1/\beta)]$ | Aging and wearout modeling across the entire reliability bathtub curve |
| Student's $t$ | $(-\infty, \infty)$ | $\nu = n - 1$ | $0$ (for $\nu > 1$) | $\frac{\nu}{\nu - 2}$ (for $\nu > 2$) | Confidence intervals and hypothesis tests for $\mu$ when $\sigma$ is unknown |
| Chi-Square ($\chi^2$) | $[0, \infty)$ | $k$ | $k$ | $2k$ | Inference on variance $\sigma^2$, distribution goodness-of-fit, test of independence |
| $F$ | $[0, \infty)$ | $d_1, d_2$ | $\frac{d_2}{d_2 - 2}$ (for $d_2 > 2$) | $\frac{2 d_2^2 (d_1 + d_2 - 2)}{d_1 (d_2 - 2)^2 (d_2 - 4)}$ | Testing equality of variances, ANOVA in designed experiments (DOE), regression $R^2$ tests |
7. Step-by-Step Worked Engineering Examples
Worked Example 6.3.1: Assembly Clearance Gap Tolerance Stack-Up Analysis
Problem: A critical mechanical subassembly pairs a cylindrical steel pin into a brass bushing.
- The internal diameter of the bushing is normally distributed with mean $\mu_B = 25.15\text{ mm}$ and standard deviation $\sigma_B = 0.04\text{ mm}$.
- The external diameter of the pin is normally distributed with mean $\mu_P = 25.05\text{ mm}$ and standard deviation $\sigma_P = 0.03\text{ mm}$.
- Bushing and pin dimensions are statistically independent.
Assembly clearance is defined as $C = X_B - X_P$.
- Determine the probability distribution, mean, and standard deviation of clearance $C$.
- Compute the probability of an interference fit (where the pin is larger than the bushing, meaning $C < 0$).
Solution:
- Identify the Distribution of Clearance $C$:
- Since $C$ is a linear combination of independent normal random variables ($C = 1 \cdot X_B - 1 \cdot X_P$), $C$ is itself normally distributed.
- Mean clearance:
- Variance of clearance (coefficients are $a_1 = 1$ and $a_2 = -1$):
- Standard deviation of clearance:
- Therefore, $C \sim N(0.10, 0.05^2)$.
- Compute Probability of Interference ($C < 0$):
- Standardize to find the $Z$-score for $C = 0$:
- Using the standard normal cumulative table: From the standard normal table, $\Phi(2.00) = 0.9772$:
- Engineering Conclusion: Exactly $2.28%$ of the assembled pairs will experience an interference fit requiring rework or mechanical press-fitting.
Worked Example 6.3.2: Hydraulic Pump Reliability and Mission Success Probability
Problem: An industrial hydraulic pump operating on an automated stamping press has a time-to-failure governed by an exponential distribution with a mean time to failure (MTTF) of $\mu = 4{,}000\text{ operating hours}$.
- What is the failure rate $\lambda$ per hour?
- What is the probability that the pump survives a $1{,}000\text{-hour}$ production run without failure?
- If the pump has already operated successfully for $3{,}000\text{ hours}$ without incident, what is the conditional probability that it survives an additional $1{,}000\text{ hours}$?
Solution:
- Calculate the Failure Rate $\lambda$:
- Surviving a $1{,}000\text{-Hour}$ Mission ($R(1{,}000)$):
- Conditional Survival Given Past Operation ($3{,}000\text{ hours}$):
- By the memoryless property of the exponential distribution:
- Verification via Conditional Probability Definition:
- Final Result: The probability of surviving the next $1{,}000$ hours remains exactly $77.88%$, entirely unaffected by the previous $3{,}000$ hours of service.
8. NCEES Reference Handbook Tips & Realistic Exam Traps
- Standard Deviation Addition Error: When computing the variance of a linear combination $W = a_1 X_1 + a_2 X_2$, candidates routinely make the fatal error of writing $\sigma_W = a_1 \sigma_1 + a_2 \sigma_2$. Standard deviations are geometric vectors; only variances add algebraically ($\sigma_W = \sqrt{a_1^2 \sigma_1^2 + a_2^2 \sigma_2^2}$). Always compute variance first, then take the square root.
- Table Lookup Conventions in the NCEES Handbook: Check the diagram at the head of the Normal distribution table in the Reference Handbook. The NCEES table displays the cumulative probability $\Phi(z) = P(Z \le z)$ from $-\infty$ to $z$ (or in some editions, the upper-tail area $P(Z > z)$). If you confuse cumulative area with upper-tail area, your probability will equal $1 - p$, which is guaranteed to be one of the three distractor choices.
- Exponential Parameter Inversion: Carefully distinguish between rate parameter $\lambda$ (events per unit time) and mean parameter $\theta = 1/\lambda$ (time per event). If a problem specifies "mean life is 500 hours", then $\mu = 500$ and $\lambda = 1/500 = 0.002$. Substituting $500$ in place of $\lambda$ in $e^{-\lambda t}$ yields $e^{-500 t} = 0$, ruining the calculation.
- Weibull Shape Identification Shortcut: For fast points on conceptual questions:
- $\beta < 1 \implies$ Infant mortality / decreasing failure rate (burn-in period).
- $\beta = 1 \implies$ Exponential distribution / constant failure rate (useful life).
- $\beta > 1 \implies$ Wearout / increasing failure rate (aging and fatigue).
A precision mechanical assembly consists of a shaft inserted into a sleeve bushing. The internal bore diameter of the sleeve is normally distributed with mean μ_s = 25.15 mm and standard deviation σ_s = 0.04 mm. The external shaft diameter is normally distributed with mean μ_p = 25.05 mm and standard deviation σ_p = 0.03 mm. Assuming sleeve and shaft dimensions are statistically independent, what are the mean and standard deviation of the clearance gap C = Sleeve - Shaft?
Reliability engineers at an automotive plant analyze failure data for newly installed industrial hydraulic pumps. Fitting a two-parameter Weibull distribution to time-to-failure data yields a shape parameter of β = 0.65. What does this shape parameter indicate about the pump failure rate over time, and which lifecycle phase does this characterize?
The time to failure of an electronic power converter is exponentially distributed with a mean time to failure (MTTF) of 5,000 operating hours. If a converter has operated without failure for 3,000 hours, what is the probability that it will continue operating without failing for at least another 2,000 hours?