| .gauss_hermite_normal | R Documentation |
Gauss-Hermite quadrature nodes and weights for N(0,1) integration Computes nodes z_i and weights w_i such that sum(w_i * f(z_i)) approximates E[f(Z)] where Z ~ N(0,1). Uses the Golub-Welsch algorithm.
.gauss_hermite_normal(n = 200L)
n |
Number of quadrature points (default 200) |
List with components nodes and weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.