Learn R Programming

rmutil (version 1.1.9)

gauss.hermite: 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)

Value

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

Arguments

points

The number of points.

iterlim

Maximum number of iterations in Newton-Raphson.

Author

J.K. Lindsey

Examples

Run this code
gauss.hermite(10)

Run the code above in your browser using DataLab