View source: R/DistanceMetrics.R
KL_divergence | R Documentation |
Compute KL-Divergence on two covariance matrices. KL-Divergence corresponds to the Maximum Wishart Likelihood (MWL) discrepancy described in \insertCiteCudeck1983cvsem.
KL_divergence(implied_sigma, test_S)
implied_sigma |
Model implied covariances matrix from training set |
test_S |
Sample covariance matrix from test set |
KL-Divergence index
()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.