-
Updated
Dec 10, 2020
quantitative-finance
Here are 459 public repositories matching this topic...
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 9, 2020 - C#
-
Updated
Dec 10, 2020 - Jupyter Notebook
-
Updated
Dec 12, 2020 - Python
-
Updated
Nov 25, 2020 - Jupyter Notebook
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Mar 6, 2018 - Python
-
Updated
Sep 10, 2020
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 10, 2020 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
May 25, 2020 - Python
-
Updated
Nov 27, 2020
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 11, 2020 - Java
-
Updated
Mar 9, 2018 - Go
-
Updated
Jul 1, 2020 - Python
-
Updated
Aug 3, 2019 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Dec 9, 2020 - Jupyter Notebook
-
Updated
Oct 25, 2019 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
This is the onboarding issue for new contributors to fastquant 😄
Please read through the references below and feel free to ask for help in the issues or slack channel!
Tutorials on the fastquant website:
https://enzoampil.github.io/fastquant-blog/
fastquant example notebooks:
https://nbviewer.jupyter.org/github/enzoampil/fastquant/tree/master/examples/
**Intro t
-
Updated
May 21, 2019
-
Updated
Nov 5, 2020 - Java
-
Updated
Apr 29, 2020 - TeX
Improve this page
Add a description, image, and links to the quantitative-finance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantitative-finance topic, visit your repo's landing page and select "manage topics."


According to @rspadim, functions in
entropy.pycould use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .