diffusion process: Nonlinear Function
Created: August 27, 2022
Modified: August 29, 2022

diffusion process

This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.

References:

A diffusion process is a Markov process with continuous sample paths. Under some regularity conditions, diffusion processes are fully characterized by their first and second moments.TODO: I don't fully understand this yet.

Formally, a Markov process xtx_t with joint density function p(xt,xs)p(x_t, x_s) is a diffusion process if

  1. There are no instantaneous jumps, i.e., sample paths are continuous almost surely:
    limts1tsxtxsϵp(xs,xt)dxt=0\lim_{t\downarrow s} \frac{1}{|t - s|}\int_{|x_t - x_s| \ge \epsilon} p(x_s, x_t ) dx_t = 0
  2. The mean has instantaneous rate of change
    limts1tsxtxs<ϵ(xtxs)p(xs,xt)dxt=αs(xs)\lim_{t\downarrow s} \frac{1}{|t - s|}\int_{|x_t - x_s| < \epsilon} (x_t - x_s) p(x_s, x_t ) dx_t = \alpha_s(x_s)
  3. The squared fluctuations have instantaneous rate of change
    limts1tsxtxs<ϵ(xtxs)2p(xs,xt)dxt=βs2(xs)\lim_{t\downarrow s} \frac{1}{|t - s|}\int_{|x_t - x_s| < \epsilon} (x_t - x_s)^2 p(x_s, x_t ) dx_t = \beta^2_s(x_s)
    Such a process can be constructed as a solution to the stochastic differential equation
    dxt=αt(xt)dt+βt(xt)dWt.dx_t = \alpha_t(x_t) dt + \beta_t(x_t) dW_t.
    As a Markov process it is characterized by a transition density pts(xtxs)p_{t|s}(x_t | x_s). This evolves according to the Fokker-Planck equation aka Kolmogorov forward equation
    pt+xt{αt(xt)p}122xt2{βt2(xt)p}=0\frac{\partial p}{\partial t} + \frac{\partial}{\partial x_t} \{\alpha_t(x_t) p\} - \frac{1}{2}\frac{\partial^2}{\partial x_t^2}\{\beta^2_t(x_t)p\}=0