Master the core concepts: definitions, classification, sample functions, and numerical characteristics
Let be a probability space and be a parameter set (usually time). A stochastic process is a collection of random variables:
It can be viewed in two ways:
| Type | Time | State | Example |
|---|---|---|---|
| Discrete Time, Discrete State | Discrete | Discrete | Bernoulli process, Random Walk |
| Continuous Time, Discrete State | Continuous | Discrete | Poisson process |
| Continuous Time, Continuous State | Continuous | Continuous | Brownian motion |
Represents the average behavior of the process at time .
Measures the spread around the mean at time .
Describes linear relationship between values at two different times.
Relationship:
All statistical properties are invariant to time shifts. For any :
A process is WSS if:
A process is a Gaussian Process if for any finite set of times , the random vector has a multivariate normal distribution.
Complete Characterization
A Gaussian process is completely determined by its mean function and autocovariance function .
For any consistent family of finite-dimensional distributions , there exists a probability space and a stochastic process such that its finite-dimensional distributions are exactly the given family.
Significance: This guarantees that we can define a process simply by specifying its finite-dimensional distributions.
Problem:
Let , where are constants and . Find and .
Solution:
Mean: (by symmetry).
Autocorrelation: Using trigonometric identities, .
Key Insight: This process is Wide-Sense Stationary (WSS).
Problem:
Let be a Poisson process with rate . Find and .
Solution:
Mean: .
Autocovariance: For , using independent increments: .
Key Insight: The Poisson process is not stationary because its mean depends on time.
Problem:
Let where are i.i.d. with . Find and .
Solution:
Mean: .
Variance: .
A random variable maps outcomes to numbers (a single value per trial). A stochastic process maps outcomes to functions of time (a whole trajectory per trial). You can think of a stochastic process as a 'dynamic' random variable that evolves over time.
According to the Kolmogorov Extension Theorem, the family of all finite-dimensional distributions completely characterizes the stochastic process (under mild consistency conditions). They contain all the statistical information about the process.
Strict-sense stationarity requires all statistical properties (distributions) to be invariant under time shifts. Wide-sense (or weak) stationarity only requires the first two moments (mean and autocorrelation) to be invariant. Wide-sense is much easier to verify and is sufficient for many applications like signal processing.
Yes. For example, a process with a constant mean and autocorrelation but whose higher-order moments change over time would be wide-sense but not strict-sense stationary. However, for Gaussian processes, the two concepts are equivalent.
A sample function (or realization/trajectory) is the specific time function x(t) observed for a single outcome ω of the random experiment. Once the experiment is performed, the sample function is deterministic.