Stochastic Differential Equations (SDEs)
Also known as: SDE, Itô equations, Stokastik Diferansiyel Denklemler (SDE)
Stochastic differential equations (SDEs) are differential equation models that combine a deterministic drift term — governing the average tendency of a system — with a stochastic diffusion term driven by a Wiener process (Brownian motion). Pioneered through Itô calculus by Kiyosi Itô in 1944 and given a comprehensive numerical treatment by Kloeden and Platen in 1992, SDEs are the standard modelling language for continuous-time systems subject to random noise, including financial asset prices, population dynamics, and physical processes.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
SDEs are appropriate when a system evolves continuously in time and its dynamics cannot be described by a purely deterministic model — because intrinsic randomness is a structural feature, not a nuisance. Typical inputs are a continuous time variable and one or more continuous state variables. The method is particularly well suited to financial modelling (option pricing, interest-rate models), population biology (species counts subject to environmental stochasticity), epidemiology (transmission with demographic noise), and physical systems governed by Langevin-type dynamics. No minimum sample size is required in the classical simulation sense, but reliable parameter estimation from data does require sufficient observations. The analyst must choose between the Itô and Stratonovich frameworks before proceeding, and the time step must be validated for numerical stability.
Strengths & limitations
- Provides a rigorous mathematical framework for continuous-time systems where randomness is intrinsic rather than an approximation artifact.
- Separates deterministic trend (drift) from random fluctuation (diffusion), making both components interpretable and estimable.
- Extremely broad applicability: financial engineering, physics, biology, epidemiology, and engineering all use SDE-based models.
- Well-developed numerical theory: convergence orders of standard solvers (Euler-Maruyama, Milstein) are precisely characterised, supporting principled time-step selection.
- Choosing between the Itô and Stratonovich interpretations requires mathematical understanding of stochastic calculus; an incorrect choice leads to wrong transformation formulas.
- Numerical stability constrains the time step to be very small, which raises computational cost for long time horizons or stiff systems.
- Parameter estimation from observed data (calibration) is statistically demanding and typically requires maximum-likelihood or Bayesian methods adapted to the continuous-time setting.
- Results are inherently probabilistic — individual path realisations are not deterministic predictions, and interpreting confidence bands requires care.
Frequently asked
What is the difference between Itô and Stratonovich SDEs?
Both interpretations define how the stochastic integral is evaluated, but differ in the midpoint convention used in their Riemann-sum approximations. The practical consequence is that Itô's lemma (the chain rule for Itô SDEs) contains an extra quadratic variation term absent in ordinary calculus, while Stratonovich SDEs satisfy the standard chain rule. Physics conventions often favour Stratonovich because physical derivations using white-noise limits naturally arrive at it; finance and probability theory predominantly use Itô. The two are mathematically equivalent but interconverted by a drift correction — the analyst must pick one convention and be consistent throughout.
Which numerical solver should I use — Euler-Maruyama or Milstein?
Euler-Maruyama is the simplest choice and sufficient when only distributional (weak) accuracy is needed, or when the diffusion coefficient does not depend on the state. Milstein adds a correction term that accounts for the derivative of the diffusion with respect to the state, raising strong convergence order from 0.5 to 1.0 — making individual paths more accurate at a given step size. When the diffusion is state-dependent and you need accurate individual trajectories (for example, in variance-reduction or path-dependent option pricing), Milstein is the better default.
What is the difference between strong and weak convergence?
Strong convergence measures how close individual simulated paths are to the true solution — it is a pathwise criterion. Weak convergence measures how accurately the distribution of the solution (means, variances, option prices) is reproduced — it is a distributional criterion. A scheme can have excellent weak convergence while individual paths diverge substantially, and vice versa. If you need accurate distributions (e.g., computing expected payoffs), weak convergence is the relevant standard. If you need realistic individual trajectories (e.g., particle tracking, Monte Carlo with path-dependent payoffs), strong convergence matters.
How do I handle correlated noise sources in a multidimensional SDE?
The correlation structure is encoded in the diffusion matrix. To generate correlated Brownian increments, apply the Cholesky decomposition of the covariance matrix to independent standard-normal increments at each time step. This transforms uncorrelated noise into correlated noise that matches the specified joint covariance, ensuring the simulated paths respect the true joint dynamics of the multidimensional system.
Sources
- Øksendal, B. (2003). Stochastic Differential Equations: An Introduction with Applications (6th ed.). Springer. DOI: 10.1007/978-3-642-14394-6 ↗
- Kloeden, P.E. & Platen, E. (1992). Numerical Solution of Stochastic Differential Equations. Springer. DOI: 10.1007/978-3-662-12616-5 ↗
How to cite this page
ScholarGate. (2026, June 1). Stochastic Differential Equations (SDEs). ScholarGate. https://scholargate.app/en/simulation/stochastic-differential-equations
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Agent-Based ModelingSimulation↔ compare
- Bayesian InferenceStatistics↔ compare
- Markov Chain Monte CarloSimulation↔ compare
- MONTE-CARLO-SIMULATIONDecision-making↔ compare