gauss_laguerre: Gauss-Laguerre quadrature

View source: R/RcppExports.R

gauss_laguerreR 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


micsr documentation built on June 8, 2025, 9:31 p.m.