Skip to content

sxp189/stochastic_mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stochastic Modeling

This repository is a collection of jupyter notebooks focused on stochastic modeling.

Monte Carlo Method with Geometric Brownian Motion (GBM)

As a starter model, the Geometric Brownian Motion model is used to simulate future stock prices based on the past 5 years of historical stock data from yfinance. Here, I've applied the Monte Carlo method by running 1000 simulations.

Monte Carlo Method with Heston Volatility

For a more realistic simulation of stock prices, I am considering applying the Heston Volatility model to the Monte Carlo method.

About

Stock price simulation based on Monte Carlo method with varying models (e.g. GBM).

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors