» 

Wikipedia

Wiener process

                   
  A single realization of a one-dimensional Wiener process
  A single realization of a three-dimensional Wiener process

In mathematics, the Wiener process is a continuous-time stochastic process named in honor of Norbert Wiener. It is often called standard Brownian motion, after Robert Brown. It is one of the best known Lévy processes (càdlàg stochastic processes with stationary independent increments) and occurs frequently in pure and applied mathematics, economics and physics.

The Wiener process plays an important role both in pure and applied mathematics. In pure mathematics, the Wiener process gave rise to the study of continuous time martingales. It is a key process in terms of which more complicated stochastic processes can be described. As such, it plays a vital role in stochastic calculus, diffusion processes and even potential theory. It is the driving process of Schramm–Loewner evolution. In applied mathematics, the Wiener process is used to represent the integral of a Gaussian white noise process, and so is useful as a model of noise in electronics engineering, instrument errors in filtering theory and unknown forces in control theory.

The Wiener process has applications throughout the mathematical sciences. In physics it is used to study Brownian motion, the diffusion of minute particles suspended in fluid, and other types of diffusion via the Fokker–Planck and Langevin equations. It also forms the basis for the rigorous path integral formulation of quantum mechanics (by the Feynman–Kac formula, a solution to the Schrödinger equation can be represented in terms of the Wiener process) and the study of eternal inflation in physical cosmology. It is also prominent in the mathematical theory of finance, in particular the Black–Scholes option pricing model.

Contents

  Characterizations of the Wiener process

The Wiener process Wt is characterized by three properties:[1]

  1. W0 = 0
  2. The function t → Wt is almost surely continuous
  3. Wt has independent increments with W_t-W_s\sim \mathcal{N}(0,t-s) (for 0 ≤ s < t).

N(μ, σ2) denotes the normal distribution with expected value μ and variance σ2. The condition that it has independent increments means that if 0 ≤ s1 < t1s2 < t2 then Wt1 − Ws1 and Wt2 − Ws2 are independent random variables, and the similar condition holds for n increments.

An alternative characterization of the Wiener process is the so-called Lévy characterization that says that the Wiener process is an almost surely continuous martingale with W0 = 0 and quadratic variation [WtWt] = t (which means that Wt2 − t is also a martingale).

A third characterization is that the Wiener process has a spectral representation as a sine series whose coefficients are independent N(0,1) random variables. This representation can be obtained using the Karhunen–Loève theorem.

The Wiener process can be constructed as the scaling limit of a random walk, or other discrete-time stochastic processes with stationary independent increments. This is known as Donsker's theorem. Like the random walk, the Wiener process is recurrent in one or two dimensions (meaning that it returns almost surely to any fixed neighborhood of the origin infinitely often) whereas it is not recurrent in dimensions three and higher. Unlike the random walk, it is scale invariant, meaning that

\alpha^{-1}W_{\alpha^2 t}\,

is a Wiener process for any nonzero constant α. The Wiener measure is the probability law on the space of continuous functions g, with g(0) = 0, induced by the Wiener process. An integral based on Wiener measure may be called a Wiener integral.

  Properties of a one-dimensional Wiener process

  Basic properties

The unconditional probability density function at a fixed time t:

f_{W_t}(x) = \frac{1}{\sqrt{2 \pi t}} e^{-x^2/{2 t} }.

The expectation is zero:

E(W_t) = 0.

The variance is t:

\operatorname{Var}(W_t) =E(W^2_t) - E^2(W_t) = E(W^2_t) = t.

The covariance and correlation:

 \operatorname{cov}(W_s,W_t) = \min(s,t) \, ,
 \operatorname{corr}(W_s,W_t) = {\mathrm{cov}(W_s,W_t) \over \sigma_{W_s} \sigma_{W_t}} = \frac{\min(s,t)}{\sqrt{st}} = \sqrt{ \frac{ \min(s,t) }{ \max(s,t) } } \, .

The results for the expectation and variance follow immediately from the definition that increments have a normal distribution, centered at zero. Thus

W_t = W_t-W_0 \sim \mathcal{N}(0,t).

