What is the recommended way to do numerical integration in Julia — like `NIntegrat

What is the recommended way to do numerical integration in Julia — like NIntegrate in Mathematica?

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

2 Likes

There is also https://github.com/JuliaApproximation/FastGaussQuadrature.jl

There are lots of numerical integration packages in Julia, and which one is best will depend upon the kind integral(s) you want to perform — a little more information would be helpful.

(@ChrisRackauckas’s Quadrature.jl package provides a common interface to several of these packages, but you still need to select an algorithm.)

2 Likes