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