All Topics  
Random walk

 

   Email Print
   Bookmark   Link






 

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
Computer science

Computer science is the study of the theoretical foundations of information and computation, and of practical techniques for their implementation and application in computer systems....
, physics
Physics

Physics is the natural science which examines basic concepts such as energy, force, and spacetime and all that derives from these, such as mass, charge, matter and its Motion ....
, ecology
Ecology

Ecology is the science study of the distribution and Abundance of life and the interactions between organisms and their nature environment ....
, economics
Economics

File:Ballard Farmers' Market - vegetables.jpgEconomics is the Social sciences that studies the Production theory basics, Distribution , and Consumption of Good and Service ....
 and a number of other fields as a fundamental model
Statistical model

A statistical model is a set of mathematical equations which describe the behavior of an object of study in terms of random variables and their associated probability distributions....
 for random processes in time. For example, the path traced by a molecule
Molecule

In chemistry, a molecule is defined as a sufficiently stable, electric charge neutral group of at least two atoms in a definite arrangement held together by very strong chemical bonds....
 as it travels in a liquid or a gas, the search path of a foraging
Foraging

Foraging theory is a branch of behavioral ecology that studies the foraging behavior of animals in response to the environment in which the animal lives....
 animal, the price of a fluctuating stock
Random walk hypothesis

The random walk hypothesis is a Finance theory stating that stock market Market price evolve according to a random walk and thus the prices of the stock market cannot be predicted....
 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
Lévy flight

A L?vy flight, named after the French mathematician Paul Pierre L?vy, is a type of random walk in which the increments are distributed according to a "heavy-tail distribution" distribution....
.






Discussion
Ask a question about 'Random walk'
Start a new discussion about 'Random walk'
Answer questions from other users
Full Discussion Forum



Encyclopedia


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
Computer science

Computer science is the study of the theoretical foundations of information and computation, and of practical techniques for their implementation and application in computer systems....
, physics
Physics

Physics is the natural science which examines basic concepts such as energy, force, and spacetime and all that derives from these, such as mass, charge, matter and its Motion ....
, ecology
Ecology

Ecology is the science study of the distribution and Abundance of life and the interactions between organisms and their nature environment ....
, economics
Economics

File:Ballard Farmers' Market - vegetables.jpgEconomics is the Social sciences that studies the Production theory basics, Distribution , and Consumption of Good and Service ....
 and a number of other fields as a fundamental model
Statistical model

A statistical model is a set of mathematical equations which describe the behavior of an object of study in terms of random variables and their associated probability distributions....
 for random processes in time. For example, the path traced by a molecule
Molecule

In chemistry, a molecule is defined as a sufficiently stable, electric charge neutral group of at least two atoms in a definite arrangement held together by very strong chemical bonds....
 as it travels in a liquid or a gas, the search path of a foraging
Foraging

Foraging theory is a branch of behavioral ecology that studies the foraging behavior of animals in response to the environment in which the animal lives....
 animal, the price of a fluctuating stock
Random walk hypothesis

The random walk hypothesis is a Finance theory stating that stock market Market price evolve according to a random walk and thus the prices of the stock market cannot be predicted....
 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
Lévy flight

A L?vy flight, named after the French mathematician Paul Pierre L?vy, is a type of random walk in which the increments are distributed according to a "heavy-tail distribution" distribution....
. Random walks are related to the diffusion
Diffusion

Molecular diffusion, often called simply diffusion, is a net transport of molecules from a region of higher concentration to one of lower concentration by random molecular motion....
 models and are a fundamental topic in discussions of Markov process
Markov process

A Markov process, named after the Russian mathematician Andrey Markov, is a mathematical model for the random evolution of a memoryless system, that is, one for which the likelihood of a given future state, at any given moment, depends only on its present state, and not on any past states....
es. 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
Markov process

A Markov process, named after the Russian mathematician Andrey Markov, is a mathematical model for the random evolution of a memoryless system, that is, one for which the likelihood of a given future state, at any given moment, depends only on its present state, and not on any past states....
, but other, more complicated walks are also of interest. Some random walks are on graphs
Graph theory