The results for the covariance and correlation follow from the definition that non-overlapping increments are independent, of which only the property that they are uncorrelated is used. Suppose that t1 < t2.

\operatorname{cov}(W_{t_1}, W_{t_2}) = E\left[(W_{t_1}-E[W_{t_1}]) \cdot (W_{t_2}-E[W_{t_2}])\right] = E[W_{t_1} \cdot W_{t_2}] \ \ .

Substitute the simple identity  W_{t_2} = ( W_{t_2} - W_{t_1} ) + W_{t_1}  :

E[W_{t_1} \cdot W_{t_2}] = E\left[W_{t_1} \cdot ((W_{t_2} - W_{t_1})+ W_{t_1}) \right] = E\left[W_{t_1} \cdot (W_{t_2} - W_{t_1} )\right]  +  E[W_{t_1}^2] \ \ .

Since W(t1) = W(t1) − W(t0) and W(t2) − W(t1), are independent,

 E[W_{t_1} \cdot (W_{t_2} - W_{t_1} )] = E[W_{t_1}] \cdot E[W_{t_2} - W_{t_1}] = 0 \ \ .

Thus

\operatorname{cov}(W_{t_1}, W_{t_2}) = E[W_{t_1}^2] = t_1 \ .

  Running maximum

The joint distribution of the running maximum  M_t = \max_{0 \leq s \leq t} W_s and  W_t is

 f_{M_t,W_t}(m,w) = \frac{2 ( 2 m - w)}{t\sqrt{2 \pi t}} e^{-\frac{(2m-w)^2}{2t}}, m \ge 0, w \leq m

To get the unconditional distribution of  f_{M_t} , integrate over  -\infty < w \leq m

 f_{M_t}(m) = \int_{-\infty}^{m} f_{M_t,W_t}(m,w)\,dw = \int_{-\infty}^{m} \frac{2 ( 2 m - w)}{t\sqrt{2 \pi t}} e^{-\frac{(2m-w)^2}{2t}}\,dw = \sqrt{\frac{2}{\pi t}}e^{\frac{-m^2}{2t}}

And the expectation:

 \mathbb{E} M_t = \int_{0}^{\infty} m f_{M_t}(m)\,dm  = \int_{0}^{\infty} m \sqrt{\frac{2}{\pi t}}e^{\frac{-m^2}{2t}}\,dm = \sqrt{\frac{2t}{\pi}}

[2]

  Self-similarity

  A demonstration of Brownian scaling, showing V_t = (1/\sqrt c) W_{ct} for decreasing c. Note that the average features of the function do not change while zooming in, and note that it zooms in quadratically faster horizontally than vertically.

  Brownian scaling

For every c>0 the process  V_t = (1/\sqrt c) W_{ct} is another Wiener process.

  Time reversal

The process  V_t = W_1 - W_{1-t} for 0 ≤ t ≤ 1 is distributed like  W_t for 0 ≤ t ≤ 1.

  Time inversion

The process  V_t = t W_{1/t} is another Wiener process.

  A class of Brownian martingales

If a polynomial p(x,t) satisfies the PDE

 \Big( \frac{\partial}{\partial t} + \frac12 \frac{\partial^2}{\partial x^2} \Big) p(x,t) = 0

then the stochastic process

 M_t = p ( W_t, t ) \,

is a martingale.

Example:  W_t^2 - t is a martingale, which shows that the quadratic variation of  W on  [0,t] is equal to  t. It follows that the expected time of first exit of  W from  (-c,c) is equal to  c^2.

More generally, for every polynomial p(x,t) the following stochastic process is a martingale:

 M_t = p ( W_t, t ) - \int_0^t a(W_s,s) \, \mathrm{d}s \, ,

where a is the polynomial

 a(x,t) = \Big( \frac{\partial}{\partial t} + \frac12 \frac{\partial^2}{\partial x^2} \Big) p(x,t) \, .

Example:  p(x,t) = (x^2-t)^2,  a(x,t) = 4x^2; the process  (W_t^2 - t)^2 - 4 \int_0^t W_s^2 \, \mathrm{d}s is a martingale, which shows that the quadratic variation of the martingale  W_t^2 - t on  [0,t] is equal to  4 \int_0^t W_s^2 \, \mathrm{d}s .

