hermitePolyCoef | R Documentation |
Calculate coefficients of Hermite polynomial using recursion relation. This function is provided for demonstration/teaching purposes; this method is not used by gaussHermiteData. It is numerically unstable for high-degree polynomials.
hermitePolyCoef(n)
n |
Degree of Hermite polynomial to compute |
Vector of (n+1) coefficients from requested polynomial
Alexander W Blocker ablocker@gmail.com
gaussHermiteData
, aghQuad
,
ghQuad
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.