View source: R/ACutils_export.R
KL_dist | R Documentation |
Compute the Kullback-Leibler for zero-mean Gaussian distributed data. Can be used to measure the distance between the true underlying covariance (or precision) matrix and the estimated one.
KL_dist(Ktr, K)
Ktr |
the true matrix. Can be both covariance or precision |
K |
the estimated matrix. Can be both covariance or precision |
scalar, the distance between N(0, Ktr) and N(0, K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.