Hermite_Poly_NH_Inv {MultiStatM} | R Documentation |
Inverse univariate Hermite polynomial
Hermite_Poly_NH_Inv(H_N_x, sigma2 = 1)
H_N_x |
The vector of Hermite Polynomials from 1 to N evaluated at x |
sigma2 |
The variance, by default is set to 1 |
The vector of x powers: x^n
, n=1:N
Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 4.4, (4.23), p.198
Other Hermite:
Hermite_CoeffMulti()
,
Hermite_Coeff()
,
Hermite_N_Cov_X1_X2()
,
Hermite_Nth()
,
Hermite_Poly_HN_Multi()
,
Hermite_Poly_HN()
,
Hermite_Poly_NH_Multi_Inv()