Learn R Programming

NominalLogisticBiplot (version 0.2)

hermquad: Gauss-Hermite quadrature

Description

Computes the Hermite Quadrature weights for a set of grid points

Usage

hermquad(N)

Arguments

N
Number of nodes for the quadrature

Value

An object of class "GaussQuadrature". This has the components:
X
Coordinates of the nodes
W
Weights asociated to each node

References

Stroud, A.H. and Secrest, D. (1966) Gaussian Quadrature Formulas, Englewood Cliffs, NJ: Prentice-Hall.

Hildebrand,F. B. (1987) Intoduction to Numerical Analysis 2nd Ed, Dover Publications, New York, page 385

Examples

Run this code
  
  hermquad(10)

Run the code above in your browser using DataLab