-
Updated
Jun 24, 2021 - Go
numerical-methods
Here are 1,274 public repositories matching this topic...
-
Updated
Aug 11, 2021 - HTML
-
Updated
Sep 15, 2021 - C++
-
Updated
Sep 5, 2021 - Python
-
Updated
Sep 10, 2021 - Racket
-
Updated
Dec 6, 2020 - C#
-
Updated
Mar 14, 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
Jun 26, 2021
-
Updated
Sep 9, 2021 - Python
-
Updated
Feb 12, 2021 - HTML
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
Diracs
which 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
Feb 20, 2019 - Python
-
Updated
Dec 11, 2019 - Go
-
Updated
Aug 12, 2021 - Smalltalk
-
Updated
Jul 20, 2021 - Jupyter Notebook
-
Updated
Oct 9, 2020 - Jupyter Notebook
Add test coverage
-
Updated
Sep 6, 2021 - Julia
-
Updated
Nov 11, 2020 - Fortran
-
Updated
Sep 10, 2021 - TeX
-
Updated
Aug 21, 2020 - Haskell
-
Updated
Jun 27, 2018 - Python
-
Updated
Sep 6, 2021 - Python
-
Updated
May 6, 2019
-
Updated
May 11, 2021 - Jupyter Notebook
-
Updated
Nov 23, 2018 - Go
-
Updated
Mar 25, 2021 - Fortran
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.