gaussian_quad: Gauss-Hermitte quadrature

gaussian_quadR 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


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