The Wiener Process (Brownian Motion)
Definition: Standard Wiener Process (Brownian Motion)
Standard Wiener Process (Brownian Motion)
The standard Wiener process (or standard Brownian motion) is a real-valued stochastic process satisfying:
- Independent increments: For , the increments are mutually independent.
- Gaussian increments: for .
- Continuous paths: is continuous (almost surely).
Properties 1--3 uniquely determine the finite-dimensional distributions. Property 4 (path continuity) is an additional requirement that ensures the process has well-behaved sample paths. Its proof requires delicate measure-theoretic arguments (the Kolmogorov continuity criterion).
Theorem: Covariance Function of the Wiener Process
The Wiener process is a zero-mean Gaussian process with covariance function
Write . If , the second term is the increment , and , since the increment is independent of .
Assume $s \leq t$ without loss of generality
Decompose . The increment is independent of (by the independent increments property) and has zero mean.
Compute the covariance
$
Symmetry
If , the same argument gives . Since , the formula holds for all .
The Wiener Process Is Not WSS
The variance grows linearly with time. Since the variance is not constant, the Wiener process is not wide-sense stationary. Equivalently, depends on both and , not just on .
However, the increment process is stationary: its distribution depends only on , not on .
Theorem: The Wiener Process Is Nowhere Differentiable
Almost surely, the sample paths of the Wiener process are continuous but nowhere differentiable: for every ,
The increment , so its standard deviation is . The "derivative" ratio has standard deviation as . The paths fluctuate too wildly to have a derivative at any point.
Heuristic scaling argument
as . While this alone does not prove almost-sure non-differentiability, it shows the "derivative" has infinite mean-square magnitude. The rigorous proof uses the Paley-Wiener-Zygmund theorem or direct analysis with Borel-Cantelli.
Example: Random Walk Converges to the Wiener Process
Let be i.i.d. with and . Define the random walk and the rescaled process (with linear interpolation between integer times). Show that as (Donsker's invariance principle).
Check finite-dimensional distributions
For fixed , . By the CLT, , so , matching .
Independent increments
The increments of over disjoint intervals are sums of independent RVs, hence independent. After rescaling, the increments of over disjoint intervals remain independent, matching the Wiener process.
Convergence of paths (Donsker's theorem)
The full functional convergence in (the space of continuous functions with the sup norm) is Donsker's invariance principle (1951). This is the functional central limit theorem: the path-level generalization of the CLT. The proof requires tightness of the sequence , verified via moment bounds.
Wiener Process Sample Paths
Visualize sample paths of the Wiener process. Observe the growing variance envelope and the roughness (nowhere differentiability) of the paths.
Parameters
Random Walk Converging to the Wiener Process
Visualize rescaled random walks for increasing and compare with a Wiener process sample. Observe Donsker's invariance principle in action.
Parameters
Definition: Wiener Process with Drift and Diffusion
Wiener Process with Drift and Diffusion
A Wiener process with drift and diffusion coefficient is where is a standard Wiener process. Then:
- (linear drift)
- for
This is the simplest stochastic differential equation: .
Example: First Passage Time of the Wiener Process
For a standard Wiener process, compute the distribution of the first passage time for .
Use the reflection principle
By the reflection principle for Brownian motion: where is the Gaussian tail function.
Derive the PDF
Differentiating with respect to : This is the inverse Gaussian (or Wald) distribution.
Compute the mean
. The first passage time has infinite mean: while will almost surely reach (since a.s.), the expected time to do so is infinite.
Why This Matters: Phase Noise in Oscillators
The local oscillator in a transceiver generates a carrier where the phase ideally should be deterministic. In practice, is a Wiener process: , where is the phase noise power per unit time. The variance grows without bound, causing the oscillator frequency to "wander." This phase noise limits the coherence time of OFDM systems and drives the need for pilot-based phase tracking. In 5G NR, common phase error (CPE) correction using phase-tracking reference signals (PT-RS) directly compensates for the Wiener model of phase noise.
Common Mistake: Do Not Treat the Wiener Process as WSS
Mistake:
Applying WSS tools (PSD, Wiener-Khinchin theorem) directly to the Wiener process .
Correction:
The Wiener process is not WSS β its variance grows with time. It does not have a well-defined PSD in the standard sense. To use spectral methods, work with the increment process (which is white noise in a distributional sense) or analyze the process over finite windows. When the Wiener process models phase noise, the relevant quantity is the PSD of the frequency deviation , which is white, not the PSD of itself.
Gaussian Process Regression in Channel Prediction
Gaussian process regression (GPR) uses the GP framework for nonparametric Bayesian estimation. Given noisy observations with and a GP prior with kernel , the posterior is also a GP with mean and variance: where and .
In wireless communications, GPR has been applied to channel prediction: given past channel measurements, predict future channel states by exploiting temporal correlation. The kernel encodes assumptions about the channel's correlation structure.
Historical Note: From Pollen Grains to Financial Markets: The Story of Brownian Motion
1827--1923Robert Brown observed in 1827 that pollen grains suspended in water exhibit random, jittery motion. Albert Einstein's 1905 paper explained this as the result of molecular bombardment and predicted the scaling of displacement. Jean Perrin's experimental verification earned him the 1926 Nobel Prize. Independently, Louis Bachelier used the same mathematical object in his 1900 thesis to model stock prices β predating Einstein by five years. Norbert Wiener provided the rigorous mathematical construction in 1923, proving the existence of continuous-path processes with the required properties. Today, the Wiener process is the foundation of stochastic calculus and appears in fields from physics to finance to communications.
Quick Check
What is for a standard Wiener process?
By definition, , so .
Wiener Process (Brownian Motion)
A Gaussian process with , independent increments, , and continuous sample paths. Covariance: .
Related: Gaussian Process, Random Walk
Random Walk
The partial sums of i.i.d. random variables . When rescaled as , converges to the Wiener process (Donsker's invariance principle).
Related: Wiener Process (Brownian Motion)
Key Takeaway
The Wiener process is the prototypical Gaussian process with independent increments and continuous paths. Its covariance and linearly growing variance make it non-stationary but fundamental: it models phase noise in oscillators, stock prices in finance, and diffusion in physics. The random walk limit (Donsker's theorem) shows that the Wiener process is universal β it emerges from any sum of i.i.d. increments, regardless of their distribution.