-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement NSum
and improve NIntegrate
with mike-gimelfarb/numerical-integration library
#1034
Labels
Comments
axkr
added a commit
that referenced
this issue
Jul 31, 2024
axkr
added a commit
that referenced
this issue
Aug 1, 2024
axkr
added a commit
that referenced
this issue
Aug 3, 2024
- use interfaces `IDiscreteDistribution, IContinuousDistribution` - defined keyword `NProduct`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this library to implement
NSum
and improveNIntegrate
@mike-gimelfarb
I did an initial implementation of your project in package
org.matheclipse.core.numerics
and used theTanhSinh
quadrature to implementMethod->DoubleExponential
.The text was updated successfully, but these errors were encountered: