-
Updated
Jun 24, 2021 - Go
numerical-methods
Here are 1,373 public repositories matching this topic...
-
Updated
Nov 20, 2021 - HTML
-
Updated
Dec 25, 2021 - C++
-
Updated
Nov 7, 2021 - Python
-
Updated
Dec 22, 2021 - HTML
-
Updated
Sep 20, 2021 - C++
-
Updated
Nov 1, 2021 - C++
A point load can be mathematically represented as a distribution, e.g., a Dirac delta. It breaks the Gridap flow, since one cannot use Gauss quadratures and numerical integration (what we usually do in FEM) to compute the integral of f*v in that case.
I don't want to consider hacks, e.g., touch the vector entry in a particular node in which you want to put the force (assuming the force is on
-
Updated
Mar 23, 2019 - Jupyter Notebook
-
Updated
Sep 9, 2021 - Python
-
Updated
Jun 26, 2021
We should try to improve the fallback operations for RandomVariables in probnum.random_variables._arithmetic and the unary fallback operations in RandomVariable itself.
Ideas include:
- Generic random variables can always be multiplied by
Diracswhich provides a closed form expression for the mean by leveraging linearity E[aX] = a E[X] if a ~ Dirac - One should be able to defin
-
Updated
Oct 25, 2021 - HTML
-
Updated
Feb 20, 2019 - Python
-
Updated
Dec 13, 2021 - Smalltalk
-
Updated
Dec 24, 2021 - Jupyter Notebook
-
Updated
Dec 11, 2019 - Go
Add test coverage
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Dec 23, 2021 - Julia
-
Updated
Nov 11, 2020 - Fortran
-
Updated
Oct 2, 2021 - TeX
-
Updated
May 6, 2019
-
Updated
Sep 6, 2021 - Python
-
Updated
Jun 27, 2018 - Python
-
Updated
May 11, 2021 - Jupyter Notebook
-
Updated
Aug 21, 2020 - Haskell
-
Updated
Nov 23, 2018 - Go
Improve this page
Add a description, image, and links to the numerical-methods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the numerical-methods topic, visit your repo's landing page and select "manage topics."
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.