Ddivergence | R Documentation |
Calculates Ovaskainen's (2008) d-divergence between 2 zero-mean multivariate normal distributions.
Ddivergence(CA=NULL, CB=NULL, n=10000)
CA |
Matrix A |
CB |
Matrix B |
n |
number of Monte Carlo samples for approximating the integral |
d-divergence
In versions of MCMCglmm <2.26 Ovaskainen's (2008) d-divergence was incorrectly calculated.
Jarrod Hadfield j.hadfield@ed.ac.uk
Ovaskainen, O. et. al. (2008) Proc. Roy. Soc - B (275) 1635 593-750
CA<-rIW(diag(2),10, n=1)
CB<-rIW(diag(2),10, n=1)
Ddivergence(CA, CB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.