knorm | R Documentation |
Forms a tensor of (mixed) central moments of a multivariate normal distribution
knorm(V, k)
V |
(co)variance matrix |
k |
kth central moment, must be even |
tensor
Jarrod Hadfield j.hadfield@ed.ac.uk
Schott, J.R.(2003) Journal of Multivariate Analysis 87 (1) 177-190
dnorm
V<-diag(2)
knorm(V,2)
knorm(V,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.