Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

C Itô Calculus, Brownian Motion, and Ergodicity

University of Lausanne

This appendix collects the stochastic-calculus background needed for Chapters Chapter 7--Chapter 8. For the longer, example-driven exposition see Section 8.2; for a full textbook treatment, see Shreve (2004).

C.1Brownian motion

A standard Brownian motion BtB_t has independent Gaussian increments BtBsN(0,ts)B_t - B_s \sim \mathcal{N}(0, t-s), continuous paths almost surely, and quadratic variation Bt=t\langle B\rangle_t = t. Equivalently, the simple-random-walk scaling limit Xt+Δt=Xt+ΔtεtX_{t+\Delta t} = X_t + \sqrt{\Delta t}\,\varepsilon_t converges in distribution to BtB_t as Δt0\Delta t \to 0 (Donsker).

C.2Itô’s lemma

For XtX_t following dXt=μdt+σdBtdX_t = \mu\,dt + \sigma\,dB_t and fC2f \in C^2:

df(Xt)=[f(Xt)μ+12f(Xt)σ2]dt+f(Xt)σdBt.df(X_t) = \bigl[f'(X_t)\mu + \tfrac{1}{2}f''(X_t)\sigma^2\bigr]dt + f'(X_t)\sigma\,dB_t.

The differential algebra is dtdt=dtdBt=0dt\cdot dt = dt\cdot dB_t = 0, dBtdBt=dtdB_t \cdot dB_t = dt. (Throughout the script, the stochastic integral is interpreted in the Itô sense; the Stratonovich convention would replace the drift correction 12f(Xt)σ2\tfrac{1}{2}f''(X_t)\sigma^2 by 0.)

C.3Ergodicity in one paragraph

A Markov process with stationary distribution π\pi is ergodic if the time-average along any sample path converges almost surely to the spatial average against π\pi: 1T0Tφ(Xt)dtTφdπ\tfrac{1}{T}\int_0^T \varphi(X_t)\,dt \xrightarrow{T\to\infty} \int \varphi\,d\pi for every bounded measurable φ\varphi. In economic models with bounded state spaces and aperiodic dynamics, ergodicity is what justifies replacing population integrals by simulation-time averages in DEQN training (Chapter Chapter 2, Section 2.3).

References
  1. Shreve, S. E. (2004). Stochastic Calculus for Finance II: Continuous-Time Models. Springer.