Fine Art

.

In mathematics, the Ornstein–Uhlenbeck process (named after Leonard Ornstein and George Eugene Uhlenbeck), is a stochastic process that, roughly speaking, describes the velocity of a massive Brownian particle under the influence of friction. The process is stationary, Gaussian, and Markovian, and is the only nontrivial process that satisfies these three conditions, up to allowing linear transformations of the space and time variables.[1] Over time, the process tends to drift towards its long-term mean: such a process is called mean-reverting.

The process can be considered to be a modification of the random walk in continuous time, or Wiener process, in which the properties of the process have been changed so that there is a tendency of the walk to move back towards a central location, with a greater attraction when the process is further away from the centre. The Ornstein–Uhlenbeck process can also be considered as the continuous-time analogue of the discrete-time AR(1) process.

Representation via a stochastic differential equation

An Ornstein–Uhlenbeck process, xt, satisfies the following stochastic differential equation:

\( dx_t = \theta (\mu-x_t)\,dt + \sigma\, dW_t \)

where \( \theta > 0, \mu and \( \sigma > 0 are parameters and \( W_t \) denotes the Wiener process.

The above representation can be taken as the primary definition of an Ornstein–Uhlenbeck process.[1].
Fokker–Planck equation representation

The probability density function ƒ(x, t) of the Ornstein–Uhlenbeck process satisfies the Fokker–Planck equation

\( \frac{\partial f}{\partial t} = \theta \frac{\partial}{\partial x} [(x - \mu) f] + \frac{\sigma^2}{2} \frac{\partial^2 f}{\partial x^2} \)

The Green function of this linear parabolic partial differential equation, taking \( \mu = 0 \) and \( D = \sigma^2/2 \) for simplicity, and the initial condition consisting of a unit point mass at location y is

\( f(x,t) = \sqrt{\frac{\theta}{2 \pi D (1-e^{-2\theta t})}} \exp\left\{\frac{-\theta}{2D}\left[\frac{(x - y e^{-\theta t})^2}{1-e^{-2\theta t}}\right]\right\} \)

The stationary solution of this equation is the limit for time tending to infinity which is a Gaussian distribution with mean \( \mu \) and variance \( \sigma^2/(2\theta) \)

\( f_s(x) = \sqrt{\frac{\theta}{\pi \sigma^2}}\, e^{-\theta (x-\mu)^2/\sigma^2}. \)

Application in physical sciences

The Ornstein–Uhlenbeck process is a prototype of a noisy relaxation process. Consider for example a Hookean spring with spring constant k whose dynamics is highly overdamped with friction coefficient \gamma. In the presence of thermal fluctuations with temperature T, the length x(t) of the spring will fluctuate stochastically around the spring rest length \( x_0 \) ; its stochastic dynamic is described by an Ornstein–Uhlenbeck process with:

\( \begin{align} \theta &=k/\gamma, \\ \mu & =x_0, \\ \sigma &=\sqrt{2k_B T/\gamma}, \end{align} \)

where \sigma is derived from the Stokes–Einstein equation \( D=\sigma^2/2=k_B T/\gamma \) for the effective diffusion constant.

In physical sciences, the stochastic differential equation of an Ornstein–Uhlenbeck process is rewritten as a Langevin equation

\( \gamma\dot{x}(t) = - k( x(t) - x_0 ) + \xi(t) \)

where \( \xi(t) is white Gaussian noise with \( \langle\xi(t_1)\xi(t_2)\rangle = 2 k_B T\,\gamma\, \delta(t_1-t_2). \)

At equilibrium, the spring stores an average energy \( \langle E\rangle = k \langle (x-x_0)^2 \rangle /2=k_B T/2 i \) n accordance with the equipartition theorem.
Application in financial mathematics

The Ornstein–Uhlenbeck process is one of several approaches used to model (with modifications) interest rates, currency exchange rates, and commodity prices stochastically. The parameter \mu represents the equilibrium or mean value supported by fundamentals; \sigma the degree of volatility around it caused by shocks, and \theta the rate by which these shocks dissipate and the variable reverts towards the mean. One application of the process is a trading strategy known as pairs trade.[2][3][4]

Mathematical properties

The Ornstein–Uhlenbeck process is an example of a Gaussian process that has a bounded variance and admits a stationary probability distribution, in contrast to the Wiener process; the difference between the two is in their "drift" term. For the Wiener process the drift term is constant, whereas for the Ornstein–Uhlenbeck process it is dependent on the current value of the process: if the current value of the process is less than the (long-term) mean, the drift will be positive; if the current value of the process is greater than the (long-term) mean, the drift will be negative. In other words, the mean acts as an equilibrium level for the process. This gives the process its informative name, "mean-reverting." The stationary (long-term) variance is given by

\( \operatorname{var}(x_t)={\sigma ^2 \over 2\theta}. \, \)

The Ornstein–Uhlenbeck process is the continuous-time analogue of the discrete-time AR(1) process.
three sample paths of different OU-processes with θ = 1, μ = 1.2, σ = 0.3:
blue: initial value a = 0 (a.s.)
green: initial value a = 2 (a.s.)
red: initial value normally distributed so that the process has invariant measure

Solution

This stochastic differential equation is solved by variation of parameters.[citation needed]. Changing variable

\( f(x_t, t) = x_t e^{\theta t} \, \)

we get

\( \begin{align} df(x_t,t) & = \theta x_t e^{\theta t}\, dt + e^{\theta t}\, dx_t \\[6pt] & = e^{\theta t}\theta \mu \, dt + \sigma e^{\theta t}\, dW_t. \end{align} \)

Integrating from 0 to t we get

\( x_t e^{\theta t} = x_0 + \int_0^t e^{\theta s}\theta \mu \, ds + \int_0^t \sigma e^{\theta s}\, dW_s \, \)

whereupon we see

\( x_t = x_0 e^{-\theta t} + \mu(1-e^{-\theta t}) + \int_0^t \sigma e^{\theta (s)}\, dW_s. \,

or

\( x_t = x_0 e^{-\theta t} + \mu(1-e^{-\theta t}) + e^{-\theta t}\int_0^t \sigma e^{\theta s}\, dW_s. \, \)

Formulas for moments of nonstationary processes

From this representation, the first moment is given by (assuming that x0 is a constant)

\( E(x_t)=x_0 e^{-\theta t}+\mu(1-e^{-\theta t}) \!\ \)

The Itō isometry can be used to calculate the covariance function by

\( \begin{align} \operatorname{cov}(x_s,x_t) & = E[(x_s - E[x_s])(x_t - E[x_t])] \\ & = E \left[ \int_0^s \sigma e^{\theta (u-s)}\, dW_u \int_0^t \sigma e^{\theta (v-t)}\, dW_v \right] \\ & = \sigma^2 e^{-\theta (s+t)}E \left[ \int_0^s e^{\theta u}\, dW_u \int_0^t e^{\theta v}\, dW_v \right] \\ & = \frac{\sigma^2}{2\theta} \, e^{-\theta (s+t)}(e^{2\theta \min(s,t)}-1). \end{align} \)

Thus if s < t (so that min(s, t) = s), then we have

\( \operatorname{cov}(x_s,x_t) = \frac{\sigma^2}{2\theta}\left( e^{-\theta(t-s)} - e^{-\theta(t+s)} \right). \)

Alternative representation for nonstationary processes

It is also possible (and often convenient) to represent xt (unconditionally, i.e. as \( t\rightarrow\infty) \) as a scaled time-transformed Wiener process[citation needed]:

\( x_t=\mu+{\sigma\over\sqrt{2\theta}}e^{-\theta t}W_{e^{2\theta t}} \)

or conditionally (given x0) as

\( x_t=x_0 e^{-\theta t} +\mu (1-e^{-\theta t})+ {\sigma\over\sqrt{2\theta}}e^{-\theta t}W_{e^{2\theta t}-1}. \)

The time integral of this process can be used to generate noise with a 1/ƒ power spectrum.
Scaling limit interpretation

The Ornstein–Uhlenbeck process can be interpreted as a scaling limit of a discrete process, in the same way that Brownian motion is a scaling limit of random walks. Consider an urn containing n blue and yellow balls. At each step a ball is chosen at random and replaced by a ball of the opposite colour (equivalently, a ball chosen uniformly at random changes color). Let \( X_n \) be the number of blue balls in the urn after n steps. Then \( \frac{X_{[nt]} - n/2}{\sqrt{n}} \) converges in law to an Ornstein–Uhlenbeck process as n tends to infinity.
Generalizations

It is possible to extend Ornstein–Uhlenbeck processes to processes where the background driving process is a Lévy process.[clarification needed] These processes are widely studied by Ole Barndorff-Nielsen and Neil Shephard,[citation needed] and others.[citation needed]

In addition, in finance, stochastic processes are used the volatility increases for larger values of X. In particular, the CKLS (Chan–Karolyi–Longstaff–Sanders) process[5] with the volatility term replaced by \( \sigma\,x^\gamma\, dW_t \) can be solved in closed form for \( \gamma=1/2 \) or 1, as well as for \gamma=0, which corresponds to the conventional OU process.
Limitations
See also

The Vasicek model of interest rates is an example of an Ornstein–Uhlenbeck process.
Short rate model – contains more examples.
Cointelation[2]

Notes

Doob 1942
Mahdavi Damghani, Babak (2013). "The Non-Misleading Value of Inferred Correlation: An Introduction to the Cointelation Model". Wilmott 2013 (1): 50–61. doi:10.1002/wilm.10252.
Advantages of Pair Trading: Market Neutrality
An Ornstein-Uhlenbeck Framework for Pairs Trading

Chan et al. (1992)

References

Bibbona, E.; Panfilo, G.; Tavella, P. (2008). "The Ornstein-Uhlenbeck process as a model of a low pass filtered white noise". Metrologia 45 (6): S117–S126. doi:10.1088/0026-1394/45/6/S17.
Chan, K. C.; Karolyi, G. A.; Longstaff, F. A.; Sanders, A. B. (1992). "An empirical comparison of alternative models of the short-term interest rate". Journal of Finance 47 (3): 1209–1227. doi:10.1111/j.1540-6261.1992.tb04011.x.
Doob, J. L. (1942). "The Brownian movement and stochastic equations". Annals of Mathematics 43 (2): 351–369. JSTOR 1968873.
Gillespie, D. T. (1996). "Exact numerical simulation of the Ornstein–Uhlenbeck process and its integral". Phys. Rev. E 54 (2): 2084–2091. doi:10.1103/PhysRevE.54.2084. PMID 9965289.
Risken, H. (1989). The Fokker–Planck Equation: Method of Solution and Applications. New York: Springer-Verlag. ISBN 0387504982.
Uhlenbeck, G. E.; Ornstein, L. S. (1930). "On the theory of Brownian Motion". Phys. Rev. 36: 823–841. doi:10.1103/PhysRev.36.823.

External links

Review of Statistical Arbitrage, Cointegration, and Multivariate Ornstein-Uhlenbeck, Attilio Meucci
A Stochastic Processes Toolkit for Risk Management, Damiano Brigo, Antonio Dalessandro, Matthias Neugebauer and Fares Triki
Simulating and Calibrating the Ornstein–Uhlenbeck process, M.A. van den Berg
Maximum likelihood estimation of mean reverting processes, Jose Carlos Garcia Franco

Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World