gauss.hermite {rmutil} | R Documentation |
gauss.hermite
calculates the Gauss-Hermite quadrature points.
gauss.hermite(points, iterlim=10)
points |
The number of points. |
iterlim |
Maximum number of iterations in Newton-Raphson. |
gauss.hermite
returns a two-column matrix containing the points
and their corresponding weights.
J.K. Lindsey
gauss.hermite(10)