Random walk

Random walk

A random walk, sometimes denoted RW, is a mathematical formalization of a trajectory that consists of taking successive random steps. The results of random walk analysis have been applied to computer science, physics, ecology, economics and a number of other fields as a fundamental model for random processes in time. For example, the path traced by a molecule as it travels in a liquid or a gas, the search path of a foraging animal, the price of a fluctuating stock and the financial status of a gambler can all be modeled as random walks.

Specific cases or limits of random walks include the drunkard's walk and Lévy flight. Random walks are related to the diffusion models and are a fundamental topic in discussions of Markov processes. Several properties of random walks, including dispersal distributions, first-passage times and encounter rates, have been extensively studied.

Various different types of random walks are of interest. Often, random walks are assumed to be Markov, but other, more complicated walks are also of interest. Some random walks are on graphs, others on the line, in the plane, or in higher dimensions, while some random walks are on groups. Random walks also vary with regard to the time parameter. Often, the walk is indexed by the natural numbers, as in X_0,X_1,X_2,dots. However, some walks take their steps at random times, and in that case the position X_t is defined for tge 0.

One-dimensional random walk

A particularly elementary and concrete random walk is the random walk on the integers mathbb Z, which starts at S_0=0 and at each step moves by pm1 with equal probability. To define this walk formally, take independent random variables Z_1,Z_2,dots, each of which is 1 with probability 1/2 and -1 with probability 1/2, and set S_n:=sum_{j=1}^nZ_j. This sequence {S_n} is called the simple random walk on mathbb Z.

This walk can be illustrated as follows. Say you flip a fair coin. If it lands on heads, you move one to the right on the number line. If it lands on tails, you move one to the left. So after five flips, you have the possibility of landing on 1, -1, 3, -3, 5, or -5. You can land on 1 by flipping three heads and two tails in any order. There are 10 possible ways of landing on 1. Similarly, there are 10 ways of landing on -1 (by flipping three tails and two heads), 5 ways of landing on 3 (by flipping four heads and one tail), 5 ways of landing on -3 (by flipping four tails and one head), 1 way of landing on 5 (by flipping five heads), and 1 way of landing on -5 (by flipping five tails). See the figure below for an illustration of this example.

What can we say about the position S_n of the walk after n steps? Of course, it is random, so we cannot calculate it. But we may say quite a bit about its distribution. It is not hard to see that the expectation E(S_n) of S_n is zero. For example, this follows by the additivity property of expectation: E(S_n)=sum_{j=1}^n E(Z_n)=0.A similar calculation, using the independence of the random variables Z_n, shows that E(S_n^2)=n. This hints that E|S_n|, the expected translation distance after n steps, should be of the order of sqrt{n}. In fact,