In mathematics and computer science, graph theory is the study of graph : mathematical structures used to model pairwise relations between objects from a certain collection....
, others on the line, in the plane, or in higher dimensions, while some random walks are on groups
Group theory

In mathematics and abstract algebra, group theory studies the algebraic structures known as group .The concept of a group is central to abstract algebra: other well-known algebraic structures, such as ring , field , and vector spaces can all be seen as groups endowed with additional operations and axioms....
. Random walks also vary with regard to the time parameter. Often, the walk is indexed by the natural numbers, as in . However, some walks take their steps at random times, and in that case the position is defined for .

One-dimensional random walk

A particularly elementary and concrete random walk is the random walk on the integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s , which starts at and at each step moves by with equal probability. To define this walk formally, take independent random variables , each of which is with probability and with probability , and set This sequence is called the simple random walk on .

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 of the walk after 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
Expected value

In probability theory and statistics, the expected value of a random variable is the Lebesgue integral of the random variable with respect to its probability measure....
  of is zero. For example, this follows by the additivity property of expectation: . A similar calculation, using the independence of the random variables , shows that . This hints that , the expected
Expected value

In probability theory and statistics, the expected value of a random variable is the Lebesgue integral of the random variable with respect to its probability measure....
 translation distance after steps, should be of the order of
Big O notation

In mathematics, big O notation describes the asymptotic analysis of a function when the argument tends towards a particular value or infinity, usually in terms of simpler functions....
 . In fact,

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 will almost surely
Almost surely

In probability theory, one says that an event happens almost surely if it happens with probability one. The concept is analogous to the concept of "almost everywhere" in measure theory....
 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 and are positive integers, then the expected number of steps until a one dimensional simple random walk starting at first hits b or -a is . The probability that this walk will hit b before -a steps is , which can be derived from the fact that simple random walk is a martingale
Martingale (probability theory)

In probability theory, a martingale is a stochastic process such that the conditional expected value of an observation at some time t, given all the observations up to some earlier time s, is equal to the observation at that earlier time s....
.

Some of the results mentioned above can be derived from properties of Pascal's triangle
Pascal's triangle

In mathematics, Pascal's triangle is a geometric arrangement of the binomial coefficients in a triangle. Pascal's Triangle is named after Blaise Pascal in much of the western world, although other mathematicians studied it centuries before him in History of India, History of Iran, China, and Italy....
. The number of different walks of steps where each step is or is clearly . For the simple random walk, each of these walks are equally likely. In order for to be equal to a number it is necessary and sufficient that the number of in the walk exceeds those of by . Thus, the number of walks which satisfy is precisely the number of ways of choosing elements from an element set (for this to be non-zero, it is necessary that be an even number), which is an entry in Pascal's triangle denoted by . Therefore, the probability that is equal to . By representing entries of Pascal's triangle in terms of factorial
Factorial

In mathematics, the factorial of a negative and non-negative numbers integer n, denoted by n!, is the Product of all positive integers less than or equal to n....
s and using Stirling's formula, one can obtain good estimates for these probabilities for large values of .

This relation with Pascal's triangle is easily demonstrated for small values of . 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.

n -5 -4 -3 -2 -1 0 1 2 3 4 5
      1     
     1  1    
    1  2  1   
   1  3  3  1  
  1  4  6  4  1 
1  5  10  10  5  1


The central limit theorem
Central limit theorem

The central limit theorem states that the re-averaged sum of a sufficiently large number of Independent and identically-distributed random variables Statistical independence random variables each with finite mean and variance will be approximately normal distribution ....
 and the law of the iterated logarithm
Law of the iterated logarithm

In probability theory,the law of the iterated logarithm is the name given to several theorems which describe the magnitude of the fluctuations of a random walk....
 describe important aspects of the behavior of simple random walk on .

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
Plane (mathematics)

In mathematics, a plane is a curvature surface. Planes can arise as subspaces of some higher dimensional space, as with the walls of a room, or they may enjoy an independent existence in their own right, as in the setting of Euclidean geometry....
 with integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
 coordinates
