Hermite_Coeff {MultiStatM} | R Documentation |
Provides the vector of coefficients of the univariate Hermite polynomial
H_N(x)
with variance 1 and order N.
Hermite_Coeff(N)
N |
The order of polynomial |
The vector of coefficients of x^N
, x^{N-2}
...
Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 4.4 (4.24)
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()