Hermite polynomials #
This file defines Polynomial.hermite n, the nth probabilists' Hermite polynomial.
Main definitions #
Polynomial.hermite n: thenth probabilists' Hermite polynomial, defined recursively as aPolynomial ℤ
Results #
Polynomial.hermite_succ: the recursionhermite (n+1) = (x - d/dx) (hermite n)Polynomial.coeff_hermite_explicit: a closed formula for (nonvanishing) coefficients in terms of binomial coefficients and double factorials.Polynomial.coeff_hermite_of_odd_add: forn,kwheren+kis odd,(hermite n).coeff kis zero.Polynomial.coeff_hermite_of_even_add: a closed formula for(hermite n).coeff kwhenn+kis even, equivalent toPolynomial.coeff_hermite_explicit.Polynomial.monic_hermite: for alln,hermite nis monic.Polynomial.degree_hermite: for alln,hermite nhas degreen.
References #
the probabilists' Hermite polynomials.