Coordinate system

In mathematics and its applications, a coordinate system is a system for assigning an n-tuple of numbers or scalar to each Point in an n-dimensional space....
. 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
George Pólya

George P?lya was a Hungary mathematician....
 in 1921, and is discussed in a section of Markov Chains (for specific conditions, see Chung-Fuchs theorem).

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 vn). In higher dimensions the set has interesting geometric properties. In fact, one gets a discrete fractal
Fractal

A fractal is generally "a rough or fragmented Shape that can be split into parts, each of which is a reduced-size copy of the whole," a property called self-similarity....
, that is a set which exhibits stochastic self-similarity
Self-similarity

In mathematics, a self-similar object is exactly or approximately similarity to a part of itself . Many objects in the real world, such as coastlines, are statistically self-similar: parts of them show the same statistical properties at many scales....
 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
Planar graph

In graph theory, a planar graph is a graph which can be graph embedding in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints....
, 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
Electrical resistance

The electrical resistance of an object is a measure of its opposition to the passage of a steady electrical current. An object of uniform cross section will have a resistance proportional to its length and inversely proportional to its cross-sectional area, and proportional to the resistivity of the material....
 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
Markov chain

In mathematics, a Markov chain, named after Andrey Markov, is a stochastic process with the Markov property. Having the Markov property means that, given the present state, future states are independent of the past states. In other words, the description of the present state fully captures all the information that could influence th...
. 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
Detailed balance

In mathematics and statistical mechanics, a Markov process is said to show detailed balance if the transition rates between each pair of states i and j in the state space obey...
, 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
Regular graph

In graph theory, a regular graph is a graph where each vertex has the same number of neighbors, i.e. every vertex has the same Degree or valency....
, 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
Isoperimetry

The isoperimetric inequality is a geometry inequality involving the square of the circumference of a closed curve in the plane and the area of a plane region it encloses, as well as its various generalizations....
, see more here
Isoperimetric dimension

In mathematics, the isoperimetric dimension of a manifold is a notion of dimension that tries to capture how the large-scale behavior of the manifold resembles that of a Euclidean space ....
, functional inequalities such as Sobolev
Sobolev inequality

In mathematics, there is in mathematical analysis a class of Sobolev inequalities, relating norms including those of Sobolev spaces. These are used to prove the Sobolev embedding theorem, giving inclusions between certain Sobolev spaces, and the Kondrakov theorem showing that under slightly stronger conditions some Sobolev spaces...
 and Poincaré
Poincaré inequality

In mathematics, the Poincar? inequality is a result in the theory of Sobolev spaces, named after the France mathematician Henri Poincar?. The inequality allows one to obtain bounds on a function using bounds on its derivatives and the geometry of its domain of definition....
 inequalities and properties of solutions of Laplace's equation
Laplace's equation

In mathematics, Laplace's equation is a partial differential equation named after Pierre-Simon Laplace who first studied its properties. The solutions of Laplace's equation are important in many fields of science, notably the fields of electromagnetism, astronomy, and fluid dynamics, because they describe the behavior of electric, gravitation...
. A significant portion of this research was focused on Cayley graph
Cayley graph

In mathematics, the Cayley graph, also known as the Cayley colour graph, is the graph theory that encodes the structure of a discrete group....
s of finitely generated
Glossary of group theory

A group is a Set G closure under a binary operation ? satisfying the following 3 axioms:* Associativity: For all a, b and c in G, ? c = a ? ....
 groups
Group (mathematics)

In mathematics, a group is an algebraic structure consisting of a set together with an Binary operation that combines any two of its element to form a third element....
. For example, the proof of Dave Bayer
Dave Bayer

Dave Bayer is an United States mathematician. He is currently a professor of mathematics at Barnard College, Columbia University. He was math consultant for the film A Beautiful Mind , and also acted in it as one of the "Pen Ceremony" professors....
 and Persi Diaconis
Persi Diaconis

Persi Warren Diaconis is an United States mathematician and former professional Magic . He is the Mary V. Sunseri Professor of Statistics and Mathematics at Stanford University....
 that 7 riffle shuffles
