hermitePolyCoef: Get coefficient of Hermite polynomial

View source: R/lib.R

hermitePolyCoefR Documentation

Get coefficient of Hermite polynomial

Description

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.

Usage

hermitePolyCoef(n)

Arguments

n

Degree of Hermite polynomial to compute

Value

Vector of (n+1) coefficients from requested polynomial

Author(s)

Alexander W Blocker ablocker@gmail.com

See Also

gaussHermiteData, aghQuad, ghQuad


fastGHQuad documentation built on May 6, 2022, 1:06 a.m.