Poisson processes, Brownian motion, Wiener process. Continuous-time stochastic models. Ito calculus foundations.
Random events in time and noisy continuous signals are everywhere: from phone-call arrivals to stock prices and particle diffusion — stochastic processes give the precise language and tools to model and analyse them.
Stochastic processes study time-indexed random phenomena; Poisson processes model random discrete events, Brownian/Wiener processes model continuous Gaussian noise, and Ito calculus provides the integration and chain rule needed to manipulate continuous-time stochastic differential equations (SDEs).
A stochastic process is a collection of random variables indexed by time: , where is typically (discrete time) or an interval (continuous time). Intuitively, a stochastic process describes the evolution of a random system observed at different times. Two canonical continuous-time families are Poisson processes (jump/counting processes) and Brownian/Wiener processes (continuous-path Gaussian noise).
Why study these two? Poisson processes capture "events" that occur at random times (phone calls, earthquakes), while Brownian motion captures the accumulation of tiny, independent random disturbances (particle diffusion, financial returns at fine time scales). They also form building blocks for more complicated continuous-time models (jump-diffusions, renewal processes, SDEs) used across queueing, finance, physics and engineering.
Connection to prerequisites
Poisson process — definition and intuition
A counting process is a Poisson process with rate if:
1) .
2) It has independent increments: for , is independent of the past up to time (this is a continuous-time analog of the Markov property learned in Markov Chains).
3) It has stationary increments: distribution depends only on .
4) , as (no multiple jumps in infinitesimal time).
The exact distribution: for ,
Concrete numeric example: with events/hour and hours, so
Interarrival times are iid exponential; e.g., with , (probability the first event takes more than 1 hour).
Brownian motion / Wiener process — definition and intuition
A standard Brownian motion (or Wiener process) satisfies:
1) .
2) Independent increments.
3) Stationary Gaussian increments: for .
4) Almost surely continuous paths.
This process is the central continuous-time Gaussian model and arises as a scaling limit of random walks (Donsker's invariance principle). Numeric example: , so .
Key qualitative facts:
Continuous-time stochastic models
Two canonical classes: pure jump (Poisson) and continuous diffusion (Brownian). Real-world models often combine both (jump-diffusions). The mathematical machinery to manipulate SDEs driven by Brownian motion is Ito calculus, which modifies the ordinary chain rule to account for the quadratic variation of Brownian paths.
This section sets the stage: the next sections derive core formulas for Poisson processes and Brownian/Ito calculus and show worked examples.
Distribution and derivation (binomial limit)
A standard construction shows the Poisson law as the limit of Binomial with and : for fixed ,
Concrete numeric check: take , , . The probability of is approximately .
Interarrival times and memoryless property
From the Poisson process with rate the waiting time until the first event satisfies
so . Exponential distributions are memoryless: . In Markov Chains, we saw discrete memoryless geometric waiting times; exponential is the continuous analogue.
Order statistics representation
Given , the arrival times conditional on are distributed as the order statistics of iid Uniform variables. Example: with , and conditioning on , the two arrival times have joint density equal to on ; marginally each arrival is likely near the center.
Superposition and thinning
Numeric example: merging two independent streams at rates 2 and 5 per hour yields a Poisson rate 7 per hour.
Numeric example: thinning with a Poisson process with gives a kept process of rate $3$.
Moment generating and PGF
The probability generating function (PGF) for is
Numeric example: with , , .
A simple applied calculation — probability of at least k events
Question: rate per hour, time hours. What is ?
Solution: , so
Generator viewpoint (continuous-time Markov chains)
For a pure birth Poisson process (counting upward by ones), its forward generator acting on bounded functions is
This mirrors the discrete Markov Chains generator learned earlier, now with rate for jumps. For example, choose . Then and solves the ODE , consistent with .
Takeaway from this section: Poisson processes give a clean, tractable model for random discrete events; many useful transformations (conditioning, thinning, superposition) are exact and have simple probabilistic proofs that rely on independent and stationary increments and the exponential memoryless property. All formulas above had concrete numeric instantiations to make computation immediate.
Brownian motion (Wiener process) recap and basic computations
Recall is standard Brownian motion with independent stationary Gaussian increments: . Key moment: , . Concrete numeric example: for , so because .
Quadratic variation — the source of Ito's extra term
Take a partition with mesh . Define the quadratic variation along the partition:
Because increments are independent with variance , we have
Also as mesh shrinks, so in probability and almost surely along appropriate subsequences. Concrete numeric check: take uniform partition into 100 intervals on ; each increment has variance $0.01$, expected sum of squares is 1.
This nonzero quadratic variation (unlike smooth paths where it is 0) causes Ito calculus to acquire an extra term relative to ordinary calculus.
Ito integral — definition sketch
Let be a predictable process (non-anticipating, i.e., depends only on the past). For simple processes that are piecewise constant on partitions, define
The Ito integral is the mean-square limit as the mesh goes to zero:
with convergence in L^2. Example: if constant, then the integral is itself: .
Isometry and computations
The Ito isometry gives
Numeric example: if constant on , then . Indeed .
Ito's formula (stochastic chain rule)
If solves an SDE
and is (once differentiable in , twice in ), then
Note the term coming from quadratic variation. Concrete numeric application: let and (so ). Then Ito's formula yields
Take expectation to get , so , matching the variance property. Numeric check: at , .
Proof sketch of Ito's formula for (time-homogeneous case)
Use Taylor expansion on increments:
For , the linear term gives ; the quadratic term yields . But (quadratic variation), so the second-order term contributes . Higher-order terms vanish in the limit because .
Martingales and exponential martingales
A useful family: for constant , the process
is a martingale. Numeric example: with and , and .
SDE example and solution technique
Consider the linear SDE (Ornstein-Uhlenbeck variant) for constants :
The integrating factor solution (variation of constants) yields
Numeric example: with , the expectation is and variance
Takeaway: Ito calculus alters the ordinary calculus chain rule by a quadratic-variation term. The Ito integral is a mean-square limit defined for non-anticipating integrands, and Ito's formula is the workhorse for manipulating functions of SDE solutions.
Black–Scholes and quantitative finance
One of the clearest applications is option pricing. Model a stock price by the geometric SDE
Ito's formula applied to gives
so the explicit solution is
Concrete numeric example: take , , , year. Then
Black–Scholes uses risk-neutral pricing ( replaced by risk-free rate ) and properties of lognormal distributions to price European options analytically.
Queueing, telecommunications and reliability
Poisson processes are the standard model for arrival processes in queues (e.g., M/M/1 queue). Key performance measures — waiting times and queue lengths — are derived from Poisson/exponential properties. Example numerical calculation: with arrival rate /hr and service rate /hr, utilization ; the stationary average number in system for M/M/1 is customers.
Physics and diffusion
Brownian motion models particle diffusion: the heat equation is the forward equation (Fokker–Planck) for the probability density of Brownian motion. The diffusion constant ties to physical diffusivity.
Stochastic control, filtering and estimation
Ito calculus enables stochastic optimal control (Hamilton–Jacobi–Bellman PDEs) and stochastic filtering (Kalman–Bucy filter for linear Gaussian SDEs). For example, the linear SDE + Gaussian noise assumptions produce closed-form filters because all conditional distributions remain Gaussian.
Statistics for stochastic processes
Parameter estimation for rates in Poisson models or drift/diffusion coefficients in SDEs uses likelihoods based on increments and Girsanov transformations. For example, by observing a Poisson process on with , the MLE for is .
Machine learning and stochastic optimisation
Stochastic gradient methods can be viewed as discrete-time stochastic processes; diffusion limits lead to SDE approximations describing algorithm behaviour and escape probabilities from basins of attraction.
Hybrid models and jump-diffusions
Real applications often combine Poisson jumps and Brownian diffusion: e.g., financial returns may have continuous Gaussian noise plus occasional large jumps modeled by a compound Poisson process. SDEs with jumps require an extended Ito formula incorporating jump terms.
Practical modeling checklist
Downstream methods enabled
Concrete final illustration: pricing expectation under geometric Brownian motion. Using the formula above with , the distribution of is lognormal, and the probability . Numeric compute: , , so threshold for is . Thus .
This section shows how Poisson processes, Brownian motion and Ito calculus are not abstract curiosities but precise tools that produce explicit models, closed-form calculations, and pathwise constructions for a wide range of applications.
Rate events/hour; find for hours.
Recognize .
Compute probabilities for and subtract from 1: .
Calculate term-by-term: .
Next: ; then .
Sum the three: . Subtract from 1 to get .
Insight: This example uses the defining Poisson distribution formula and shows how to compute tail probabilities via finite sums. It reinforces intuition that rare low counts are unlikely when the mean is large (mean 6).
Let be standard Brownian motion. Use Ito's formula to compute and then find for .
Set . Then , .
Apply Ito's formula (time-homogeneous case): .
Substitute derivatives: .
Take expectations: . The stochastic integral has zero expectation, so .
Integrate from 0 to 3: .
Insight: Ito's formula produces an extra deterministic term absent in classical chain rule; that term exactly accounts for the quadratic variation and yields the known variance of Brownian motion.
Consider , . Compute and .
Solve via integrating factor: multiply by to get .
Integrate: , so .
Take expectation: . For , .
Compute variance using Ito isometry: with .
Evaluate for : .
Insight: Linear SDEs can be solved explicitly; integrals against Brownian motion yield Gaussian random variables whose variance follows from the Ito isometry. The result shows mean reversion (exponential decay) and stationary variance as .
A stochastic process is a time-indexed family of random variables; Poisson processes model discrete random events, while Brownian/Wiener processes model continuous Gaussian noise.
Poisson processes have independent, stationary increments with Poisson marginals; interarrival times are iid exponential (memoryless).
Brownian motion has Gaussian independent increments and nonzero quadratic variation: sums of squared increments over a partition converge to elapsed time.
The Ito integral is defined for non-anticipating integrands as an L^2 limit; the Ito isometry relates second moments of the integral to the integral of the squared integrand.
Ito's formula extends the chain rule by adding a half the second derivative times the diffusion coefficient squared (the quadratic variation term).
Many applied models (Black–Scholes, queuing, diffusion, filtering) follow directly from these building blocks; linear SDEs often admit explicit solutions via integrating factors.
Always check assumptions: independent increments, stationarity, continuity of paths (or presence of jumps) determine which tools apply.
Treating Brownian paths as differentiable: Brownian motion is almost surely nowhere differentiable; attempts to apply ordinary calculus to sample paths produce wrong terms (you need Ito calculus).
Forgetting the Ito correction: applying the classical chain rule to SDEs and omitting the term leads to incorrect drift terms (a common error in derivations).
Confusing independent increments with independent values at time points: increments over disjoint intervals are independent, but values like and are not independent unless covers the interval from 0 (i.e., unless one is difference from the other).
Misusing memoryless property: exponential interarrival times are memoryless, but conditional distributions such as arrival times given counts are order statistics, not independent exponentials.
Easy: A Poisson process has rate per hour. What is the probability of exactly 3 events in a 30-minute interval?
Hint: Compute for hours and use the Poisson pmf.
Here . So .
Medium: Let be standard Brownian motion. Use Ito's formula to compute when for constants . Then compute for given .
Hint: Apply Ito to . Remember , , .
Ito gives
Taking expectations kills the term: , so . With , , we get exponent , so .
Hard: Consider the SDE with . (This is geometric Brownian motion.) Derive the explicit solution and compute in terms of .
Hint: Apply Ito to to linearize; then use the known moments of the lognormal distribution.
Using Ito on : . Integrate to get
Exponentiate:
Since , is lognormal. Its mean is . Its second moment is
(since , combine with exponent). Therefore
This completes the derivation.
Looking back: In Markov Chains we learned memoryless transitions and generators; Poisson processes are continuous-time Markov chains with exponential holding times, and their generator mirrors discrete generators. From Common Distributions we directly use Poisson, exponential and normal laws as the marginals/increments of Poisson and Brownian processes. From Integrals, the idea of Riemann sums and limits underlies the construction of the Ito integral (mean-square limits of adapted Riemann sums).
Looking forward: Mastery of Poisson processes and Ito calculus is essential for studying stochastic differential equations (SDEs), which underpin Black–Scholes option pricing, stochastic control and filtering (e.g., Kalman–Bucy, nonlinear filters), and for linking probabilistic models to PDEs (Fokker–Planck and backward Kolmogorov equations). Advanced topics that rely on these foundations include large deviations for stochastic processes, Malliavin calculus (stochastic calculus of variations), jump-diffusion models, and modern stochastic numerical methods (Euler–Maruyama, Milstein schemes). Specific prerequisite-to-downstream map: Poisson/exponential results -> queueing theory and point-process statistics; Brownian/Ito -> SDE theory, PDE connections, financial mathematics, stochastic filtering and control.