hermquad: Gauss-Hermite quadrature

Description Usage Arguments Value Author(s) References Examples

View source: R/hermquad.R

Description

Computes the Hermite Quadrature weights for a set of grid points

Usage

1

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

Author(s)

Jose Luis Vicente-Villardon,Julio Cesar Hernandez Sanchez

Maintainer: Jose Luis Vicente-Villardon <villardon@usal.es>

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

1
2
  
  hermquad(10)

NominalLogisticBiplot documentation built on May 2, 2019, 6:03 a.m.