Stochastic differential equation

From Wikipedia, the free encyclopedia

A stochastic differential equation (SDE) is a differential equation in which one or more of the terms is a stochastic process, thus resulting in a solution which is itself a stochastic process. Typically, SDEs incorporate white noise which can be thought of as the derivative of Brownian motion (or the Wiener Process); however, it should be mentioned that other types of random fluctuations are possible, such as jump processes (see [1]).

Contents

[edit] Background

The earliest work on SDEs was done to describe Brownian motion in Einstein's famous paper, and at the same time by Smoluchowski. However, one of the earlier works related to Brownian motion is credited to Bachelier (1900) in his thesis 'Theory of Speculation'. This work was followed upon by Langevin. Later Ito and Stratonovich put SDEs on more solid mathematical footing.

[edit] Terminology

In physical science, SDEs are usually written as Langevin equations. These are sometimes confusingly called "the Langevin equation" even though there are many possible forms. These consist of an ordinary differential equation containing a deterministic part and an additional random white noise term. A second form is the Fokker-Planck equation. The Fokker-Planck equation is a partial differential equation that describes the time evolution of the probability distribution function. The third form is the stochastic differential equation that is used most frequently in Mathematics and Finance (see below). This is similar to the Langevin form, but it is usually written in differential form. This form is used frequently by mathematicians and in quantitative finance. SDEs come in two varieties, corresponding to two versions of stochastic calculus.

[edit] Stochastic Calculus

Brownian motion or the Wiener process was discovered to be exceptionally complex mathematically. The Wiener process is non-differentiable; thus, it requires its own rules of calculus. Two versions of stochastic calculus are used, the Ito stochastic calculus and the Stratonovich stochastic calculus. It is somewhat ambiguous when one should use one or the other. Conveniently, one can readily convert an Ito SDE to an equivalent Stratonovich SDE and back again to aid in solution; however, one must be careful which calculus to use when the SDE is initially written down.

[edit] Numerical Solutions

Numerical solution of stochastic differential equations and especially stochastic partial differential equations is a young field relatively speaking. Almost all algorithms that are used for the solution of ordinary differential equations will work very poorly for SDEs, having very poor numerical convergence.

[edit] Use in Physics

In physics, SDEs are typically written in the Langevin form and referred to as "the Langevin equation." For example, a general coupled set of first-order SDEs is often written in the form:

\dot{x}_i = \frac{dx_i}{dt} = f_i(\mathbf{x}) + \sum_{m=1}^ng_i^m(\mathbf{x})\eta_m(t),\,

where \mathbf{x}=\{x_i|1\le i\le k\} is the set of unknowns, the fi and gi are arbitrary functions and the ηm are random functions of time, often referred to as "noise terms". This form is usually usable because there are standard techniques for transforming a higher-order equations into several coupled first-order equations by introducing new unknowns. If the gi are constants, the system is said to be subject to additive noise, otherwise it is said to be subject to multiplicative noise. This term is somewhat misleading as it has come to mean the general case even though it appears to imply the limited case where : g(x) \propto x. Additive noise is the simpler of the two cases. The correct solution can often be found using ordinary calculus. In particular, the ordinary chain rule of calculus can be used. However, in the case of multiplicative noise, the Langevin equation is not a well-defined entity on its own, and it must be specified whether the Langevin equation should be interpreted as an Ito SDE or a Stratonovich SDE.

In physics, the main method of solution is to find the probability distribution function as a function of time using the equivalent Fokker-Planck equation (FPE). The Fokker-Planck equation is a deterministic partial differential equation. It tells how the probability distribution function evolves in time similarly to how the Schrödinger equation gives the time evolution of the quantum wave function or the diffusion equation gives the time evolution of chemical concentration. Alternatively numerical solutions can be obtained by Monte Carlo simulation. Other techniques include the path integration that draws on the analogy between statistical physics and quantum mechanics (for example, the Fokker-Planck equation can be transformed into the Schrödinger equation by rescaling a few variables) or by writing down ordinary differential equations for the statistical moments of the probability distribution function.

[edit] Note on "the Langevin equation"

The "the" in "the Langevin equation" is somewhat ungrammatical nomenclature. Each individual physical model has its own Langevin equation. Perhaps, "a Langevin equation" or "the associated Langevin equation" would conform better with common English usage.

[edit] Use in probability and financial mathematics

The notation used in probability theory (and in many applications of probability theory, for instance financial mathematics) is slightly different. This notation makes the exotic nature of the random function of time ηm in the physics formulation more explicit. It is also the notation used in publications on numerical methods for solving stochastic differential equations. In strict mathematical terms, ηm can not be chosen as a usual function, but only as a generalized function. The mathematical formulation treats this complication with less ambiguity than the physics formulation.

A typical equation is of the form

 \mathrm{d} X_t = \mu(X_t,t)\, \mathrm{d} t +  \sigma(X_t,t)\, \mathrm{d} B_t ,

