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),
A function describing the relative likelihood for a continuous random variable to take on a given value. The probability that lies between and is the area under the curve from to .
Probability via PDF
The probability over an interval is the integral of the PDF.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability that X falls between a and b | - | |
| Lower limit of the interval | - | |
| Upper limit of the interval | - | |
| Continuous random variable | - | |
| Probability Density Function | - |
Conditions of a PDF
A valid Probability Density Function must satisfy two conditions:
- for all .
- (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 () and standard deviation ().
Normal Distribution PDF
The PDF of a standard bell-shaped Gaussian curve.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability Density Function evaluated at x | - | |
| Mean of the distribution | - | |
| Standard deviation of the distribution | - | |
| Value of the continuous random variable | - |
Properties of the Normal Distribution
- It is centered at , which is also its median and mode.
- The spread is determined by ; a larger 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 into a -score, which represents the number of standard deviations is from the mean.
Z-Score
A dimensionless quantity used to standardly map any normal distribution to a Standard Normal Distribution (, ).
Z-Score Calculation
Standardization formula for normal distributions.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Standard score (Z-score) | - | |
| Value of the normal random variable | - | |
| Mean of the distribution | - | |
| Standard deviation of the distribution | - |
Using the Z-Score
Once is found, probabilities 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
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 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.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability Density Function evaluated at x | - | |
| Lower limit of the uniform interval | - | |
| Upper limit of the uniform interval | - |
Uniform Distribution Properties
- Mean:
- Variance:
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.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability Density Function evaluated at x | - | |
| Rate parameter (average number of events per interval) | - | |
| Time 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:
- Variance:
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 (the shape parameter, often denoted ) consecutive events occur, rather than just the first event.
Gamma PDF
Probability density function modeling time until a given number of events.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability Density Function evaluated at x | - | |
| Rate parameter | - | |
| Shape parameter (number of events) | - | |
| Gamma function evaluated at alpha | - | |
| Time 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.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability Density Function evaluated at x | - | |
| Shape parameter (determines failure rate behavior) | - | |
| Scale parameter (characteristic life) | - | |
| Time 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).
- (Shape parameter): If , the failure rate increases over time (wear-out phase).
- (Scale parameter or characteristic life): The time by which 63.2% of the population will have failed.
Lognormal Distribution
If a variable follows a Normal distribution, then 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
- 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 -scores to standardize and find probabilities.
- Uniform: Constant probability over an interval.
- Exponential: Time between independent, random events. It is memoryless.
- Gamma: Time until 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.