powered by
The vector x is standardized and the N-th d-variate polynomial is computed
SampleHermiteN(x, N)
The vector of the N-th d-variate polynomial
a d-variate data vector
the order of the d-variate Hermite polynomial
x<-MASS::mvrnorm(100,rep(0,3),diag(3)) H3<-SampleHermiteN(x,3)
Run the code above in your browser using DataLab