Shuffle

Shuffling is a procedure used to randomization a deck of playing cards to provide an element of chance in card games. Shuffling is often followed by a cut , to ensure that the shuffler has not manipulated the outcome....
 are enough to mix a pack of cards (see more details under shuffle
Shuffle

Shuffling is a procedure used to randomization a deck of playing cards to provide an element of chance in card games. Shuffling is often followed by a cut , to ensure that the shuffler has not manipulated the outcome....
) is in effect a result about random walk on the group Sn
Symmetric group

In mathematics, the symmetric group on a Set X, denoted by SX, or Sym, is the group whose underlying set is the set of all bijective function s from X to X, in which the group operation is that of Function composition, i.e., two such functions f and g can be composed to yield a new bijective function ,...
, and the proof uses the group structure in an essential way. In many cases these discrete results carry over to, or are derived from Manifold
Manifold

In mathematics, more specifically topology, a manifold is a topological space in which every point has a neighborhood which "resembles" Euclidean space....
s and Lie group
Lie group

In mathematics, a Lie group is a group which is also a differentiable manifold, with the property that the group operations are compatible with the Differential structure....
s.

A good reference for random walk on graphs is the online book by . 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.

We can think about choosing every possible edge with the same probability as maximizing uncertainty (entropy) locally. We could also do it globally - in we want all paths to be equally probable, or in other words: for each two vertexes, each path of given length is equally probable. This random walk has much stronger localization properties.

Relation to Wiener Process


Brownian Hierarchical
A Wiener process
Wiener process

In mathematics, the Wiener process is a continuous-time stochastic process named in honor of Norbert Wiener. It is often called Brownian motion, after Robert Brown ....
 is a stochastic process with similar behaviour to Brownian motion
Brownian motion

Brownian motion is the seemingly random movement of particles suspended in a liquid or gas or the mathematical model used to describe such random movements, often called a particle theory....
, the physical phenomenon of a minute particle diffusing in a fluid. (Sometimes the Wiener process
Wiener process

In mathematics, the Wiener process is a continuous-time stochastic process named in honor of Norbert Wiener. It is often called Brownian motion, after Robert Brown ....
 is called "Brownian motion", although this is strictly speaking a confusion of a model with the phenomenon being modeled.)

A Wiener process is the scaling limit
Scaling limit

In physics or mathematics, the scaling limit is a term applied to the behaviour of a lattice model in the limit of the lattice spacing going to zero....
 of random walk in dimension 1. This means that if you take a random walk with very small steps you get an approximation to a Wiener process (and, less accurately, to Brownian motion). To be more precise, if the step size is e, one needs to take a walk of length L/e² to approximate a Wiener process walk of length L. As the step size tends to 0 (and the number of steps increased comparatively) random walk converges to a Wiener process 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, a Wiener process in several dimensions is the scaling limit of random walk in the same number of dimensions.

A random walk is a discrete fractal
Fractal

A fractal is generally "a rough or fragmented Shape that can be split into parts, each of which is a reduced-size copy of the whole," a property called self-similarity....
, but a Wiener process trajectory 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 a Wiener process walk is a fractal of Hausdorff dimension
Hausdorff dimension

In mathematics, the Hausdorff dimension is an Extended real number line non-negative real number associated to any metric space. The Hausdorff dimension generalizes the notion of the dimension of a real vector space....
 2 . In two dimensions, the average number of points the same random walk has on the boundary of its trajectory is . This corresponds to the fact that the boundary of the trajectory of a Wiener process is a fractal of dimension 4/3, a fact predicted by Mandelbrot
Benoît Mandelbrot

Beno?t B. Mandelbrot is a French people mathematics, best known as the father of fractal. He is Sterling Professor of Mathematical Sciences, Emeritus at Yale University; IBM Fellow Emeritus at the Thomas J....
 using simulations but proved only in 2000 (Science, 2000).

A Wiener process enjoys many symmetries
Symmetry

