Description Usage Arguments Value Examples
From two mean vectors (mu0
, mu1
) and two covariance matrices (covmat0
, covmat1
), this function returns KL divergence between N(mu0,covmat0)
and N(mu1,covmat1)
.
1 2 |
covmat0 |
A covariance matrix of the first multivariate normal distribution |
covmat1 |
A covariance matrix of the second multivariate normal distribution |
mu0 |
A mean vector of the first multivariate normal distribution |
mu1 |
A mean vector of the second multivariate normal distribution |
KL divergence between N(mu0,covmat0)
and N(mu1,covmat1)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.