Mutual Information

Calculates the mutual information between two discrete variables (or a group and a single variable).
8,5K Downloads
Aktualisiert 3. Jan 2012

Lizenz anzeigen

MutualInformation: returns mutual information (in bits) of discrete variables 'X' and 'Y'

I = MutualInformation(X,Y);

I = calculated mutual information (in bits)
X = variable(s) to be analyzed (column vector)
Y = variable to be analyzed (column vector)

Note 1: Multiple variables may be handled jointly as columns in
matrix 'X'.
Note 2: Requires the 'Entropy' and 'JointEntropy' functions.

Zitieren als

Will Dwinnell (2026). Mutual Information (https://de.mathworks.com/matlabcentral/fileexchange/28694-mutual-information), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Error Functions finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.2.0.0

I have updated the description to clarify the use of this routine.

1.0.0.0