Symmetry generally conveys two primary meanings. The first is an imprecise sense of harmonious or aesthetically-pleasing proportionality and balance; such that it reflects beauty or perfection....
 random walk does not. For example, a Wiener process walk 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 Wiener processes are 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 a Wiener process, 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 Wiener process
Wiener process

In mathematics, the Wiener process is a continuous-time stochastic process named in honor of Norbert Wiener. It is often called Brownian motion, after Robert Brown ....
 can be coupled
Coupling (probability)

In mathematics, coupling is a mathematical proof technique that allows one to compare two unrelated variables by "forcing" them to be related in some way....
, 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 Wiener process is controlled by the central limit theorem
Central limit theorem

The central limit theorem states that the re-averaged sum of a sufficiently large number of Independent and identically-distributed random variables Statistical independence random variables each with finite mean and variance will be approximately normal distribution ....
. For a particle in a known fixed position at t=0, the theorem tells us that after a large number of independent
Statistical independence

In probability theory, to say that two event s are independent intuitively means that the occurrence of one event makes it neither more nor less probable that the other occurs....
 steps in the random walk, the walker's position is distributed according to a normal distribution
Normal distribution

The normal distribution, also called the Gaussian distribution, is an important family of continuous probability distributions, applicable in many fields....
 of total variance
Variance

In probability theory and statistics, the variance of a random variable, probability distribution, or sample is one measure of statistical dispersion, averaging the squared distance of its possible values from the expected value ....
: , where t is the time elapsed since the start of the random walk, is the size of a step of the random walk, and is the time elapsed between two successive steps.

This corresponds to the Green function of the diffusion equation
Diffusion equation

The diffusion equation is a partial differential equation which describes density fluctuations in a material undergoing diffusion. It is also used to describe processes exhibiting diffusive-like behaviour, for instance the 'diffusion' of alleles in a population in population genetics....
 that controls the Wiener process, which demonstrates that, after a large number of steps, the random walk converges toward a Wiener process.

In 3D, the variance corresponding to the Green's function
Green's function

In mathematics, a Green's function is a type of function used to solve inhomogeneous ordinary differential equation differential equations subject to boundary conditions....
 of the diffusion equation is:

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 Wiener process toward which the random walk converges after a large number of steps: (valid only in 3D)

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

