gauss_hermite_quad_100 {hermiter} | R Documentation |
\int_{-\infty}^{\infty} f(x) e^{-x^2} dx
using
Gauss-Hermite quadrature with 100 terms.Calculates \int_{-\infty}^{\infty} f(x) e^{-x^2} dx
using
Gauss-Hermite quadrature with 100 terms.
gauss_hermite_quad_100(f)
f |
A function. |
A numeric value.