:lim_{n oinfty} frac{E|S_n{sqrt n}= sqrt{frac 2{pi.

Suppose we draw a line some distance from the origin of the walk. How many times will the random walk cross the line if permitted to continue walking forever? The following, perhaps surprising theorem is the answer: simple random walk on mathbb Z will almost surely cross every point an infinite number of times. This result has many names: the "level-crossing phenomenon", "recurrence" or the "gambler's ruin". The reason for the last name is as follows: if you are a gambler with a finite amount of money playing "a fair game" against a bank with an infinite amount of money, you will surely lose. The amount of money you have will perform a random walk, and it will almost surely, at some time, reach 0 and the game will be over.

If a and b are positive integers, then the expected number of steps until a one dimensional simple random walk starting at 0 first hits "b" or "-a" is a,b. The probability that this walk will hit "b" before "-a" steps is a over a+b.

Some of the results mentioned above can be derived from properties of Pascal's triangle. The number of different walks of n steps where each step is +1 or -1 is clearly 2^n. For the simple random walk, each of these walks are equally likely. In order for S_n to be equal to a number k it is necessary and sufficient that the number of +1 in the walk exceeds those of -1 by k. Thus, the number of walks which satisfy S_n=k is precisely the number of ways of choosing (n+k)/2 elements from an n element set (for this to be non-zero, it is necessary that n+k be an even number), which is an entry in Pascal's triangle denoted by n choose (n+k)/2. Therefore, the probability that S_n=k is equal to 2^{-n}{nchoose (n+k)/2}. By representing entries of Pascal's triangle in terms of factorials and using Stirling's formula, one can obtain good estimates for these probabilities for large values of n.

This relation with Pascal's triangle is easily demonstrated for small values of n. At zero turns, the only possibility will be to remain at zero. However, at one turn, you can move either to the left or the right of zero, meaning there is one chance of landing on -1 or one chance of landing on 1. At two turns, you examine the turns from before. If you had been at 1, you could move to 2 or back to zero. If you had been at -1, you could move to -2 or back to zero. So there is one chance of landing on -2, two chances of landing on zero, and one chance of landing on 2.

The central limit theorem and the law of the iterated logarithm describe important aspects of the behavior of simple random walk on mathbb Z.

Higher dimensions

Imagine now a drunkard walking randomly in a city. The city is realistically infinite and arranged in a square grid, and at every intersection, the drunkard chooses one of the four possible routes (including the one he came from) with equal probability. Formally, this is a random walk on the set of all points in the plane with integer coordinates. Will the drunkard ever get back to his home from the bar? It turns out that he will. This is the high dimensional equivalent of the level crossing problem discussed above. However, in dimensions 3 and above, this no longer holds. In other words, a drunk bird might forever wander the sky, never finding its nest. The formal terms to describe this phenomenon is that a random walk in dimensions 1 and 2 is "recurrent", while in dimension 3 and above it is "transient". This was proven by Pólya in 1921, and is discussed in a section of "Markov Chains" [http://www.statslab.cam.ac.uk/~james/Markov/ available online] .

The trajectory of a random walk is the collection of sites it visited, considered as a set with disregard to "when" the walk arrived at the point. In one dimension, the trajectory is simply all points between the minimum height the walk achieved and the maximum (both are, on average, on the order of √"n"). In higher dimensions the set has interesting geometric properties. In fact, one gets a discrete fractal, that is a set which exhibits stochastic self-similarity on large scales, but on small scales one can observe "jaggedness" resulting from the grid on which the walk is performed. The two books of Lawler referenced below are a good source on this topic.

Random walk on graphs

Assume now that our city is no longer a perfect square grid. When our drunkard reaches a certain junction he picks between the various available roads with equal probability. Thus, if the junction has seven exits the drunkard will go to each one with probability one seventh. This is a random walk on a graph. Will our drunkard reach his home? It turns out that under rather mild conditions, the answer is still yes. For example, if the lengths of all the blocks are between "a" and "b" (where "a" and "b" are any two finite positive numbers), then the drunkard will, almost surely, reach his home. Notice that we do not assume that the graph is planar, i.e. the city may contain tunnels and bridges. One way to prove this result is using the connection to electrical networks. Take a map of the city and place a one ohm resistor on every block. Now measure the "resistance between a point and infinity". In other words, choose some number "R" and take all the points in the electrical network with distance bigger than "R" from our point and wire them together. This is now a finite electrical network and we may measure the resistance from our point to the wired points. Take "R" to infinity. The limit is called the "resistance between a point and infinity". It turns out that the following is true (an elementary proof can be found in the book by Doyle and Snell):

Theorem: "a graph is transient if and only if the resistance between a point and infinity is finite. It is not important which point is chosen if the graph is connected."

In other words, in a transient system, one only needs to overcome a finite resistance to get to infinity from any point. In a recurrent system, the resistance from any point to infinity is infinite.

This characterization of recurrence and transience is very useful, and specifically it allows us to analyze the case of a city drawn in the plane with the distances bounded.

A random walk on a graph is a very special case of a Markov chain. Unlike a general Markov chain, random walk on a graph enjoys a property called "time symmetry" or "reversibility". Roughly speaking, this property, also called the principle of detailed balance, means that the probabilities to traverse a given path in one direction or in the other have a very simple connection between them (if the graph is regular, they are just equal). This property has important consequences.

Starting in the 1980s, much research has gone into connecting properties of the graph to random walks. In addition to the electrical network connection described above, there are important connections to isoperimetric inequalities, see more here, functional inequalities such as Sobolev and Poincaré inequalities and properties of solutions of Laplace's equation. A significant portion of this research was focused on Cayley graphs of finitely generated groups. For example, the proof of Dave Bayer and Persi Diaconis that 7 riffle shuffles are enough to mix a pack of cards (see more details under shuffle) is in effect a result about random walk on the group "Sn", and the proof uses the group structure in an essential way. In many cases these discrete results carry over to, or are derived from Manifolds and Lie groups.

A good reference for random walk on graphs is the online book by [http://stat-www.berkeley.edu/users/aldous/RWG/book.html Aldous and Fill] . For groups see the book of Woess. If the graph itself is random, this topic is called "random walk in random environment" — see the book of Hughes.

Relation to Brownian motion

Brownian motion is the scaling limit of random walk in dimension 1. This means that if you take a random walk with very small steps you get an approximation to Brownian motion. To be more precise, if the step size is ε, one needs to take a walk of length "L"/ε² to approximate a Brownian motion of length "L". As the step size tends to 0 (and the number of steps increased comparatively) random walk converges to Brownian motion in an appropriate sense. Formally, if "B" is the space of all paths of length "L" with the maximum topology, and if "M" is the space of measure over "B" with the norm topology, then the convergence is in the space "M". Similarly, Brownian motion in several dimensions is the scaling limit of random walk in the same number of dimensions. Note that Brownian motion in the present article refers to the mathematical definition of the term, rather than the actual physical phenomenon of a minute particle diffusing in a fluid.

A random walk is a discrete fractal, but Brownian motion is a true fractal, and there is a connection between the two. For example, take a random walk until it hits a circle of radius "r" times the step length. The average number of steps it performs is "r"². This fact is the "discrete version" of the fact that Brownian motion is a fractal of Hausdorff dimension 2 [Hence the drunkard's random walk would eventually cover all of the city streets (2 Euclidean dimensions) and he will eventually return home, whereas the bird taking a 'random walk' flight through the air (3 Euclidean dimensions) will not cover all space, and will not return to their starting point.] .In two dimensions, the average number of points the same random walk has on the "boundary" of its trajectory is r^{4/3}. This corresponds to the fact that the boundary of the trajectory of Brownian motion is a fractal of dimension 4/3, a fact predicted by Mandelbrot using simulations but proved only in 2000 (Science, 2000).

Brownian motion enjoys many symmetries random walk does not. For example, Brownian motion is invariant to rotations, but random walk is not, since the underlying grid is not (random walk is invariant to rotations by 90 degrees, but Brownian motion is invariant to rotations by, for example, 17 degrees too). This means that in many cases, problems on random walk are easier to solve by translating them to Brownian motion, solving the problem there, and then translating back. On the other hand, some problems are easier to solve with random walks due to its discrete nature.

Random walk and Brownian motion can be "coupled", namely manifested on the same probability space in a dependent way that forces them to be quite close. The simplest such coupling is the Skorokhod embedding, but other, more precise couplings exist as well.

The convergence of a random walk toward the Brownian motion is controlled by the central limit theorem. For a particle in a known fixed position at "t=0", the theorem tells us that after a large number of independent steps in the random walk, the walker's position is distributed according to a normal distribution of total variance::sigma^2 = frac{t}{delta t},epsilon^2, where "t" is the time elapsed since the start of the random walk, epsilon is the size of a step of the random walk, and delta t is the time elapsed between two successive steps.

This corresponds to the Green function of the diffusion equation that controls the Brownian motion, which demonstrates that, after a large number of steps, the random walk converges toward a Brownian motion.

In 3D, the variance corresponding to the Green's function of the diffusion equation is: :sigma^2 = 6,D,t

By equalizing this quantity with the variance associated to the position of the random walker, one obtains the equivalent diffusion coefficient to be considered for the asymptotic Brownian motion toward which the random walk converges after a large number of steps::D = frac{epsilon^2}{6 delta t} (valid only in 3D)

Remark: the two expressions of the variance above correspond to the distribution associated to the vector vec R that links the two ends of the random walk, in 3D. The variance associated to each component R_x, R_y or R_z is only one third of this value (still in 3D).

elf-interacting random walks

There are a number of interesting models of random paths in which each step depends on the past in a complicated manner. All are more difficult to analyze than the usual random walk — some notoriously so. For example
* The self-avoiding walk. See the Madras and Slade book.
* The loop-erased random walk. See the two books of Lawler.
* The reinforced random walk. See the review by Robin Pemantle.
* The exploration process.

Applications

The following are the applications of random walk:
*In economics, the "random walk hypothesis" is used to model shares prices and other factors. Empirical studies found some deviations from this theoretical model, especially in short term and long term correlations. See share prices.
*In population genetics, random walk describes the statistical properties of genetic drift
*In physics, random walks are used as simplified models of physical Brownian motion and the random movement of molecules in liquids and gases. See for example diffusion-limited aggregation.
*In mathematical ecology, random walks are used to describe individual animal movements, to empirically support processes of biodiffusion, and occasionally to model population dynamics.
*Also in physics, random walks and some of the self interacting walks play a role in quantum field theory.
* In polymer physics, random walk describes an ideal chain. It is the simplest model to study polymers.
*In other fields of mathematics, random walk is used to calculate solutions to Laplace's equation, to estimate the harmonic measure, and for various constructions in analysis and combinatorics.
* In computer science, random walks are used to estimate the size of the Web. In the [http://www2006.org/ World Wide Web conference-2006] , [http://www2006.org/programme/item.php?id=3047 bar-yossef et.al.] published their findings and algorithms for the same. (This was awarded the best paper for the year 2006). In all these cases, random walk is often substituted for Brownian motion.
*In brain research, random walks and reinforced random walks are used to model cascades of neuron firing in the brain.
*In vision science, fixational eye movements are well described by a random walk.
*In psychology, random walks explain accurately the relation between the time needed to make a decision and the probability that a certain decision will be made. ( [http://66.102.1.104/scholar?num=100&hl=en&lr=&safe=off&q=cache:0cCSw8zlPjoJ:oz.ss.uci.edu/237/readings/EBRW_nosofsky_1997.pdf+decision+random+walk Nosofsky, 1997] )
*Random walk can be used to sample from a state space which is unknown or very large, for example to pick a random page off the internet or, for research of working conditions, a random illegal worker in a given country.
*When this last approach is used in computer science it is known as Markov Chain Monte Carlo or MCMC for short. Often, sampling from some complicated state space also allows one to get a probabilistic estimate of the space's size. The estimate of the permanent of a large matrix of zeros and ones was the first major problem tackled using this approach.
*In wireless networking, random walk is used to model node movement.
*Bacteria engage in a biased random walk.
*Random walk is used to model gambling.
*During World War II a random walk was used to model the distance that an escaped prisoner of war would travel in a given time.

Probabilistic interpretation

A one-dimensional random walk can also be looked at as a Markov chain whose state space is given by the integers i=0,pm 1,pm 2,..., for some number ,0 < p < 1, ,P_{i,i+1}=p=1-P_{i,i-1}. We can call it a random walk because we may think of it as being a model for an individual walking on a straight line who at each point of time either takes one step to the right with probability p or one step to the left with probability 1-p.

A random walk is a simple stochastic process.

ee also

* Bertrand's ballot theorem
* Bacterial chemotaxis
* Coin-tossing problems.
* Diffusion-limited aggregation
* Law of the iterated logarithm
* Martingale (probability theory)
* Markov chain
* Quantum random walk (random walk with extra chirality parameter)
* Wiener process (random walk with infinitesimal step size)

References

Bibliography

*David Aldous and Jim Fill, "Reversible Markov Chains and Random Walks on Graphs", http://stat-www.berkeley.edu/users/aldous/RWG/book.html
*Citation | last1=Doyle | first1=Peter G. | last2=Snell | first2=J. Laurie | title=Random walks and electric networks | url=http://arxiv.org/abs/math.PR/0001057 | publisher=Mathematical Association of America | series=Carus Mathematical Monographs | isbn=978-0-88385-024-4 | id=MathSciNet | id = 920811 | year=1984 | volume=22
*William Feller (1968), "An Introduction to Probability Theory and its Applications" (Volume 1). ISBN 0-471-25708-7:Chapter 3 of this book contains a thorough discussion of random walks, including advanced results, using only elementary tools.
*Barry D. Hughes (1996), "Random walks and random environments", Oxford University Press. ISBN 0-19-853789-1
*Gregory Lawler (1996), "Intersection of random walks", Birkhäuser Boston. ISBN 0-8176-3892-X
*Gregory Lawler, "Conformally Invariant Processes in the Plane", http://www.math.cornell.edu/~lawler/book.ps
*Neal Madras and Gordon Slade (1996), "The Self-Avoiding Walk", Birkhäuser Boston. ISBN 0-8176-3891-1
*James Norris (1998), "Markov Chains", Cambridge University Press. ISBN 0-5216-3396-6
* [http://www.springerlink.com/(brnqxc55mlvpxs452ufzp555)/app/home/contribution.asp?referrer=parent&backto=issue,13,13;journal,798,1099;linkingpublicationresults,1:100442,1| Springer] Pólya (1921), "Über eine Aufgabe der Wahrscheinlichkeitstheorie betreffend die Irrfahrt im Strassennetz", "Mathematische Annalen", 84(1-2):149–160, March 1921.

*Robin Pemantle (2007), " [http://www.emis.de/journals/PS/images/getdoc9b04.pdf?id=432&article=94&mode=pdf A survey of random processes with reinforcement] ".

*Pal Révész (1990), "Random walk in random and non-random environments", World Scientific Pub Co. ISBN 981-02-0237-7
*Wolfgang Woess (2000), "Random walks on infinite graphs and groups", Cambridge tracts in mathematics 138, Cambridge University Press. ISBN 0-521-55292-3

* [http://www.jwz.org/xscreensaver/ The XScreenSaver] has a hack "wander" that shows random walk on the plane with the color changing with time.
* Mackenzie, Dana, [http://www.sciencemag.org/cgi/content/full/sci;290/5498/1883 "Taking the Measure of the Wildest Dance on Earth"] , Science, Vol. 290, 8 December 2000.
*"Numb3rs Blog." Department of Mathematics. 29 April 2006. Northeastern University. 12 December 2007 http://www.atsweb.neu.edu/math/cp/blog/?id=137&month=04&year=2006&date=2006-04-29.
*Schmidt, Andrea. "Random Walks." Chemotaxis. MIT. 12 December 2007 http://web.mit.edu/8.592/www/grades/chemotaxis(AndreaSchmidt)/random.htm.

External links

* [http://mathworld.wolfram.com/PolyasRandomWalkConstants.html Pólya's Random Walk Constants]
* [http://www.polymerchemistryhypertext.com/JSrandomwalkline.htm Javascript builds a distribution from 50 step walks]
* [http://vlab.infotech.monash.edu.au/simulations/swarms/random-walk/ Random walk in Java Applet]
* [http://users.telenet.be/carrandas/RandomWalk/ Random Walk Java Applet 2]
* [http://www.atsweb.neu.edu/math/cp/blog/?id=137&month=04&year=2006&date=2006-04-29/ Numb3rs Blog]
* [http://web.mit.edu/8.592/www/grades/chemotaxis(AndreaSchmidt)/random.htm Random Walks]
* [http://www.engineersexcel.com/Tools/Function%20Calculus/Random%20Walk.htm 1- Dimensional Random Walk using Excel]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Random Walk — Saltar a navegación, búsqueda Random Walk ランダム・ウォーク (Randamu Uōku) Creado por Wataru Yoshizumi Editorial Shūeisha Publicado en …   Wikipedia Español

  • Random Walk —  Cet article concerne le manga. Pour le modèle mathématique, voir marche aléatoire. Article de …   Wikipédia en Français

  • random walk — n. Math. a sequence of movements in which the direction of each successive move is determined entirely at random …   English World dictionary

  • Random Walk — Zufallsbewegungen bzw. Irrfahrten (englisch random walk) bilden eine wichtige Klasse stochastischer Prozesse. Sie dienen der Modellierung nichtdeterministischer Zeitreihen und der Herleitung von Wahrscheinlichkeitsverteilungen. Simulation… …   Deutsch Wikipedia

  • Random walk — Theory that stock price changes from day to day are at random; the changes are independent of each other and have the same probability distribution. Many believers of the random walk theory believe that it is impossible to outperform the market… …   Financial and business terms

  • random walk — Theory that stock price changes from day to day are accidental or haphazard; changes are independent of each other and have the same probability distribution. Many believers in the random walk theory believe that it is impossible to outperform… …   Financial and business terms

  • Random walk — Cet article concerne le manga. Pour le modèle mathématique, voir marche aléatoire. Random walk ランダムウォーク (Randamu wōku) Type Shōjo …   Wikipédia en Français

  • random walk — ran·dom walk loc.s.f.inv. ES ingl. {{wmetafile0}} TS stat. nel calcolo delle probabilità, modello matematico con cui si rappresenta il movimento di un punto soggetto a spostamenti casuali Sinonimi: passeggiata aleatoria, passeggiata casuale.… …   Dizionario italiano

  • random walk — A description of the path followed by a cell or particle when there is no bias in movement. The direction of movement at any instant is not influenced by the direction of travel in the preceding period. If changes of direction are very frequent,… …   Dictionary of molecular biology

  • random walk — atsitiktinis klajojimas statusas T sritis fizika atitikmenys: angl. random walk vok. zufällige Irrfahrt, f; zufällige Schrittfolge, f rus. случайное блуждание, n pranc. cheminement aléatoire, m; errance, f; marche aléatoire, f …   Fizikos terminų žodynas

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”