Self-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
    Self-avoiding walk

    A self-avoiding walk is a sequence of moves on a lattice which does not visit the same point more than once. A self-avoiding polygon is a closed self-avoiding walk on a lattice....
    . See the Madras and Slade book.
  • The loop-erased random walk
    Loop-erased random walk

    In mathematics, loop-erased random walk is a model for a random path with important applications in combinatorics and, in physics, quantum field theory....
    . 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
    Economics

    File:Ballard Farmers' Market - vegetables.jpgEconomics is the Social sciences that studies the Production theory basics, Distribution , and Consumption of Good and Service ....
    , the "random walk hypothesis
    Random walk hypothesis

    The random walk hypothesis is a Finance theory stating that stock market Market price evolve according to a random walk and thus the prices of the stock market cannot be predicted....
    " 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 price
    Share price

    A share price is the price of a single share of a company's stock. Once the stock is purchased, the owner becomes a Stock#Shareholder of the company that issued the share....
    s.
  • In population genetics
    Population genetics

    Population genetics is the study of the allele frequency distribution and change under the influence of the four evolutionary processes: natural selection, genetic drift, mutation and gene flow....
    , random walk describes the statistical properties of genetic drift
    Genetic drift

    Genetic drift or allelic drift is the change in the relative frequency with which a gene variant occurs in a population that results from the fact that alleles in offspring are a Sampling of those in the parents, and because of the role of chance in determining whether a given individual survives and reproduces....
  • In physics
    Physics

    Physics is the natural science which examines basic concepts such as energy, force, and spacetime and all that derives from these, such as mass, charge, matter and its Motion ....
    , random walks are used as simplified models of physical Brownian motion and the random movement
    Motion (physics)

    In physics, motion means a constant change in the location of a body. Change in motion is the result of applied force. Motion is typically described in terms of velocity, acceleration, Displacement , and time....
     of molecules in liquids and gases. See for example diffusion-limited aggregation
    Diffusion-limited aggregation

    Diffusion-limited aggregation is the process whereby particles undergoing a random walk due to Brownian motion cluster together to form aggregates of such particles....
    .
  • In mathematical ecology
    Theoretical biology

    Theoretical biology is a field of academic study and research that involves the use of models and theory in biology.Many separate areas of biology fall under the concept of theoretical biology, according to the way they are studied....
    , random walks are used to describe individual animal movements, to empirically support processes of biodiffusion
    Diffusion

    Molecular diffusion, often called simply diffusion, is a net transport of molecules from a region of higher concentration to one of lower concentration by random molecular motion....
    , and occasionally to model population dynamics
    Population dynamics

    Population dynamics is the branch of life sciences that studies short- and long-term changes in the size and age composition of populations, and the biology and environment processes influencing those changes....
    .
  • Also in physics, random walks and some of the self interacting walks play a role in quantum field theory
    Quantum field theory

    Quantum field theory or QFT provides a theoretical framework for constructing quantum mechanics models of systems classically described by field or of Many-body problem....
    .
  • In polymer physics
    Polymer physics

    Polymer physics is the field of physics associated to the study of polymers, their fluctuations, Continuum mechanics, as well as the chemical kinetics involving degradation and Polymerization of polymers and monomers respectively....
    , random walk describes an ideal chain
    Ideal chain

    An ideal chain is the simplest model to describe a polymer. It only assumes a polymer as a random walk and neglects any kind of interactions among monomers....
    . It is the simplest model to study polymers.
  • In other fields of mathematics, random walk is used to calculate solutions to Laplace's equation
    Laplace's equation

    In mathematics, Laplace's equation is a partial differential equation named after Pierre-Simon Laplace who first studied its properties. The solutions of Laplace's equation are important in many fields of science, notably the fields of electromagnetism, astronomy, and fluid dynamics, because they describe the behavior of electric, gravitation...
    , to estimate the harmonic measure
    Harmonic measure

    In mathematics, harmonic measure is a concept that arises in the theory of harmonic functions, where it can be used to estimate the modulus of an analytic function inside a domain D given bounds on the modulus on the boundary of the domain....
    , and for various constructions in analysis
    Mathematical analysis

    Mathematical analysis, which mathematicians refer to simply as analysis, has its beginnings in the rigorous formulation of calculus. It is the branch of mathematics most explicitly concerned with the notion of a limit , whether the limit of a sequence or the limit of a function....
     and combinatorics
    Combinatorics

    Combinatorics is a branch of pure mathematics concerning the study of Countable set objects. It is related to many other areas of mathematics, such as algebra, probability theory, ergodic theory and geometry, as well as to applied subjects in computer science and statistical physics....
    .
  • In computer science
    Computer science

    Computer science is the study of the theoretical foundations of information and computation, and of practical techniques for their implementation and application in computer systems....
    , random walks are used to estimate the size of the Web. In the , 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
    Human brain

    The human brain is the center of the human nervous system and is a highly complex organ. It has the same general structure as the brains of other mammals, but is over five times as large as the "average brain" of a mammal with the same body size....
    , 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
    Psychology

    Psychology is an academic and applied science discipline involving the science study of human mental functions and behavior. Occasionally it also relies on symbolic hermeneutics and critical theory, although these traditions are less pronounced than in other social sciences such as sociology....
    , random walks explain accurately the relation between the time needed to make a decision and the probability that a certain decision will be made. ()
  • 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
    Computer science

    Computer science is the study of the theoretical foundations of information and computation, and of practical techniques for their implementation and application in computer systems....
     it is known as Markov Chain Monte Carlo
    Markov chain Monte Carlo

    Markov chain Monte Carlo method methods , are a class of algorithms for sampling from probability distributions based on constructing a Markov chain that has the desired distribution as its Markov chain#Steady-state_analysis_and_limiting_distributions....
     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
    Permanent

    In linear algebra, the permanent of a square matrix is a function of the matrix similar to the determinant. The permanent, as well as the determinant, is a polynomial in the entries of the matrix....
     of a large matrix
    Matrix (mathematics)

    In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
     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
    Biased random walk (biochemistry)

    In cell biology, a biased random walk enables bacteria to search for food and flee from harm. Bacteria propel themselves with the aid of flagella in a process called chemotaxis, and a typical bacteria trajectory has many charactistics of a random walk....
    .
  • Random walk is used to model gambling
    Gambling

    Gambling is the wikt:wager#Verb of money or something of material Value on an event with an uncertain outcome with the primary intent of winning additional money and/or material goods....
    .
  • In physics, random walks underlying the method of Fermi estimation.
  • During World War II
    World War II

    World War II, or the Second World War , was a global military conflict which involved a Participants in World War II, including all of the great powers, organised into two opposing military alliances: the Allies of World War II and the Axis powers....
     a random walk was used to model the distance that an escaped prisoner of war
    Prisoner of war

    A prisoner of war is a combatant who is held in continuing custody by an enemy power during or immediately after an armed conflict....
     would travel in a given time.


