gauss_laguerre {micsr} | R Documentation |
Gauss-Laguerre quadrature
Description
Computes the node and the weights for the Gauss-Laguerre quadrature (integral on the whole real line)
Usage
gauss_laguerre(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]