An open API service indexing awesome lists of open source software.

https://github.com/duskybomb/quantitative-finance-talk

Tutorial on Quantitative Finance for PyData Delhi 19 Conference
https://github.com/duskybomb/quantitative-finance-talk

quantitative-finance r tutorial

Last synced: 2 months ago
JSON representation

Tutorial on Quantitative Finance for PyData Delhi 19 Conference

Awesome Lists containing this project

README

          

# quantitative-finance-talk

## R Code
- [Introduction to R](Code/01_introduction_to_r.R)
- [Random Walk](Code/02_random_walk.R)
- [Geometric Brownian Motion](Code/03_geometric_brownian_motion.R)
- [Efficient Frontier](Code/04_efficient_frontier.R)
- [Portfolio Optimization](Code/05_portfolio_optimization.R)
- [CAPM](Code/06_capm.R)
- [Intraday](Code/07_intraday.r)

## Notebooks
- [Introduction to R and Finance](Notebooks/01_Introduction_to_R_and_Finance.ipynb)
- [Random Walk and Geometric Brownian Motion](Notebooks/02_Random_Walk_and_GBM.ipynb)
- [Efficient Frontier and Portfolio Optimizatoin](Notebooks/03_Efficient_Frontier_and_Portfolio_Optimization.ipynb)
- [CAPM](Notebooks/04_CAPM.ipynb)
- [Intraday Data](Notebooks/05_Intraday.ipynb)