where B denotes a Wiener process (Standard Brownian motion). This equation should be interpreted as an informal way of expressing the corresponding integral equation

 X_{t+s} - X_{t} = \int_t^{t+s} \mu(X_u,u) \mathrm{d} u + \int_t^{t+s} \sigma(X_u,u)\, \mathrm{d} B_u .

The equation above characterizes the behavior of the continuous time stochastic process Xt as the sum of an ordinary Lebesgue integral and an Itō integral. A heuristic (but very helpful) interpretation of the stochastic differential equation is that in a small time interval of length δ the stochastic process Xt changes its value by an amount that is normally distributed with expectation μ(Xttδ and variance σ(Xtt)² δ and is independent of the past behavior of the process. This is so because the increments of a Wiener process are independent and normally distributed. The function μ is referred to as the drift coefficient, while σ is called the diffusion coefficient. The stochastic process Xt is called a diffusion process, and is usually a Markov process.

The formal interpretation of an SDE is given in terms of what constitutes a solution to the SDE. There are two main definitions of a solution to an SDE, a strong solution and a weak solution. Both require the existence of a process Xt that solves the integral equation version of the SDE. The difference between the two lies in the underlying probability space (Ω F, Pr). A weak solution consists of a probability space and a process that satisfies the integral equation, while a strong solution is a process that satisfies the equation and is defined on a given probability space.

An important example is the equation for geometric Brownian motion

\mathrm{d} X_t = \mu X_t \, \mathrm{d} t +  \sigma X_t \, \mathrm{d} B_t.

which is the equation for the dynamics of the price of a stock in the Black Scholes options pricing model of financial mathematics.

There are also more general stochastic differential equations where the coefficients μ and σ depend not only on the present value of the process Xt, but also on previous values of the process and possibly on present or previous values of other processes too. In that case the solution process, X, is not a Markov process, and it is called an Itō process and not a diffusion process. When the coefficients depends only on present and past values of X, the defining equation is called a stochastic delay differential equation.

[edit] Existence and uniqueness of solutions

As with deterministic ordinary and partial differential equations, it is important to know whether a given SDE has a solution, and whether or not it is unique. The following is a typical existence and uniqueness theorem for Itō SDEs taking values in n-dimensional Euclidean space Rn and driven by an m-dimensional Brownian motion B; the proof may be found in Øksendal (2003, §5.2).

Let T > 0, and let

\mu : \mathbb{R}^{n} \times [0, T] \to \mathbb{R}^{n};
\sigma : \mathbb{R}^{n} \times [0, T] \to \mathbb{R}^{n \times m};

be measurable functions for which there exist constants C and D such that

\big| \mu (x, t) \big| + \big| \sigma (x, t) \big| \leq C \big( 1 + | x | \big);
\big| \mu (x, t) - \mu (y, t) \big| + \big| \sigma (x, t) - \sigma (y, t) \big| \leq D | x - y |;

for all t ∈ [0, T] and all x and y ∈ Rn, where

| \sigma |^{2} = \sum_{i, j = 1}^{n} | \sigma_{ij} |^{2}.

Let Z be a random variable that is independent of the σ-algebra generated by Bs, s ≥ 0, and with finite second moment:

\mathbb{E} \big[ | Z |^{2} \big] < + \infty.

Then the stochastic differential equation/initial value problem

\mathrm{d} X_{t} = \mu (X_{t}, t) \, \mathrm{d} t + \sigma (X_{t}, t) \, \mathrm{d} B_{t} \mbox{ for } t \in [0, T];
Xt = Z;

has a Pr-almost surely unique t-continuous solution (tω) |→ Xt(ω) such that X is adapted to the filtration FtZ generated by Z and Bs, s ≤ t, and

\mathbb{E} \left[ \int_{0}^{T} | X_{t} |^{2} \, \mathrm{d} t \right] < + \infty.

[edit] References

  • Adomian, George (1983). Stochastic systems, Mathematics in Science and Engineering (169). Orlando, FL: Academic Press Inc.. 
  • Adomian, George (1986). Nonlinear stochastic operator equations. Orlando, FL: Academic Press Inc.. 
  • Adomian, George (1989). Nonlinear stochastic systems theory and applications to physics, Mathematics and its Applications (46). Dordrecht: Kluwer Academic Publishers Group. 
  • Øksendal, Bernt K. (2003). Stochastic Differential Equations: An Introduction with Applications. Berlin: Springer. ISBN 3-540-04758-1. 
  • Teugels, J. and Sund B. (eds.) (2004). Encyclopedia of Actuarial Science. Chichester: Wiley, 523–527. 
  • C. W. Gardiner (2004). Handbook of Stochastic Methods: for Physics, Chemistry and the Natural Sciences. Springer, 415. 
  • Thomas Mikosch (1998). Elementary Stochastic Calculus: with Finance in View. Singapore: World Scientific Publishing, 212. ISBN 981-02-3543-7. 
  • Bachelier, L., (1900). Théorie de la speculation (in French), PhD Thesis. NUMDAM: http://www.numdam.org/item?id=ASENS_1900_3_17__21_0. In English in 1971 book 'The Random Character of the Stock Market' Eds. P.H. Cootner. 

[edit] See also