Processing math: 100%

Random Walk Generator

This uses simple random number generation to create a random walk model. The model is built from the equation W(t+Δt)=W(t)+μΔt+σΔtϕ where ϕ is a normally distributed random number with mean 0 and variance 1.

Growth Rate (μ):
Standard Deviation (σ):
Total time (T):
Number of steps (n=TΔt):
Number of paths to plot:

Results will appear here.