Mutual Information
by Will Dwinnell
12 Sep 2010
(Updated 03 Jan 2012)
Calculates the mutual information between two discrete variables (or a group and a single variable).
|
Watch this File
|
| File Information |
| Description |
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.
|
| MATLAB release |
MATLAB 6.0 (R12)
|
| Other requirements |
Requires JointEntropy and Entropy functions. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 03 Jan 2012 |
I have updated the description to clarify the use of this routine. |
|
Contact us at files@mathworks.com