Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 537 Bytes

Random Walk

This is a representation of Random Walk in Probablity theory. In this notebook I only generated and plotted Simple Random Walk, which in that, Particle's step size is an integer and the probablities of moving in either directions (x, y or z) are equal.

One of the applications of Random Walk is using it to model and solve Gambler's ruin problem.

References: