Kullback-Leiber Distance

Hi, I have two mean vectors: M1 = [1;0], M2 = [0;1] and covariance matrices: C1 = [1 0; 0 2], C2 = [2 0; 0 3]
How can I compute the KL distance in Matlab?

Answers (0)

Categories

Asked:

on 31 Mar 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!