Skip to content

A random walk is a mathematical object, known as a stochastic or random process, that describes a path that consists of a succession of random steps on some mathematical space such as the integers.

wmai/random_walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random walk

A random walk is a mathematical object, known as a stochastic or random process, that describes a path that consists of a succession of random steps on some mathematical space such as the integers.

Source: https://en.wikipedia.org/wiki/Random_walk

Bootstrapping

For this project you need to have matplotlib installed: https://matplotlib.org/faq/installing_faq.html

# Clone the repository
git clone https://github.com/wmai/random_walk.git
cd random_walk

# Run it
python ./walk.py

Some results

example 1 example 2 example 3

About

A random walk is a mathematical object, known as a stochastic or random process, that describes a path that consists of a succession of random steps on some mathematical space such as the integers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages