wcswcswcs / master-thesis-gans-for-sdes

Code for master thesis project, GANs for Monte Carlo simulation of SDE paths. Also used for paper on arXiv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monte Carlo simulation of SDEs using GANs

This repository contains the code used for my master thesis, which was also used to create the results of the following paper, available in pre-print on arXiv: https://arxiv.org/abs/2104.01437.

For a quick overview, start with the tutorial notebook.

Dependencies

  • PyTorch
  • NumPy
  • Statsmodels
  • KDEpy (using FFTKDE for kernel density estimate.)
  • Seaborn (alternative for kernel density estimate)

This project is written in Python 3.

About

Code for master thesis project, GANs for Monte Carlo simulation of SDE paths. Also used for paper on arXiv.


Languages

Language:Jupyter Notebook 81.1%Language:Python 18.9%