MCMCglmm (version 2.28)

knorm: (Mixed) Central Moments of a Multivariate Normal Distribution

Description

Forms a tensor of (mixed) central moments of a multivariate normal distribution

Usage

knorm(V, k)

Arguments

V

(co)variance matrix

k

kth central moment, must be even

Value

tensor

References

Schott, J.R.(2003) Journal of Multivariate Analysis 87 (1) 177-190

See Also

dnorm

Examples

Run this code
# NOT RUN {
V<-diag(2)
knorm(V,2)
knorm(V,4)
# }

Run the code above in your browser using DataLab