powered by
gauss.hermite calculates the Gauss-Hermite quadrature values for a specified number of points.
gauss.hermite
gauss.hermite(points, iterlim=10)
The number of points.
Maximum number of iterations in Newton-Raphson.
gauss.hermite returns a two-column matrix containing the points and their corresponding weights.
# NOT RUN { gauss.hermite(10) # }
Run the code above in your browser using DataLab