Continuous Probability Distributions

Learning Objectives

  • Understand the concept of continuous random variables and Probability Density Functions (PDFs).
  • Calculate probabilities and properties using the Normal and Standard Normal distributions.
  • Apply continuous Uniform and Exponential distributions to engineering scenarios.
  • Recognize advanced distributions like Gamma, Weibull, and Lognormal in reliability analysis.

Continuous Variables

Unlike discrete variables which are counted (e.g., number of cracks), continuous variables are measured (e.g., length of a beam, curing time of concrete, water pressure, compressive strength). Because a continuous variable can take on infinitely many values within a range, the probability of it taking any specific exact value is practically zero. Instead, engineers calculate the probability that the variable falls within a specified interval, such as the probability that concrete strength is between 25 MPa and 30 MPa.

Probability Density Functions

Probability Density Function Overview

The continuous analog to a probability mass function.

Probability Density Function (PDF), f(x)f(x)

A function describing the relative likelihood for a continuous random variable to take on a given value. The probability that XX lies between aa and bb is the area under the curve f(x)f(x) from aa to bb.

Probability via PDF

The probability over an interval is the integral of the PDF.

P(aXb)=abf(x)dxP(a \le X \le b) = \int_{a}^{b} f(x) \, dx

Variables

SymbolDescriptionUnit
P(aXb)P(a \le X \le b)Probability that X falls between a and b-
aaLower limit of the interval-
bbUpper limit of the interval-
XXContinuous random variable-
f(x)f(x)Probability Density Function-

Conditions of a PDF

A valid Probability Density Function must satisfy two conditions:

  • f(x)0f(x) \ge 0 for all xx.
  • f(x)dx=1\int_{-\infty}^{\infty} f(x) \, dx = 1 (the total area under the curve is 1).

The Normal Distribution

The Normal Distribution Overview

The Normal (Gaussian) distribution is pervasive because many natural phenomena, manufacturing processes, and measurement errors follow a bell-shaped curve. It is the most important continuous distribution in statistics. In civil engineering, the compressive strength of structural steel or the density of compacted soil often follows a normal distribution.

Normal Distribution

A continuous, symmetric, bell-shaped distribution completely defined by its mean (μ\mu) and standard deviation (σ\sigma).

Normal Distribution PDF

The PDF of a standard bell-shaped Gaussian curve.

f(x)=1σ2πe12(xμσ)2f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}

Variables

SymbolDescriptionUnit
f(x)f(x)Probability Density Function evaluated at x-
μ\muMean of the distribution-
σ\sigmaStandard deviation of the distribution-
xxValue of the continuous random variable-

Properties of the Normal Distribution

  • It is centered at μ\mu, which is also its median and mode.
  • The spread is determined by σ\sigma; a larger σ\sigma results in a flatter, wider curve.

The Standard Normal Distribution

Standard Normal Distribution Overview

Because every normal distribution has a different mean and standard deviation, we convert any normal distribution to a standard scale to easily calculate probabilities. We standardize the variable XX into a ZZ-score, which represents the number of standard deviations XX is from the mean.

Z-Score

A dimensionless quantity used to standardly map any normal distribution to a Standard Normal Distribution (μ=0\mu = 0, σ=1\sigma = 1).

Z-Score Calculation

Standardization formula for normal distributions.

Z=XμσZ = \frac{X - \mu}{\sigma}

Variables

SymbolDescriptionUnit
ZZStandard score (Z-score)-
XXValue of the normal random variable-
μ\muMean of the distribution-
σ\sigmaStandard deviation of the distribution-

Using the Z-Score

Once ZZ is found, probabilities P(Zz)P(Z \le z) are looked up in a Standard Normal Table (Z-table) or calculated via software.

Interactive Simulation

Interact with the simulation below to explore the normal distribution and its properties.

Engineering Data Analysis

Continuous Normal Distribution Explorer

Mean (μ\mu)0.0
Std. Dev (σ\sigma)1.0
Upper Bound (xx)0.0
Calculated Probability (CDF)
P(X0.00)P(X \leq 0.00)0.5000
Adjust the slider values to observe the shift (μ\mu), spread (σ\sigma), and shaded area representing cumulative density (P(Xx)P(X \le x)).
Continuous Normal Distribution VisualizationY-Axis LineX-Axis LineCumulative Probability AreaProbability Density Function CurveUpper Bound Marker LineUpper Bound Intersect Pointx (Standard Deviations)-4-2024

Other Common Continuous Distributions

Common Continuous Distributions Overview

Models used for specific engineering scenarios, particularly in reliability and failure analysis.

The Uniform Distribution

Continuous Uniform Distribution

Used when all values within an interval [a,b][a, b] are equally likely. The PDF forms a rectangle (e.g., rounding errors in digital measurements).

Continuous Uniform PDF

Probability density function for uniformly distributed variables.

f(x)=1bafor axbf(x) = \frac{1}{b - a} \quad \text{for } a \le x \le b

