gauss.hermite | R Documentation |
gauss.hermite
calculates the Gauss-Hermite quadrature values
for a specified number of 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.