Hermite_Coeff {MultiStatM}R Documentation

Coefficients of univariate Hermite polynomials

Description

Provides the vector of coefficients of the univariate Hermite polynomial H_N(x) with variance 1 and order N.

Usage

Hermite_Coeff(N)

Arguments

N

The order of polynomial

Value

The vector of coefficients of x^N, x^{N-2}...

References

Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 4.4 (4.24)

See Also

Other Hermite: Hermite_CoeffMulti(), Hermite_N_Cov_X1_X2(), Hermite_Nth(), Hermite_Poly_HN_Multi(), Hermite_Poly_HN(), Hermite_Poly_NH_Inv(), Hermite_Poly_NH_Multi_Inv()


[Package MultiStatM version 1.2.1 Index]