Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 181 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 181 Bytes

Monte Carlo Simulation for Stocks

Formula: Price today = Price Yesterday * e^(mean - 0.5*(std)^2 * Z(rand(0,1))

Requirements: numpy, pandas, pandas_datareader, scipy, matplotlib