About functions p(xa,t) more general than polynomials, see local martingales.

  Some properties of sample paths

The set of all functions w with these properties is of full Wiener measure. That is, a path (sample function) of the Wiener process has all these properties almost surely.

  Qualitative properties

  • For every ε>0, the function w takes both (strictly) positive and (strictly) negative values on (0,ε).
  • The function w is continuous everywhere but differentiable nowhere (like the Weierstrass function).
  • Points of local maximum of the function w are a dense countable set; the maximum values are pairwise different; each local maximum is sharp in the following sense: if w has a local maximum at t then  |w(s)-w(t)|/|s-t| \to \infty as s tends to t. The same holds for local minima.
  • The function w has no points of local increase, that is, no t > 0 satisfies the following for some ε in (0, t): first, w(s) ≤ w(t) for all s in (t − ε, t), and second, w(s) ≥ w(t) for all s in (tt + ε). (Local increase is a weaker condition than that w is increasing on (t − ε, t + ε).) The same holds for local decrease.

  Quantitative properties

  Law of the iterated logarithm
 \limsup_{t\to+\infty} \frac{ |w(t)| }{ \sqrt{ 2t \log\log t } } = 1, \quad \text{almost surely}.
  Modulus of continuity

Local modulus of continuity:

 \limsup_{\varepsilon\to0+} \frac{ |w(\varepsilon)| }{ \sqrt{ 2\varepsilon \log\log(1/\varepsilon) } } = 1, \quad \text{almost surely}.

Global modulus of continuity (Lévy):

 \limsup_{\varepsilon\to0+} \sup_{0\le s<t\le 1, t-s\le\varepsilon} \frac{ |w(s)-w(t)| }{ \sqrt{ 2\varepsilon \log(1/\varepsilon) } } = 1, \quad \text{almost surely}.

  Local time

The image of the Lebesgue measure on [0, t] under the map w (the pushforward measure) has a density Lt(·). Thus,

 \int_0^t f(w(s)) \, \mathrm{d}s = \int_{-\infty}^{+\infty} f(x) L_t(x) \, \mathrm{d}x

for a wide class of functions ƒ (namely: all continuous functions; all locally integrable functions; all non-negative measurable functions). The density Lt is (more exactly, can and will be chosen to be) continuous. The number Lt(x) is called the local time at x of w on [0, t]. It is strictly positive for all x of the interval (ab) where a and b are the least and the greatest value of w on [0, t], respectively. (For x outside this interval the local time evidently vanishes.) Treated as a function of two variables x and t, the local time is still continuous. Treated as a function of t (while x is fixed), the local time is a singular function corresponding to a nonatomic measure on the set of zeros of w.

These continuity properties are fairly non-trivial. Consider that the local time can also be defined (as the density of the pushforward measure) for a smooth function. Then, however, the density is discontinuous, unless the given function is monotone. In other words, there is a conflict between good behavior of a function and good behavior of its local time. In this sense, the continuity of the local time of the Wiener process is another manifestation of non-smoothness of the trajectory.

  Related processes

  The generator of a Brownian motion is ½ times the Laplace–Beltrami operator. The image above is of the Brownian motion on a special manifold: the surface of a sphere.

The stochastic process defined by

 X_t = \mu t + \sigma W_t \,

is called a Wiener process with drift μ and infinitesimal variance σ2. These processes exhaust continuous Lévy processes.

Two random processes on the time interval [0, 1] appear, roughly speaking, when conditioning the Wiener process to vanish on both ends of [0,1]. With no further conditioning, the process takes both positive and negative values on [0, 1] and is called Brownian bridge. Conditioned also to stay positive on (0, 1), the process is called Brownian excursion.[3] In both cases a rigorous treatment involves a limiting procedure, since the formula  P(A|B) = P(A\cap B) / P(B) does not apply when  P(B)=0.

A geometric Brownian motion can be written

 e^{[\beta t-(\alpha^2 t/2)+\alpha W_t]}.\,

