Learning Objectives¶
Understand the definitions and basic properties of the most common random variables used in probability, statistics, and geophysics.
Work with CDFs/PDFs and expectations for:
Bernoulli
Binomial
Geometric
Uniform
Exponential
Gaussian (Normal)
Connect these distributions to modeling choices in geophysical problems.
Motivation¶
Many models in geophysics involve simple stochastic components:
Sensor failures → Bernoulli
Number of detections in repeated trials → Binomial
Number of seismic events until the first detection → Geometric
Modeling unknown phase or angle → Uniform
Waiting times between nuclear decay events → Exponential
Measurement noise → Gaussian
These “canonical” distributions form the backbone of probabilistic modeling.
We introduce each with:
Definition
PDF
Expectation & variance
Interpretation & use cases
Discrete Random Variables¶
Bernoulli Random Variable¶
A Bernoulli random variable models a single binary outcome (success/failure).
Definition¶
Let
Then
Expectation and Variance¶
Interpretation¶
Models a “yes/no” event: arrival/no arrival, failure/success, detection/no detection.
Often used as building blocks for more complex models (e.g., Binomial, Bernoulli processes).
Geometric Random Variable¶
The geometric distribution measures the number of independent Bernoulli trials needed until the first success.
Definition¶
Let
Then
Expectation and Variance¶
Interpretation¶
Models waiting time (in counts) until a success.
Example: number of seismic traces until the first clear reflection.
Binomial Random Variable¶
The binomial distribution counts the number of successes in a fixed number of independent Bernoulli trials.
Definition¶
Let
Then for ,
Expectation and Variance¶
Interpretation¶
Models the count of successes in a fixed number of repeated trials.
Example: number of stations that successfully detect an event out of stations, assuming each station detects independently with probability .
Can be viewed as the sum of independent Bernoulli random variables.
Continuous Random Variables¶
Uniform Distribution¶
The simplest continuous distribution: all values in an interval are equally likely.
Definition¶
Let
PDF:
Expectation and Variance¶
Interpretation¶
Unknown phase, unknown time shift, random orientation.
Often serves as a least-informative prior over bounded ranges.
Exponential Distribution¶
The exponential models waiting times between independent events (e.g., Poisson processes).
Definition¶
Let
PDF:
Expectation and Variance¶
Memoryless Property¶
Interpretation¶
Time between independent seismic events.
Waiting time until a Poisson-distributed arrival.
Common in queueing, signal processing, and reliability modeling.
Gaussian (Normal) Distribution¶
The most important continuous distribution in modeling measurement noise and aggregated effects.
Definition¶
Let
PDF:
Expectation and Variance¶
Interpretation¶
Models additive noise in seismic recordings.
Arises from many small independent perturbations.
Stable under linear transformations and sums.
Key Points¶
Bernoulli models a single success/failure outcome.
Binomial models the number of successes in a fixed number of trials.
Geometric models waiting time until the first success.
Uniform models complete uncertainty on a bounded interval.
Exponential models memoryless waiting times.
Gaussian models aggregated random effects and noise.