Skip to content

4slk4/monte_carlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Monte Carlo Simulation for Stock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages