Processing math: 100%

Stock Model Generator

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

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

Results will appear here.