random walk 1d
random walk 1d
- The simplest illustration is 1d random walk using integer (
Houston-Edwaards et al., 2017
)
- The probability to be at position with odd and even values after $N$ steps can be tabulated and formulated (
Weisstein, 2022
).
- It has several application such as the monkey at the cliff, the gambler’s ruin, counting paths, and some mixed problems (
Alm, 2002
).
- Code in Python as illustration of the random walk is also available (
GeeksforGeeks & reenadevi98412200, 2021
).
code
video