gauss.hermite: Calculate Gauss-Hermite Quadrature Points

View source: R/ghermite.r

gauss.hermiteR Documentation

Calculate Gauss-Hermite Quadrature Points

Description

gauss.hermite calculates the Gauss-Hermite quadrature values for a specified number of points.

Usage

gauss.hermite(points, iterlim=10)

Arguments

points

The number of points.

iterlim

Maximum number of iterations in Newton-Raphson.

Value

gauss.hermite returns a two-column matrix containing the points and their corresponding weights.

Author(s)

J.K. Lindsey

Examples

gauss.hermite(10)

swihart/rmutil documentation built on Oct. 30, 2022, 9:33 a.m.