It is a stochastic process which is used to model processes that can never take on negative values, such as the value of stocks.

The stochastic process

 { X_t = \mathrm{e}^{-t} W_{\mathrm{e}^{2t}} }

is distributed like the Ornstein–Uhlenbeck process.

The time of hitting a single point x > 0 by the Wiener process is a random variable with the Lévy distribution. The family of these random variables (indexed by all positive numbers x) is a left-continuous modification of a Lévy process. The right-continuous modification of this process is given by times of first exit from closed intervals [0, x].

The local time Lt(0) treated as a random function of t is a random process distributed like the process  S_t = \max_{0\le s\le t} W_s.

The local time Lt(x) treated as a random function of x (while t is constant) is a random process described by Ray–Knight theorems in terms of Bessel processes.

  Brownian martingales

Let A be an event related to the Wiener process (more formally: a set, measurable with respect to the Wiener measure, in the space of functions), and Xt the conditional probability of A given the Wiener process on the time interval [0, t] (more formally: the Wiener measure of the set of trajectories whose concatenation with the given partial trajectory on [0, t] belongs to A). Then the process Xt is a continuous martingale. Its martingale property follows immediately from the definitions, but its continuity is a very special fact – a special case of a general theorem stating that all Brownian martingales are continuous. A Brownian martingale is, by definition, a martingale adapted to the Brownian filtration; and the Brownian filtration is, by definition, the filtration generated by the Wiener process.

  Integrated Brownian motion

The time-integral of the Wiener process W^{(-1)}(t) := \int_0^t W(s) ds is called integrated Brownian motion or integrated Wiener process. It arises in many applications and can be shown to be normally distributed with zero mean and variance t^3/3.[citation needed]

  Time change

Every continuous martingale (starting at the origin) is a time changed Wiener process.

Example. 2Wt = V(4t) where V is another Wiener process (different from W but distributed like W).

Example.  W_t^2 - t = V_{A(t)} where  A(t) = 4 \int_0^t W_s^2 \, \mathrm{d} s and  V is another Wiener process.

In general, if M is a continuous martingale then  M_t - M_0 = V_{A(t)} where  A(t) is the quadratic variation of M on [0,t], and  V is a Wiener process.

