Stochastic Differential Equation
A stochastic differential equation (SDE) is an equation that involves increments of a stochastic process (typically the Wiener process) alongside deterministic terms.
The general form is
where:
- is the drift term (deterministic)
- is the diffusion term (stochastic coefficient)
- is an increment of the Wiener process
Example: Ornstein-Uhlenbeck Process
The Ornstein-Uhlenbeck process is the SDE
with drift and diffusion .
SDEs are solved numerically using the Euler-Maruyama scheme, which is the stochastic analogue of the Explicit Euler method.
Wiener process | Ornstein-Uhlenbeck process | Euler-Maruyama scheme | Langevin equation | Explicit Euler method