Learn R Programming

micsr (version 0.1-2)

gauss_laguerre: 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)

Value

a list containing two numeric vectors of length N, the first one containing the nodes and the second one the weights

Arguments

N

the number of evaluations