Description Usage Arguments Author(s) Source
View source: R/auxiliary_gauss.quad.R
This function calculates nodes and weights for Gaussian quadrature. See
help("gauss.quad")
from package statmod
.
1 | gauss.quad(n, kind = "legendre", alpha = 0, beta = 0)
|
n |
number of nodes and weigh |
kind |
kind of Gaussian quadrature, one of "legendre", "chebyshev1", "chebyshev2", "hermite", "jacobi" or "laguerre" |
alpha |
parameter for Jacobi or Laguerre quadrature, must be greater than -1 |
beta |
parameter for Jacobi quadrature, must be greater than -1 |
Original version by Gordon Smyth
Gordon Smyth with contributions from Yifang Hu, Peter Dunn and Belinda Phipson. (2011). statmod: Statistical Modeling. R package version 1.4.11. https://CRAN.R-project.org/package=statmod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.