Variables

SymbolDescriptionUnit
f(x)f(x)Probability Density Function evaluated at x-
aaLower limit of the uniform interval-
bbUpper limit of the uniform interval-

Uniform Distribution Properties

  • Mean: μ=a+b2\mu = \frac{a+b}{2}
  • Variance: σ2=(ba)212\sigma^2 = \frac{(b-a)^2}{12}

The Exponential Distribution

Exponential Distribution

A distribution closely related to the Poisson distribution. While Poisson models the number of occurrences in a fixed interval, the Exponential distribution models the time between occurrences.

Exponential PDF

Probability density function for time between independent occurrences.

f(x)=λeλxfor x0,λ>0f(x) = \lambda e^{-\lambda x} \quad \text{for } x \ge 0, \lambda > 0

Variables

SymbolDescriptionUnit
f(x)f(x)Probability Density Function evaluated at x-
λ\lambdaRate parameter (average number of events per interval)-
xxTime or distance between events-

Exponential Distribution Properties

The Exponential distribution models the time between occurrences. In civil engineering, this could be the time between major earthquakes, the distance between severe potholes on a highway, or the lifespan of certain electronic sensors before failure.

  • Mean: μ=1λ\mu = \frac{1}{\lambda}
  • Variance: σ2=1λ2\sigma^2 = \frac{1}{\lambda^2}

Memoryless Property: The probability of failure in the next instant does not depend on how long the component has already survived. This makes it less suitable for modeling materials that undergo wear and tear (like fatigue).

The Gamma, Weibull, and Lognormal Distributions

Advanced Reliability Distributions

These are critical distributions for reliability engineering and material strength.

Gamma Distribution

A generalization of the Exponential distribution. It models the time until kk (the shape parameter, often denoted α\alpha) consecutive events occur, rather than just the first event.

Gamma PDF

Probability density function modeling time until a given number of events.

f(x)=λαΓ(α)xα1eλxfor x>0f(x) = \frac{\lambda^\alpha}{\Gamma(\alpha)} x^{\alpha-1} e^{-\lambda x} \quad \text{for } x > 0

Variables

SymbolDescriptionUnit
f(x)f(x)Probability Density Function evaluated at x-
λ\lambdaRate parameter-
α\alphaShape parameter (number of events)-
Γ(α)\Gamma(\alpha)Gamma function evaluated at alpha-
xxTime until alpha events occur-

Weibull Distribution

Extensively used in reliability engineering to model the "time to failure" of materials and mechanical systems (e.g., fatigue life of asphalt pavements or steel bearings).

Weibull PDF

Probability density function for reliability and fatigue life.

f(x)=βη(xη)β1e(x/η)βfor x>0f(x) = \frac{\beta}{\eta} \left( \frac{x}{\eta} \right)^{\beta-1} e^{-(x/\eta)^\beta} \quad \text{for } x > 0

Variables

SymbolDescriptionUnit
f(x)f(x)Probability Density Function evaluated at x-
β\betaShape parameter (determines failure rate behavior)-
η\etaScale parameter (characteristic life)-
xxTime to failure-

Weibull Distribution Parameters

Unlike the memoryless Exponential distribution, Weibull can model failure rates that increase over time (wear-out) or decrease over time (early infant mortality).

  • β\beta (Shape parameter): If β>1\beta > 1, the failure rate increases over time (wear-out phase).
  • η\eta (Scale parameter or characteristic life): The time by which 63.2% of the population will have failed.

Lognormal Distribution

If a variable Y=ln(X)Y = \ln(X) follows a Normal distribution, then XX follows a Lognormal distribution. It is widely used to model environmental data, such as stream flows, pollutant concentrations, and grain sizes in soils, because it is right-skewed and bounded at zero (variables cannot be negative).

Interactive Simulation

Interact with the simulation below to explore Exponential and Uniform distributions, adjusting their bounds and rate parameters.

Engineering Data Analysis • Topic 6

Continuous Probability Distributions Sandbox

Rate Parameter (λ\lambda)0.50
Threshold (xx)3.0
Loading chart...
Cumulative Probability
P(X ≤ 3.0) = 77.69%
P(Xx)=1eλx=1e0.50×3.0P(X \le x) = 1 - e^{-\lambda x} = 1 - e^{-0.50 \times 3.0}
Key Takeaways
  • PDFs: For continuous variables, probability is the area under the PDF curve. The probability of an exact value is zero.
  • Normal Distribution: The benchmark bell-shaped curve. Use ZZ-scores to standardize and find probabilities.
  • Uniform: Constant probability over an interval.
  • Exponential: Time between independent, random events. It is memoryless.
  • Gamma: Time until kk events occur.
  • Weibull: The standard for modeling material fatigue life and "time to failure" with changing failure rates.
  • Lognormal: Ideal for highly skewed positive data, like pollutant concentrations or streamflow.