SampleHermiteN | R Documentation |
The vector x is standardized and the N-th d-variate polynomial is computed
SampleHermiteN(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<-SampleHermiteN(x,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.