QuadRules | R Documentation |
This data set stores nodes an weights for Gauss-Quadrature. Syntax:
QuadRules[['type']][['level']]
type="GLe" Gauss-Legendre; interval [0,1]; max-level 45
type="nLe" nested-type Gauss-Legendre; interval [0,1]; max-level 25
type="GKr" Gauss-Kronrod; interval [0,1]; max-level 29
type="GLa" Gauss-Laguere; interval [0, Inf); max-level 30
type="GHe" Gauss-Hermite; interval (-Inf, Inf); max-level 45
type="GHN" Gauss-Hermite (as above, but pre-multiplied weights \hat(w)_i = w_i * \phi(x_i)
)
type="nHe" nested-type Gauss-Hermite; interval (-Inf, Inf) max-level 25
type="nHN" nested-type Gauss-Hermite (as above, but pre-multiplied weights \hat(w)_i = w_i * \phi(x_i)
)
type="Leja" Leja-points; interval [0,1]; max-level 141
list of nodes and weights (for organisation see "Syntax" in description section)
- http://keisan.casio.com/exec/system/1329114617 high precission computing (for G..-rules)
- further information in createNIGrid
nw <- QuadRules[["GHe"]][[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.