gauss_hermite_quad_100 {hermiter} | R Documentation |
Calculates \int_{-\infty}^{\infty} f(x) e^{-x^2} dx
using
Gauss-Hermite quadrature with 100 terms.
Description
Calculates \int_{-\infty}^{\infty} f(x) e^{-x^2} dx
using
Gauss-Hermite quadrature with 100 terms.
Usage
gauss_hermite_quad_100(f)
Arguments
f |
A function. |
Value
A numeric value.
[Package hermiter version 2.3.1 Index]