Is there a package that has support for complex numbers when integrating?
I quite liked monte carlo integration, because the integrals I am evaluating are 3 dimensional and the error of MC is dimension independant. Also they have a peak so importance sampling seems nice.
However I realized that the integrators dont work with complex numbers, what can I do?
For clarification, I am integrating along the real number line.