Hermite_Poly_NH_Inv {MultiStatM}R Documentation

Inverse univariate Hermite polynomial

Description

Inverse univariate Hermite polynomial

Usage

Hermite_Poly_NH_Inv(H_N_x, sigma2 = 1)

Arguments

H_N_x

The vector of Hermite Polynomials from 1 to N evaluated at x

sigma2

The variance, by default is set to 1

Value

The vector of x powers: x^n, n=1:N

References

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

See Also

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()


[Package MultiStatM version 1.2.1 Index]