Fokker-Planck: Nonlinear Function
Created: August 28, 2022
Modified: August 28, 2022

Fokker-Planck

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.

Given a diffusion process specified by the stochastic differential equation

dxt=αt(xt)dt+βt(xt)dWt,dx_t = \alpha_t(x_t) dt + \beta_t(x_t) dW_t,

the Fokker-Planck equation aka Kolmogorov forward equation describes the time evolution of the transition density pts(xtxs)p_{t|s}(x_t | x_s):

tpt(xt)=xt{αt(xt)pt(xt)}+122xt2{βt2(xt)pt(xt)}\frac{\partial}{\partial t}p_t(x_t) = -\frac{\partial}{\partial x_t} \left\{\alpha_t(x_t) p_t(x_t)\right\} + \frac{1}{2}\frac{\partial^2}{\partial x_t^2}\left\{\beta^2_t(x_t)p_t(x_t)\right\}

To see this, consider the discrete-time case where

xt+1N(xt+αt(xt),βt2(xt))x_{t+1} \sim \mathcal{N}\left(x_t + \alpha_t(x_t), \beta_t^2(x_t)\right)