Probabilistic interpretation


A one-dimensional random walk can also be looked at as a Markov chain
Markov chain

In mathematics, a Markov chain, named after Andrey Markov, is a stochastic process with the Markov property. Having the Markov property means that, given the present state, future states are independent of the past states. In other words, the description of the present state fully captures all the information that could influence th...
 whose state space is given by the integers , for some number , . 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 or one step to the left with probability .

A random walk is a simple stochastic process
Stochastic process

A stochastic process, or sometimes random process, is the counterpart to a deterministic process in probability theory. Instead of dealing with only one possible 'reality' of how the process might evolve under time , in a stochastic or random process there is some indeterminacy in its future evolution described by probability distribu...
.

See also

  • Bertrand's ballot theorem
    Bertrand's ballot theorem

    In combinatorics, Bertrand's ballot theorem is the solution to the question: "In an election where one candidate receives p votes and the other q votes with p>q, what is the probability that the first candidate will be strictly ahead of the second candidate throughout the count?" The answer is...
  • Bacterial chemotaxis
    Chemotaxis

    Chemotaxis, a kind of taxis, is the phenomenon in which bodily cells, bacterium, and other single-cell or multicellular organisms direct their movements according to certain chemicals in their environment....
  • Coin-tossing problems.
  • Diffusion-limited aggregation
    Diffusion-limited aggregation

    Diffusion-limited aggregation is the process whereby particles undergoing a random walk due to Brownian motion cluster together to form aggregates of such particles....
  • Law of the iterated logarithm
    Law of the iterated logarithm

    In probability theory,the law of the iterated logarithm is the name given to several theorems which describe the magnitude of the fluctuations of a random walk....
  • Martingale (probability theory)
    Martingale (probability theory)

    In probability theory, a martingale is a stochastic process such that the conditional expected value of an observation at some time t, given all the observations up to some earlier time s, is equal to the observation at that earlier time s....
  • Markov chain
    Markov chain

    In mathematics, a Markov chain, named after Andrey Markov, is a stochastic process with the Markov property. Having the Markov property means that, given the present state, future states are independent of the past states. In other words, the description of the present state fully captures all the information that could influence th...
  • Quantum random walk
    Quantum random walk

    Quantum random walks are quantum mechanical extension of classical random walks where the walker may be in a quantum superposition of positions....
     (random walk with extra chirality parameter)
  • Wiener process
    Wiener process

    In mathematics, the Wiener process is a continuous-time stochastic process named in honor of Norbert Wiener. It is often called Brownian motion, after Robert Brown ....
     (random walk with infinitesimal step size)


Bibliography

  • David Aldous and Jim Fill, Reversible Markov Chains and Random Walks on Graphs, http://stat-www.berkeley.edu/users/aldous/RWG/book.html*William Feller
    William Feller

    William Feller born Vilibald Srecko Feller , was a Croatian-United States mathematician specializing in probability theory....
     (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
  • 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), .


  • 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


  • has a hack wander that shows random walk on the plane with the color changing with time.
  • Mackenzie, Dana, , 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