A Stochastic Process is a collection of random variables \{X_t \mid t \in T\} parameterized by time t, representing the probabilistic evolution of dynamic systems. From queuing networks in cloud architecture and molecular diffusion in statistical physics, to algorithmic trading and algorithmic risk modeling, stochastic mathematics provides the analytical framework for quantifying uncertainty over time.
This reference covers Discrete & Continuous-Time Markov Chains, Martingale Theory & Stopping Times, Poisson Point Processes, and Ito Stochastic Calculus.
+-----------------------------------------------------------------------------------------------------------------------+
| STOCHASTIC PROCESS TAXONOMY |
+-----------------------------------------------------------------------------------------------------------------------+
| Process Type | Time / State Space | Governing Equation / Invariant | Core Applications |
+------------------------+----------------------------------------+--------------------------------+----------------------+
| Discrete Markov Chain | Discrete $t \in \mathbb{N}$, State $S$ | $\pi = \pi \mathbf{P}$ (Stationary)| PageRank, Queue Model|
| Continuous Markov Chain| Continuous $t \ge 0$, Discrete $S$ | $rac{d\mathbf{P}}{dt} = \mathbf{P}\mathbf{Q}$| SRE Server Availability|
| Brownian Motion (Wiener)| Continuous $t \ge 0$, Continuous $S$ | $W_t - W_s \sim \mathcal{N}(0, t-s)$| Diffusion, Physics |
| Poisson Point Process | Continuous $t$, Discrete counts | $P(N_t = k) = rac{(\lambda t)^k e^{-\lambda t}}{k!}$| Web Request Arrival |
| Martingale | Discrete or Continuous | $\mathbb{E}[X_{t+1} \mid \mathcal{F}_t] = X_t$| Fair Games, Asset Px |
+-----------------------------------------------------------------------------------------------------------------------+
A stochastic process \{X_t\}_{t \ge 0} adapted to filtration \mathcal{F}_t is a Martingale if:
If au is a bounded stopping time, the expected value at stopping time equals the initial value:
This theorem is the primary mathematical tool for proving the impossibility of guaranteed betting strategies in fair games and calculating ruin probabilities in actuarial risk.
Because sample paths of standard Brownian motion W_t are nowhere differentiable and have infinite total variation (with non-zero quadratic variation [W, W]_t = t), standard Riemann-Stieltjes integration fails.
The Ito Integral is defined as the mean-square limit:
(Invariant: The integrand f(t_i) is evaluated strictly at the left endpoint, preserving the martingale property).