evalHermitePoly: Evaluate Hermite polynomial at given location

View source: R/lib.R

evalHermitePolyR Documentation

Evaluate Hermite polynomial at given location

Description

Evaluate Hermite polynomial of given degree at given location. This function is provided for demonstration/teaching purposes; this method is not used by gaussHermiteData. It is numerically unstable for high-degree polynomials.

Usage

evalHermitePoly(x, n)

Arguments

x

Vector of location(s) at which polynomial will be evaluated

n

Degree of Hermite polynomial to compute

Value

Vector of length(x) values of Hermite polynomial

Author(s)

Alexander W Blocker ablocker@gmail.com

See Also

gaussHermiteData, aghQuad, ghQuad


awblocker/fastGHQuad documentation built on May 6, 2022, 5:49 a.m.