Esti_Hermite_Poly_HN_Multi {MultiStatM} | R Documentation |
The vector x is standardized and the N-th d-variate polynomial is computed
Esti_Hermite_Poly_HN_Multi(x, N)
x |
a d-variate data vector |
N |
the order of the d-variate Hermite polynomial |
The vector of the N-th d-variate polynomial
x<-MASS::mvrnorm(100,rep(0,3),diag(3))
H3<-Esti_Hermite_Poly_HN_Multi(x,3)