Namespaces
Variants
Actions

Difference between revisions of "Random walk"

From Encyclopedia of Mathematics
Jump to: navigation, search
m
m (Undo revision 37790 by Ulf Rehmann (talk))
Line 1: Line 1:
 +
A [[Stochastic process|stochastic process]] of special form that can be interpreted as a model describing the movement of a particle in a certain state space under the action of some random mechanism. The state space is usually a <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773801.png" />-dimensional Euclidean space or the integral lattice in it. The random mechanism can be of various kinds; the most common random walks are those generated by summation of independent random variables or by Markov chains. There is no precise generally-accepted definition of a random walk.
  
{| class="wikitable"
+
The trajectories of the simplest random walk in the case <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773802.png" /> are described by the initial position <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773803.png" /> and the sequence of sums
!Copyright notice <!-- don't remove! -->  
 
|-
 
| This article ''Random Walk'' was adapted from an original article by Rabi Bhattacharya, which appeared in ''StatProb: The Encyclopedia Sponsored by Statistics and Probability Societies''. The original article ([<nowiki>http://statprob.com/encyclopedia/RandomWalk.html</nowiki> StatProb Source], Local Files: [[Media:random_walk.pdf|pdf]] | [[Media:random_walk.tex|tex]]) is copyrighted by the author(s), the article has been donated to ''Encyclopedia of Mathematics'', and its further issues are under ''Creative Commons Attribution Share-Alike License'. All pages from StatProb are contained in the [[:Category:Statprob|Category StatProb]].
 
|-
 
|}
 
  
{{MSC|60G50}}
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773804.png" /></td> <td valign="top" style="width:5%;text-align:right;">(1)</td></tr></table>
  
 +
where the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773805.png" /> are independent and have a Bernoulli distribution:
  
<!-- \documentclass[10pt]{article}
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773806.png" /></td> </tr></table>
    \usepackage{amssymb}
 
    \usepackage{amsmath}
 
    \usepackage{amsfonts}
 
    \begin{document} -->
 
-->
 
<center>
 
\mathbf{Random Walk}
 
  
</center>
+
The value of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773807.png" /> can be interpreted as the gain of one of two players after <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773808.png" /> games in each of which this player wins one dollar with probability <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r0773809.png" /> and loses it with probability <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738010.png" />. If the game consists of tossing an unbiased coin, then it is assumed that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738011.png" /> (a symmetric walk, see [[Bernoulli random walk|Bernoulli random walk]]). Under the assumption that the initial capital of the first player is <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738012.png" /> and that of the second player is <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738013.png" />, the game will finish when the moving particle (with coordinates <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738014.png" />) first touches one of the levels <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738015.png" /> or <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738016.png" />. At this moment, one of the players is ruined. This is the classical ruin problem, in which the boundaries at points <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738017.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738018.png" /> can be regarded as absorbing.
  
<center>
+
In applications to [[Queueing theory|queueing theory]], the behaviour of the particle near the boundaries <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738019.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738020.png" /> can differ: e.g., if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738021.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738022.png" />, then the position <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738023.png" /> of the random particle at the moment <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738024.png" /> is given by
Rabi Bhattacharya, The University of Arizona, USA
 
</center>
 
  
The simple random walk $\{S_n: n=0,1,...\}$, starting at an integer $x$, is a stochastic process on the integers, given by $S_0=x$, $S_n = x +X_1+...+X_n (n\geq1)$, where $X_n, n\geq1$, is an independent Bernoulli sequence: $P(X_n=1) =p$, $P(X_n=-1) =1-p =q$, $0<p<1$. In the case, $p=q=1/2$, it is called the ''simple symmetric random walk'', while if $p\neq1/2$, it is ''asymmetric''. By the binomial theorem, $P( S_n = y\mid S_0=0) = C_{\frac{(n+y)}{2}}^{n} p^{(n+y)/2} q^{(n-y)/2}$, if $y$ and $n$ are of the same parity, i.e., if either both are odd or both are even. Otherwise, $ P( S_n = y\mid S_0=0) =0$. Here $= C_m^n = n!/(m!(n-m)!)$.
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738025.png" /></td> <td valign="top" style="width:5%;text-align:right;">(2)</td></tr></table>
  
 +
and the boundary at <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738026.png" /> can be called detaining or reflecting. There are also other possibilities for the behaviour of the particle in a neighbourhood of the boundaries.
  
For $c\leq x\leq d$ integers, the probability $\pi(x)$ that a simple random walk, starting at $x$, reaches $c$ before $d$ satisfies the equation
+
If <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738027.png" />, then one obtains the problem of a random walk with one boundary. If <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738028.png" />, then one obtains an unrestricted random walk. Random walks are usually studied using the apparatus of discrete Markov chains and, in particular, by investigating the corresponding finite-difference equations. For example, in the ruin problem, let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738029.png" /> be the probability that the first player is ruined, given that his initial capital is equal to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738030.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738031.png" />, where the total capital of both players is fixed and equal to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738032.png" />. Then, by the total probability formula (at the first jump), it follows that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738033.png" /> satisfies the equation
$$
 
\pi(x) = p\pi(x+1) + q\pi(x-1) \text{ for } c<x<d \text{ , } \pi (c) =1 \text{ , } \pi (d) =0 \text{ ,}
 
\tag{1}$$
 
  
as shown by conditioning on the first step $X_1$. For the symmetric walk, the solution of this equation is $\pi(x) = (d-x)/(d-c)$. Since $\pi(x) \rightarrow1$ as $d\rightarrow \infty$, the symmetric walk will reach the state $c$, starting from any state $x>c$, with probability one. By symmetry, it will reach every state with probability one. Iterating this argument one sees that, with probability one, the symmetric random walk visits
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738034.png" /></td> </tr></table>
every state infinitely often. That is, the walk is ''recurrent''. For the asymmetric walk, the solution to $(1)$ is $\pi(x) = (1-(p/q)^{d-x})/ (1-(p/q)^{d-c})$. If $p<1/2$, then the limit of this is $1$ as $d\rightarrow \infty$ and, with probability one, the random walk will visit $c$, starting from $x>c$. On the other hand, if $p>1/2$, then $\pi(x)\rightarrow(q/p)^{x-c} <1$, as $d\rightarrow \infty$. The probability of ever reaching $d$, starting from $x<d$ is obtained by symmetry as $1$ if $p>1/2$ and $(p/q)^{d-x}$ if $p<1/2$. The asymmetric simple random walk is thus ''transient''. Indeed, it follows from the strong law of large numbers (''SLLN'') that if $p>1/2$, then $S_n\rightarrow \infty$ with probability one as $n\rightarrow \infty$; and $S_n \rightarrow - \infty$, with probability one, if $p<1/2$. For these and other properties of the random walk, such as those described below, see Feller (1968), Chapter 3, Bhattacharya and Waymire (2009), Chapter 1, or Durrett (1995), Chapter 3. For additional information, refer to Billingsley (1968), and Spitzer (1964).
 
  
 +
and the boundary conditions <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738035.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738036.png" />. Thus one obtains
  
For computation of various probabilities associated with a simple random walk, the following
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738037.png" /></td> </tr></table>
result proved by D. Andre in 1887 is very useful: Consider the polygonal path of the random walk joining successive points $(j,S_j)$, $(j+1,S_{j+1})$ $(j=0,1,...,n-1)$ by line segments. Let $y>0$. Then (a) the set of paths from $(0,0)$ to $(n,y-1)$ ($n$ and $y-1$ of the same parity) which touch or cross the level $y$, is in one-one correspondence with (b) the set of all paths from $(0,0)$ to $(n,y+1)$ (''Reflection principle''). To prove this, let $\tau$ be the first time a path of the type (a) touches the level $y$ prior to time $n$. Then replace the segment of the path from $(\tau,y)$ to $(n,y-1)$ by its mirror reflection about the level $y$. This gives a path of the type (b). Conversely, given any path of the type (b), reflect about y the segment of the path from $(\tau,y)$ to $(n,y+1)$. This gives a path of the type (a). Here is an application of this principle.
 
  
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738038.png" /></td> </tr></table>
  
\mathbf{Example 1 } (First passage time distribution of a simple
+
The second of these formulas shows that even a "fair"  game (in which both players have identical chances) leads to ruin with probability close to 1, provided that the capital <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738039.png" /> of the second player is large in comparison to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738040.png" /> (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738041.png" /> when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738042.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738043.png" />).
random walk). Let $y$ be a positive integer, and $F_{n,y}$ the event
 
that the random walk, starting at zero, reaches $y$ for the first time
 
at time $n$, i.e., $F_{n,y}= \{ S_j\neq y, \text{for}\; 0\leq j<n,
 
S_n =y \} $, $n$ and $y$ of the same parity. Altogether there are
 
$C_{\frac{n+y}{2}}^n$ paths from $(0,0)$ to $(n,y)$, each having
 
probability $p^{(n+y)/2} q^{(n-y)/2}$. Of these, the number which
 
cross or touch the level $y$ prior to time n and for which
 
$S_{n-1}=y-1$ is, by the reflection principle,
 
$C_{\frac{n+y}{2}}^{n-1}$. Also the number for which $S_{n-1} =y+1$ is
 
$C_{\frac{n+y}{2}}^{n-1}$. Subtracting these two from the number
 
$C_{\frac{n+y}{2}}^n$ of all paths, one obtains, for all $y\neq0
 
$(treating the case $ y<0$ by symmetry),
 
  
$$
+
The ruin problem has been thoroughly investigated. For example, it was shown by J. Lagrange (see [[#References|[1]]], Vol. 1) that the probability <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738044.png" /> of ruin of the first player at the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738045.png" />-th step, given that this initial capital is <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738046.png" />, where the total capital is <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738047.png" /> (fixed), is equal to
\label{eqn:rabi1}
 
P(F_{n,y})= (C_{\frac{n+y}{2}}^n - 2 C_{\frac{n+y}{2}}^{n-1}) p^{(n+y)/2} q^{(n-y)/2}= (|y| /n) C_{\frac{n+y}{2}}^n p^{(n+y)/2} q^{(n-y)/2}
 
\tag{2}$$
 
  
$(n=|y|,|y|+2,|y|+4,...).$
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738048.png" /></td> </tr></table>
  
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738049.png" /></td> </tr></table>
  
One may also consider the simple symmetric random walk $S_0=x$, $S_n = x +X_1+...+X_n$ $(n\geq 1)$, in dimension $d\geq1$, as a stochastic process on the d-dimensional lattice $Z^d$, with $X_n(n\geq1) $ i.i.d. random vectors, taking values $\pm e_j (j=1,...,d)$, each with probability $1/2d$. Here $e_j$ is the vector whose
+
The mean time before ruin of one of the players, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738050.png" />, is given by
$j$-th coordinate is 1 and the remaining $d-1$ coordinates are zero. It was proved by G. Polya in 1921
 
that this walk is recurrent in dimensions 1,2, and transient in higher dimensions.
 
  
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738051.png" /></td> </tr></table>
  
De Moivre (1756) obtained the normal approximation to the binomial probability $P( S_n = y\mid S_0=0)$, as a combinatorial result. The full potential of this was realized by Laplace (1812) who formulated and derived the far reaching central limit theorem (''CLT''). Apparently, Gauss knew about the normal distribution as early as 1794, and assuming this as the distribution of errors of measurement, he obtained his famous method of least squares. Hence the name Gaussian distribution is often used for the normal distribution. The final version of the ''CLT'' for a ''general random walk'' $S_n= X_1+...+X_n$ $(n\geq 1)$, where $X_n$ are arbitrary independent identically distributed (''i.i.d.'') random variables with mean zero and finite variance $\sigma^2>0$, was obtained by Le'vy (1925): $ n^{-1/2}(X_1+...+X_n)$ converges in distribution to the normal distribution $N(0, \sigma^2)$ with mean zero and variance $\sigma^2$, as $n\rightarrow \infty$. In physical terms, this result says the following: if time and length are rescaled so that in one unit of rescaled time there are a large number n of i.i.d. displacements of small rescaled lengths of order $1/\sqrt{n}$, then the random walk displacements over a period of time t will appear as Gaussian with mean zero and variance $t\sigma^2$, the increments over disjoint intervals being independent. That such a Gaussian process exists with continuous sample paths was proved rigorously by N.Wiener in 1923. This process is called the ''Brownian motion'', following its implicit use by A. Einstein in 1905-6 to describe the kinetic motion of colloidal molecules in a liquid, experimentally observed earlier by the botanist R. Brown. Interestingly, even before Einstein, Bachelier (1900) described the random movements of stocks by this Gaussian process. The statement that the rescaled random walk $S_n (n=0,1,2,...)$ converges in distribution to Brownian motion was proved rigorously by M. Donsker in 1951, and this result is known as the functional central limit theorem (''FCLT''). Both the''CLT'' and the ''FCLT'' extend to arbitrary dimensions d.
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738052.png" /></td> </tr></table>
  
 +
For random walks with one boundary <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738053.png" />, described by (2), there is a stationary distribution for the random walk when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738054.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738055.png" />, coinciding with the distribution of the random variable <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738056.png" /> and
  
As consequences of the ''FCLT'', one can derive many asymptotic results for the simple symmetric random walk given by the corresponding result for the limiting Brownian motion. Conversely, by
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738057.png" /></td> <td valign="top" style="width:5%;text-align:right;">(3)</td></tr></table>
evaluating combinatorially some probability associated with the random walk, one may derive the corresponding probability for the Brownian motion. A Brownian motion with variance parameter $\sigma^2 =1$ is called a standard Brownian motion, and denoted $\{B_t:t\geq0\}$ below.
 
  
 +
The laws describing an unrestricted random walk follow from theorems about the behaviour of the sequence of partial sums <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738058.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738059.png" />. One of these laws confirms that for a symmetric random walk <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738060.png" />, the particle hits (infinitely often) any fixed point <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738061.png" /> with probability 1. When <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738062.png" />, the walk departs to the left with probability 1; in this case <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738063.png" /> with probability 1.
  
\mathbf{Example 2} (Boundary hitting probability of Brownian motion). Let $c\leq x\leq d$ be arbitrary reals. Then, using the corresponding result for the scaled random walk, one obtains
+
For a symmetric random walk, the time <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738064.png" /> spent by the particle on the positive half-line (the number of positive terms in the sequence <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738065.png" />) will be closer to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738066.png" /> or <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738067.png" /> than to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738068.png" /> with a large probability. This is seen from the so-called [[Arcsine law|arcsine law]], which implies that for large <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738069.png" /> (see [[#References|[1]]], Vol. 1),
$$
 
P(\{B_t:t\geq 0\}\text{ reaches c before }  d \mid B_0=x) = (d-x)/(d-c ).
 
\tag{3}$$
 
  
\mathbf{ Example 3} (Arcsine law). Let $U$ denote the amount of time in $[0,1]$ the Brownian motion spends above zero, i.e., $ U=$ Lebesgue measure of the set $\{t: 0\leq t\leq 1: B_t>0\}$, given $B_0 =0$. Consider the polygonal path of the simple symmetric random walk $S_j (j=0,1,...n)$, starting at zero. By combinatorial arguments, such as the reflection principle, one can calculate exactly the proportion of times the polygonal path lies above zero and, by the ''FCLT'', this yields
+
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738070.png" /></td> </tr></table>
$$
+
 
P(U \leq x ) = (2/\pi) sin^{-1}\sqrt{x} \text{ (} 0\leq x\leq 1 \text{ )}.
+
This implies, for example, that
\tag{4}$$
+
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738071.png" /></td> </tr></table>
 +
 
 +
and that with probability <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738072.png" />, the particle spends at least <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738073.png" /> of the whole time on one side.
 +
 
 +
There are relations connecting random walks with boundaries with unrestricted random walks. For example, if one assumes that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738074.png" />, then (see [[#References|[2]]])
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738075.png" /></td> </tr></table>
 +
 
 +
In an unrestricted random walk, the position <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738076.png" /> of the particle for large <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738077.png" /> is described by the [[Law of large numbers|law of large numbers]] and the [[Central limit theorem|central limit theorem]].
 +
 
 +
If the magnitudes <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738078.png" /> of the jumps are changed to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738079.png" /> (for small <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738080.png" />) and if one assumes that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738081.png" />, then the position <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738082.png" /> of the particle after <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738083.png" /> steps will describe approximately (as <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738084.png" />) the behaviour at time <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738085.png" /> of the [[Diffusion process|diffusion process]] with drift <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738086.png" />, diffusion coefficient 1, and corresponding behaviour on the boundaries <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738087.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738088.png" /> (if these are specified for the random walk <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738089.png" />).
 +
 
 +
The notion of a random walk as described above can be generalized in many ways. The simplest random walks in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738090.png" /> for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738091.png" /> are defined as follows. The particle leaves the origin and moves one step of length 1 in one of the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738092.png" /> directions parallel to the coordinate axes. Thus, its possible positions are the points of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738093.png" /> with integer coordinates. To define a random walk it is necessary to specify <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738094.png" /> probabilities corresponding to the different directions. One obtains a symmetric random walk if all these are equal to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738095.png" />. In the multi-dimensional case, the problem of a random walk with boundaries becomes much more complicated, since the shape of the boundaries becomes essentially more complex when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738096.png" />. In the unrestricted case, Pólya's theorem holds (see [[#References|[1]]], Vol. 1): for a symmetric random walk when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738097.png" />, the particle will sooner or later return to its initial position with probability 1 (once, and thus infinitely often); but when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738098.png" /> this probability is approximately equal to 0.35 (and when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r07738099.png" /> it is still smaller).
 +
 
 +
Another possible generalization of the simplest random walk consists of taking arbitrarily distributed independent random variables <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380100.png" /> in (1). In this case, the basic qualitative laws for unrestricted random walks and for random walks with boundaries are preserved. For example, the particle reaches one of the boundaries <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380101.png" /> or <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380102.png" /> with probability 1. If <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380103.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380104.png" />, then the boundary <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380105.png" /> will be reached with probability 1. If the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380106.png" /> are integer valued and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380107.png" />, then the particle will return to the initial position with probability 1. For arbitrarily distributed <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380108.png" /> with <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380109.png" />, this statement only holds in case one considers return to an interval, not to a point.
 +
 
 +
The solution of problems concerned with the exit of random walks from an interval <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380110.png" /> turns out to be much more difficult in the general case. At the same time, these problems have many applications in mathematical statistics (sequential analysis), in the insurance business, in queueing theory, etc. In their investigation, a decisive role is played by various functionals of a random walk <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380111.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380112.png" /> called boundary functionals. Among these are <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380113.png" />, the time of the first passage through zero (in a positive direction), <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380114.png" />, the time of the first passage through zero (in a negative direction), <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380115.png" />, the first positive sum <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380116.png" />, and the first non-positive sum <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380117.png" />, etc. It turns out that the distribution of the jumps <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380118.png" /> is connected with the distribution of these functionals by the following so-called factorization identity (see [[#References|[1]]], Vol. 1; [[#References|[2]]], [[#References|[3]]]; see also [[Factorization identities|Factorization identities]]). Let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380119.png" /> be the characteristic function of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380120.png" />. Then, when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380121.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380122.png" />,
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380123.png" /></td> <td valign="top" style="width:5%;text-align:right;">(4)</td></tr></table>
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380124.png" /></td> </tr></table>
 +
 
 +
This identity reveals the connection between boundary problems for random walks and those in the theory of functions of a complex variable, since the factors on the right-hand side of (4) are uniquely determined by those in the canonical factorization of the function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380125.png" /> on the axis <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380126.png" />, that is, the expansion of this function as a product <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380127.png" /> for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380128.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380129.png" /> are analytic in the upper and lower half-planes, respectively, do not have zeros and are continuous there (including the boundary). In the identity (4), when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380130.png" /> one can replace the first factor by
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380131.png" /></td> </tr></table>
 +
 
 +
Identity (4) is just one of a group of factorization identities connecting the distributions of various boundary functionals. Another one is related to the Pollaczek–Spitzer identity
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380132.png" /></td> </tr></table>
 +
 
 +
where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380133.png" />. Factorization identities provide a powerful method for studying boundary problems for random walks (see [[#References|[1]]], Vol. 2; [[#References|[2]]], [[#References|[3]]]).
 +
 
 +
Boundary problems for random walks have been investigated rather completely, including their asymptotic analysis (see [[#References|[1]]], Vol. 2; [[#References|[4]]]–).
 +
 
 +
Analytically, the solution of boundary problems leads to integro-difference equations. For example, the probability <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380134.png" /> that a particle starting from a point <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380135.png" /> will leave this interval in time <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380136.png" /> satisfies the following equation (the total probability formula at the first jump):
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380137.png" /></td> </tr></table>
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380138.png" /></td> </tr></table>
 +
 
 +
where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380139.png" />. By passing to the generating function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380140.png" /> one obtains the usual integral equations. There are at least two approaches to the investigation of asymptotic properties of solutions of these equations. One of them is based on the study of analytic properties of the double transformation
 +
 
 +
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380141.png" /></td> </tr></table>
 +
 
 +
and its subsequent inversion (see [[#References|[5]]]–). The other involves the methods of Vishik and Lyusternik for solving equations with a small parameter (see [[#References|[4]]] and [[Differential equations with small parameter|Differential equations with small parameter]]). The latter reveals profound connections between these problems and potential theory.
 +
 
 +
Much of the above carries over to the case of random walks with dependent jumps, when the random variables <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380142.png" /> are connected in a [[Markov chain|Markov chain]], and also to multi-dimensional random walks in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380143.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/r/r077/r077380/r077380144.png" /> (see , [[#References|[7]]]).
  
\mathbf
 
 
====References====
 
====References====
{|
+
<table><TR><TD valign="top">[1]</TD> <TD valign="top"> W. Feller, [[Feller, "An introduction to probability theory and its  applications"|"An introduction to probability theory and its applications"]], '''1–2''', Wiley (1950–1966)</TD></TR><TR><TD valign="top">[2]</TD> <TD valign="top"> A.A. Borovkov, "Wahrscheinlichkeitstheorie", Birkhäuser (1976) (Translated from Russian)</TD></TR><TR><TD valign="top">[3]</TD> <TD valign="top"> A.A. Borovkov, "Stochastic processes in queueing theory", Springer (1976) (Translated from Russian)</TD></TR><TR><TD valign="top">[4]</TD> <TD valign="top"> V.S. Korolyuk, Yu.V. Borouvskikh, "Analytic problems in the asymptotics of probability distributions", Kishinev (1981) (In Russian)</TD></TR><TR><TD valign="top">[5]</TD> <TD valign="top"> A.A. Borovkov, "New limit theorems in boundary value problems for sums of independent terms" ''Sibirsk. Mat. Zh.'', '''3''' : 5 (1962) pp. 645–694 (In Russian)</TD></TR><TR><TD valign="top">[6a]</TD> <TD valign="top"> V.I. Lotov, "Asymptotic analysis of distributions in problems with two boundaries I" ''Theory Probab. Appl.'', '''24''' (1980) pp. 480–491 ''Teor. Veroyatn. i Primenen.'', '''24''' : 3 (1979) pp. 475–485</TD></TR><TR><TD valign="top">[6b]</TD> <TD valign="top"> V.I. Lotov, "Asymptotic analysis of distributions in problems with two boundaries II" ''Theory Probab. Appl.'', '''24''' (1980) pp. 869–876 ''Teor. Veroyatn. i Primenen.'', '''24''' : 4 (1979) pp. 873–879</TD></TR><TR><TD valign="top">[7]</TD> <TD valign="top"> F. Spitzer, "Principles of random walk", v. Nostrand (1964)</TD></TR></table>
|-
 
|valign="top"|{{Ref|1}}||valign="top"|  Bachelier, L. (1900). The'orie de la speculation. ''Ann. Sci. Ecole Norm. Sup.'' '''17''', 21-86.
 
|-
 
|valign="top"|{{Ref|2}}||valign="top"|  Bhattacharya, R.N. and Waymire, E.C. (2009).''Stochastic Processes with Applications.'' SIAM Classics in Applied Mathematics, vol. 61. SIAM, Philadelphia.
 
|-
 
|valign="top"|{{Ref|3}}||valign="top"|  Billingsley, P. (1968).'' Convergence of Probability Measures''. Wiley, New York.
 
|-
 
|valign="top"|{{Ref|4}}||valign="top"|  De Moivre, A. (1756). ''Doctrine of Chance''. London.
 
|-
 
|valign="top"|{{Ref|5}}||valign="top"|  Durrett, R. (1995). ''Probability: Theory and Examples''. 2nd edition. Duxbury, Belmont.
 
|-
 
|valign="top"|{{Ref|6}}||valign="top"|  Feller, W. (1968).'' An Introduction to Probability Theory and Its Applications''. Vol.1. 3rd edition. Wiley, New York.
 
|-
 
|valign="top"|{{Ref|7}}||valign="top"|  Laplace, P.S. (1812). ''The The'orie Analitique des Probabilite's''. Paris.
 
|-
 
|valign="top"|{{Ref|8}}||valign="top"|  Le'vy, P. (1925). ''Calcul des Probabilite's''. Gauthier-Villars. Paris.
 
|-
 
|valign="top"|{{Ref|9}}||valign="top"Spitzer, F. (1964). ''Principles of Random Walk''. Van Nostrand. Princeton, NJ.
 
|-
 
|valign="top"|{{Ref|10}}||valign="top"|  \footnotetext[1]{Reprinted with permission from Lovric, Miodrag (2011), International Encyclopedia of Statistical Science. Heidelberg: Springer Science+Business Media, LLC}
 
|-
 
|}
 
  
 +
====Comments====
 +
For applications to the physical and biological sciences see [[#References|[a7]]] and the references quoted therein.
  
<references />
+
====References====
 
+
<table><TR><TD valign="top">[a1]</TD> <TD valign="top">  M.N. Barber,  B.W. Ninham,  "Random and restricted walks, theory and applications" , Gordon &amp; Breach  (1970)</TD></TR><TR><TD valign="top">[a2]</TD> <TD valign="top">  K.L. Chung,  "Markov chains with stationary transition probabilities" , Springer  (1960)</TD></TR><TR><TD valign="top">[a3]</TD> <TD valign="top">  A. Gut,  "Stopped random walks. Limit theorems and applications" , Springer  (1988)</TD></TR><TR><TD valign="top">[a4]</TD> <TD valign="top">  J.G. Kemeny,  J.L. Snell,  A.W. Knapp,  "Denumerable Markov chains" , Springer  (1976)</TD></TR><TR><TD valign="top">[a5]</TD> <TD valign="top">  J.H.B. Kemperman,  "The passage problem for a stationary Markov chain" , Univ. Chicago Press  (1961)</TD></TR><TR><TD valign="top">[a6]</TD> <TD valign="top">  P. Lévy,  "Processus stochastiques et mouvement Brownien" , Gauthier-Villars  (1965)</TD></TR><TR><TD valign="top">[a7]</TD> <TD valign="top">  E.W. Montroll,  B.J. West,  "On an enriched collection of stochastic processes"  E.W. Montroll (ed.)  J.L. Lebowitz (ed.) , ''Fluctuation Phenomena'' , ''Series in Statistical Mechanics'' , '''7''' , Elsevier  (1987)  pp. Chapt. 2</TD></TR><TR><TD valign="top">[a8]</TD> <TD valign="top">  D. Revuz,  "Markov chains" , North-Holland  (1975)</TD></TR></table>
[[Category:Statprob]]
 

Revision as of 12:04, 3 April 2016

A stochastic process of special form that can be interpreted as a model describing the movement of a particle in a certain state space under the action of some random mechanism. The state space is usually a -dimensional Euclidean space or the integral lattice in it. The random mechanism can be of various kinds; the most common random walks are those generated by summation of independent random variables or by Markov chains. There is no precise generally-accepted definition of a random walk.

The trajectories of the simplest random walk in the case are described by the initial position and the sequence of sums

(1)

where the are independent and have a Bernoulli distribution:

The value of can be interpreted as the gain of one of two players after games in each of which this player wins one dollar with probability and loses it with probability . If the game consists of tossing an unbiased coin, then it is assumed that (a symmetric walk, see Bernoulli random walk). Under the assumption that the initial capital of the first player is and that of the second player is , the game will finish when the moving particle (with coordinates ) first touches one of the levels or . At this moment, one of the players is ruined. This is the classical ruin problem, in which the boundaries at points and can be regarded as absorbing.

In applications to queueing theory, the behaviour of the particle near the boundaries and can differ: e.g., if and , then the position of the random particle at the moment is given by

(2)

and the boundary at can be called detaining or reflecting. There are also other possibilities for the behaviour of the particle in a neighbourhood of the boundaries.

If , then one obtains the problem of a random walk with one boundary. If , then one obtains an unrestricted random walk. Random walks are usually studied using the apparatus of discrete Markov chains and, in particular, by investigating the corresponding finite-difference equations. For example, in the ruin problem, let be the probability that the first player is ruined, given that his initial capital is equal to , , where the total capital of both players is fixed and equal to . Then, by the total probability formula (at the first jump), it follows that satisfies the equation

and the boundary conditions , . Thus one obtains

The second of these formulas shows that even a "fair" game (in which both players have identical chances) leads to ruin with probability close to 1, provided that the capital of the second player is large in comparison to ( when , ).

The ruin problem has been thoroughly investigated. For example, it was shown by J. Lagrange (see [1], Vol. 1) that the probability of ruin of the first player at the -th step, given that this initial capital is , where the total capital is (fixed), is equal to

The mean time before ruin of one of the players, , is given by

For random walks with one boundary , described by (2), there is a stationary distribution for the random walk when and , coinciding with the distribution of the random variable and

(3)

The laws describing an unrestricted random walk follow from theorems about the behaviour of the sequence of partial sums , . One of these laws confirms that for a symmetric random walk , the particle hits (infinitely often) any fixed point with probability 1. When , the walk departs to the left with probability 1; in this case with probability 1.

For a symmetric random walk, the time spent by the particle on the positive half-line (the number of positive terms in the sequence ) will be closer to or than to with a large probability. This is seen from the so-called arcsine law, which implies that for large (see [1], Vol. 1),

This implies, for example, that

and that with probability , the particle spends at least of the whole time on one side.

There are relations connecting random walks with boundaries with unrestricted random walks. For example, if one assumes that , then (see [2])

In an unrestricted random walk, the position of the particle for large is described by the law of large numbers and the central limit theorem.

If the magnitudes of the jumps are changed to (for small ) and if one assumes that , then the position of the particle after steps will describe approximately (as ) the behaviour at time of the diffusion process with drift , diffusion coefficient 1, and corresponding behaviour on the boundaries and (if these are specified for the random walk ).

The notion of a random walk as described above can be generalized in many ways. The simplest random walks in for are defined as follows. The particle leaves the origin and moves one step of length 1 in one of the directions parallel to the coordinate axes. Thus, its possible positions are the points of with integer coordinates. To define a random walk it is necessary to specify probabilities corresponding to the different directions. One obtains a symmetric random walk if all these are equal to . In the multi-dimensional case, the problem of a random walk with boundaries becomes much more complicated, since the shape of the boundaries becomes essentially more complex when . In the unrestricted case, Pólya's theorem holds (see [1], Vol. 1): for a symmetric random walk when , the particle will sooner or later return to its initial position with probability 1 (once, and thus infinitely often); but when this probability is approximately equal to 0.35 (and when it is still smaller).

Another possible generalization of the simplest random walk consists of taking arbitrarily distributed independent random variables in (1). In this case, the basic qualitative laws for unrestricted random walks and for random walks with boundaries are preserved. For example, the particle reaches one of the boundaries or with probability 1. If and , then the boundary will be reached with probability 1. If the are integer valued and , then the particle will return to the initial position with probability 1. For arbitrarily distributed with , this statement only holds in case one considers return to an interval, not to a point.

The solution of problems concerned with the exit of random walks from an interval turns out to be much more difficult in the general case. At the same time, these problems have many applications in mathematical statistics (sequential analysis), in the insurance business, in queueing theory, etc. In their investigation, a decisive role is played by various functionals of a random walk , called boundary functionals. Among these are , the time of the first passage through zero (in a positive direction), , the time of the first passage through zero (in a negative direction), , the first positive sum , and the first non-positive sum , etc. It turns out that the distribution of the jumps is connected with the distribution of these functionals by the following so-called factorization identity (see [1], Vol. 1; [2], [3]; see also Factorization identities). Let be the characteristic function of . Then, when and ,

(4)

This identity reveals the connection between boundary problems for random walks and those in the theory of functions of a complex variable, since the factors on the right-hand side of (4) are uniquely determined by those in the canonical factorization of the function on the axis , that is, the expansion of this function as a product for , where are analytic in the upper and lower half-planes, respectively, do not have zeros and are continuous there (including the boundary). In the identity (4), when one can replace the first factor by

Identity (4) is just one of a group of factorization identities connecting the distributions of various boundary functionals. Another one is related to the Pollaczek–Spitzer identity

where . Factorization identities provide a powerful method for studying boundary problems for random walks (see [1], Vol. 2; [2], [3]).

Boundary problems for random walks have been investigated rather completely, including their asymptotic analysis (see [1], Vol. 2; [4]–).

Analytically, the solution of boundary problems leads to integro-difference equations. For example, the probability that a particle starting from a point will leave this interval in time satisfies the following equation (the total probability formula at the first jump):

where . By passing to the generating function one obtains the usual integral equations. There are at least two approaches to the investigation of asymptotic properties of solutions of these equations. One of them is based on the study of analytic properties of the double transformation

and its subsequent inversion (see [5]–). The other involves the methods of Vishik and Lyusternik for solving equations with a small parameter (see [4] and Differential equations with small parameter). The latter reveals profound connections between these problems and potential theory.

Much of the above carries over to the case of random walks with dependent jumps, when the random variables are connected in a Markov chain, and also to multi-dimensional random walks in , (see , [7]).

References

[1] W. Feller, "An introduction to probability theory and its applications", 1–2, Wiley (1950–1966)
[2] A.A. Borovkov, "Wahrscheinlichkeitstheorie", Birkhäuser (1976) (Translated from Russian)
[3] A.A. Borovkov, "Stochastic processes in queueing theory", Springer (1976) (Translated from Russian)
[4] V.S. Korolyuk, Yu.V. Borouvskikh, "Analytic problems in the asymptotics of probability distributions", Kishinev (1981) (In Russian)
[5] A.A. Borovkov, "New limit theorems in boundary value problems for sums of independent terms" Sibirsk. Mat. Zh., 3 : 5 (1962) pp. 645–694 (In Russian)
[6a] V.I. Lotov, "Asymptotic analysis of distributions in problems with two boundaries I" Theory Probab. Appl., 24 (1980) pp. 480–491 Teor. Veroyatn. i Primenen., 24 : 3 (1979) pp. 475–485
[6b] V.I. Lotov, "Asymptotic analysis of distributions in problems with two boundaries II" Theory Probab. Appl., 24 (1980) pp. 869–876 Teor. Veroyatn. i Primenen., 24 : 4 (1979) pp. 873–879
[7] F. Spitzer, "Principles of random walk", v. Nostrand (1964)

Comments

For applications to the physical and biological sciences see [a7] and the references quoted therein.

References

[a1] M.N. Barber, B.W. Ninham, "Random and restricted walks, theory and applications" , Gordon & Breach (1970)
[a2] K.L. Chung, "Markov chains with stationary transition probabilities" , Springer (1960)
[a3] A. Gut, "Stopped random walks. Limit theorems and applications" , Springer (1988)
[a4] J.G. Kemeny, J.L. Snell, A.W. Knapp, "Denumerable Markov chains" , Springer (1976)
[a5] J.H.B. Kemperman, "The passage problem for a stationary Markov chain" , Univ. Chicago Press (1961)
[a6] P. Lévy, "Processus stochastiques et mouvement Brownien" , Gauthier-Villars (1965)
[a7] E.W. Montroll, B.J. West, "On an enriched collection of stochastic processes" E.W. Montroll (ed.) J.L. Lebowitz (ed.) , Fluctuation Phenomena , Series in Statistical Mechanics , 7 , Elsevier (1987) pp. Chapt. 2
[a8] D. Revuz, "Markov chains" , North-Holland (1975)
How to Cite This Entry:
Random walk. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Random_walk&oldid=37790
This article was adapted from an original article by A.A. Borovkov (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article