gaussian_quad {micsr} | R Documentation |
Gauss-Hermitte quadrature
Description
Computes the node and the weights for the Gauss-Hermite quadrature (integral on the whole real line)
Usage
gauss_hermite(N)
Arguments
N |
the number of evaluations |
Value
a list containing two numeric vectors of length N, the first one containing the nodes and the second one the weights
[Package micsr version 0.1-3 Index]