Corollary. (See also Doob's martingale convergence theorems) Let  M_t be a continuous martingale, and

 M^-_\infty = \liminf_{t\to\infty} M_t, \quad M^+_\infty = \limsup_{t\to\infty} M_t.

Then only the following two cases are possible:

 -\infty < M^-_\infty = M^+_\infty < +\infty, \quad -\infty = M^-_\infty < M^+_\infty = +\infty;

other cases (such as  M^-_\infty = M^+_\infty = +\infty,    M^-_\infty < M^+_\infty < +\infty etc.) are of probability 0.

Especially, a nonnegative continuous martingale has a finite limit (as  t\to\infty ) almost surely.

All stated (in this subsection) for martingales holds also for local martingales.

  Change of measure

A wide class of continuous semimartingales (especially, of diffusion processes) is related to the Wiener process via a combination of time change and change of measure.

Using this fact, the qualitative properties stated above for the Wiener process can be generalized to a wide class of continuous semimartingales.[citation needed]

  Complex-valued Wiener process

The complex-valued Wiener process may be defined as a complex-valued random process of the form  Z_t = X_t + \mathrm{i} Y_t where  X_t, Y_t are independent Wiener processes (real-valued).[4]

  Self-similarity

Brownian scaling, time reversal, time inversion: the same as in the real-valued case.

Rotation invariance: for every complex number c such that |c|=1 the process  c Z_t is another complex-valued Wiener process.

  Time change

If f is an entire function then the process  f(Z_t)-f(0) is a time-changed complex-valued Wiener process.

Example.  Z_t^2 = (X_t^2-Y_t^2) + 2 X_t Y_t \mathrm{i} = U_{A(t)} where  A(t) = 4 \int_0^t |Z_s|^2 \, \mathrm{d} s and  U is another complex-valued Wiener process.

In contrast to the real-valued case, a complex-valued martingale is generally not a time-changed complex-valued Wiener process. For example, the martingale  2 X_t + \mathrm{i} Y_t is not (here  X_t, Y_t are independent Wiener processes, as before).

  See also

  Notes

  1. ^ Durrett 1996, Sect. 7.1
  2. ^ Shreve, Steven E (2008). Stochastic Calculus for Finance II: Continuous Time Models. Springer. pp. 114. ISBN 978-0-387-40101-0. 
  3. ^ Vervaat, W. (1979). "A relation between Brownian bridge and Brownian excursion". Ann. Prob. 7 (1): 143–149. JSTOR 2242845. 
  4. ^ Navarro-moreno, J.; Estudillo-martinez, M.D; Fernandez-alcala, R.M.; Ruiz-molina, J.C., "Estimation of Improper Complex-Valued Random Signals in Colored Noise by Using the Hilbert Space Theory", IEEE Transactions on Information Theory 55 (6): 2859–2867, DOI:10.1109/TIT.2009.2018329, http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F18%2F4957623%2F04957648.pdf%3Farnumber%3D4957648&authDecision=-203, retrieved 2010-03-30 

  References

  • Kleinert, Hagen, Path Integrals in Quantum Mechanics, Statistics, Polymer Physics, and Financial Markets, 4th edition, World Scientific (Singapore, 2004); Paperback ISBN 981-238-107-4 (also available online: PDF-files)
  • Stark,Henry, John W. Woods, Probability and Random Processes with Applications to Signal Processing, 3rd edition, Prentice Hall (New Jersey, 2002); Textbook ISBN 0-13-020071-9
  • Durrett, R. (2000) Probability: theory and examples,4th edition. Cambridge University Press, ISBN 0-521-76539-0
  • Daniel Revuz and Marc Yor, Continuous martingales and Brownian motion, second edition, Springer-Verlag 1994.

  External links

   
               

 

All translations of Wiener_process


sensagent's content

  • definitions
  • synonyms
  • antonyms
  • encyclopedia

Dictionary and translator for handheld

⇨ New : sensagent is now available on your handheld

   Advertising ▼

sensagent's office

Shortkey or widget. Free.

Windows Shortkey: sensagent. Free.

Vista Widget : sensagent. Free.

Webmaster Solution

Alexandria

A windows (pop-into) of information (full-content of Sensagent) triggered by double-clicking any word on your webpage. Give contextual explanation and translation from your sites !

Try here  or   get the code

SensagentBox

With a SensagentBox, visitors to your site can access reliable information on over 5 million pages provided by Sensagent.com. Choose the design that fits your site.

Business solution

Improve your site content

Add new content to your site from Sensagent by XML.

Crawl products or adds

Get XML access to reach the best products.

Index images and define metadata

Get XML access to fix the meaning of your metadata.


Please, email us to describe your idea.

WordGame

The English word games are:
○   Anagrams
○   Wildcard, crossword
○   Lettris
○   Boggle.

Lettris

Lettris is a curious tetris-clone game where all the bricks have the same square shape but different content. Each square carries a letter. To make squares disappear and save space for other squares you have to assemble English words (left, right, up, down) from the falling squares.

boggle

Boggle gives you 3 minutes to find as many words (3 letters or more) as you can in a grid of 16 letters. You can also try the grid of 16 letters. Letters must be adjacent and longer words score better. See if you can get into the grid Hall of Fame !

English dictionary
Main references

Most English definitions are provided by WordNet .
English thesaurus is mainly derived from The Integral Dictionary (TID).
English Encyclopedia is licensed by Wikipedia (GNU).

Copyrights

The wordgames anagrams, crossword, Lettris and Boggle are provided by Memodata.
The web service Alexandria is granted from Memodata for the Ebay search.
The SensagentBox are offered by sensAgent.

Translation

Change the target language to find translations.
Tips: browse the semantic fields (see From ideas to words) in two languages to learn more.

last searches on the dictionary :

5319 online visitors

computed in 0.047s

   Advertising ▼

Advertize

Partnership

Company informations

   Advertising ▼