Definition
A Random Walk is a Markov chain whose state space is given by the integers where at each point in time the process either moves:
- One step to the right with probability
- One step to the left with probability
where .
Interpretation
Think of it as a model for an individual walking on a straight line who at each point in time either takes one step to the right with probability or one step to the left with probability .
Example
See Random Walk Model Example and Gambling Model Example.