dot-gauss_hermite_normal: Gauss-Hermite quadrature nodes and weights for N(0,1)...

.gauss_hermite_normalR Documentation

Gauss-Hermite quadrature nodes and weights for N(0,1) integration Computes nodes z_i and weights w_i such that sum(w_i * f(z_i)) approximates E[f(Z)] where Z ~ N(0,1). Uses the Golub-Welsch algorithm.

Description

Gauss-Hermite quadrature nodes and weights for N(0,1) integration Computes nodes z_i and weights w_i such that sum(w_i * f(z_i)) approximates E[f(Z)] where Z ~ N(0,1). Uses the Golub-Welsch algorithm.

Usage

.gauss_hermite_normal(n = 200L)

Arguments

n

Number of quadrature points (default 200)

Value

List with components nodes and weights


wARMASVp documentation built on May 15, 2026, 5:07 p.m.