logo

Strong and Weak Convergence of Numerical Solutions to SDEs 📂Stochastic Differential Equations

Strong and Weak Convergence of Numerical Solutions to SDEs

Buildup

dXt=f(t,Xt)dt+g(t,Xt)dWt,t[t0,T] d X_{t} = f \left( t, X_{t} \right) dt + g \left( t , X_{t} \right) d W_{t} \qquad , t \in \left[ t_{0} , T \right] Given a Stochastic Differential Equation as above, let’s assume that the time is discretized as t0<t1<<tNt_{0} < t_{1} < \cdots < t_{N}. Choosing a sufficiently large NNN \in \mathbb{N} and setting Δ=(Tt0)/N(0,1)\Delta = \left( T - t_{0} \right) / N \in (0,1) turns it into equal spacing. If the solution of the SDE is X(t)X(t) and its numerical approximation is Y(T)Y(T), then the average difference between them, EX(T)Y(T) E \left| X(T) - Y(T) \right| would be a reasonable measure of how accurate the numerical approximation is.

Definition 1

If there exist constants CC and γ\gamma that satisfy the following without depending on Δ\Delta, then YΔY_{\Delta} is said to converge strongly with order γ\gamma towards solution XX. EX(T)YΔ(T)CΔγ E \left| X(T) - Y_{\Delta} (T) \right| \le C \Delta^{\gamma} If there exist a polynomial function hh and constants ChC_{h}, β\beta that satisfy the following without depending on Δ\Delta, then YΔY_{\Delta} is said to converge weakly with order γ\gamma towards solution XX. E(h(X(T)))E(h(YΔ(T)))ChΔβ \left| E \left( h \left( X (T) \right) \right) - E \left( h \left( Y_{\Delta} (T) \right) \right) \right| \le C_{h} \Delta^{\beta}

Explanation

X(T)X(T) and YΔ(T)Y_{\Delta}(T) are probabilistic variables at the ending point TT. The meaning of the expression is that, on average, when the divergence at the last point is Δ0\Delta \to 0, it gets closer to 00. Thus, both adequately represent the concept of ‘convergence’.

Weak convergence is aptly named because there is room to modify the equation with the polynomial function hh, not the solution itself. In contrast, strong convergence is the opposite concept. Generally, given some smoothing conditions on ff and gg, the order of weak convergence is higher than that of strong convergence.


  1. Panik. (2017). Stochastic Differential Equations: An Introduction with Applications in Population Dynamics Modeling: p196. ↩︎