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:
Standard Deviation (σ):
Total time (T):
Number of steps (n=TΔt):
Number of paths to plot:
Results will appear here.