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

https://github.com/magnushelliesen/monte-carlo-simulator

Notebook that implements a class that performs Monte Carlo simulations for a number of timeseries that may co-vary.
https://github.com/magnushelliesen/monte-carlo-simulator

eigenvalues eigenvectors monte-carlo-simulation

Last synced: about 2 months ago
JSON representation

Notebook that implements a class that performs Monte Carlo simulations for a number of timeseries that may co-vary.

Awesome Lists containing this project

README

          

# monte-carlo-simulator

[Notebook](https://github.com/magnushelliesen/monte-carlo-simulator/blob/main/monte-carlo-simulator.ipynb)
that implements a homemade
[class](https://github.com/magnushelliesen/monte-carlo-simulator/blob/main/monte_carlo/monte_carlo.py)
which performs Monte Carlo simulations (using [eigen decomposition](https://en.wikipedia.org/wiki/Eigendecomposition_of_a_matrix)) for a number of timeseries that may or may not co-vary.

Simulations look something like this (found in previously mentioned [notebook](https://github.com/magnushelliesen/monte-carlo-simulator/blob/main/monte-carlo-simulator.ipynb)):
![dnb](https://github.com/magnushelliesen/monte-carlo-simulator/assets/104299371/6e87ed8a-05fd-4263-9cc0-3e4b596ee80a)