Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Simulation›Stochastic Differential Equations (SDEs)
Process / pipeline

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.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Stochastic Differential Equations
Agent-Based ModelingBayesian InferenceMarkov Chain Monte CarloMONTE-CARLO-SIMULATIONRuin TheorySEIR ModelStochastic System Dynami…Uncertainty Quantificati…Variance Reduction for M…

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

Strengths
  • 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.
Limitations
  • 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

  1. Øksendal, B. (2003). Stochastic Differential Equations: An Introduction with Applications (6th ed.). Springer. DOI: 10.1007/978-3-642-14394-6 ↗
  2. 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

Related methods

Agent-Based ModelingBayesian InferenceMarkov Chain Monte CarloMONTE-CARLO-SIMULATION

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
Compare side by side →

Referenced by

Ruin TheorySEIR ModelStochastic System DynamicsUncertainty QuantificationVariance Reduction for Monte Carlo

Similar methods

Stochastic Volatility ModelStochastic System DynamicsJump-Diffusion ModelMultilevel Monte Carlo SimulationDeterministic System DynamicsStochastic Discrete-Event SimulationDynamic Monte Carlo SimulationUncertainty Quantification

Related reference concepts

Stochastic Differential EquationsStochastic Differential EquationsIto Calculus and Stochastic IntegrationBrownian Motion and Stochastic CalculusBrownian Motion and Stochastic CalculusThe Ito Integral

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Stochastic Differential Equations (Stochastic Differential Equations (SDEs)). Retrieved 2026-07-20 from https://scholargate.app/en/simulation/stochastic-differential-equations · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Kiyosi Itô (Itô calculus, 1944); Peter Kloeden & Eckhard Platen (numerical methods, 1992)
Year
1944 (theory); 1992 (numerical framework)
Type
Continuous-time stochastic process model
Components
Deterministic drift term + stochastic diffusion term (Wiener process)
NumericSolvers
Euler-Maruyama (strong order 0.5); Milstein (strong order 1.0)
Calculus
Itô or Stratonovich — choice affects model interpretation
Convergence
Strong (pathwise) and weak (distributional) convergence assessed separately
Difficulty
3
Related methods
Agent-Based ModelingBayesian InferenceMarkov Chain Monte CarloMONTE-CARLO-SIMULATION
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account