mutualinfo(x, y,nBins, ifplot)

Version 1.1 (2.08 KB) by Wei-Rong Chen
This function calculates the mutual information of X and Y
479 Downloads
Updated 9 Nov 2015

View License

% Calculate the mutual information between x and y using the simple histogram method.
% Jeffrey-Perks law is assumed (adding 0.5 to all cells before MI estimation).
% Usage: MI = mutualinfo(x, y,nBins, ifplot)
% 'nBins' : number of bins for each dimension.
% mutual informaiton: I(X;Y) = sum(sum(p(x,y)*log(p(x,y)/p(x)p(y)))
% See "Information Theory" (Shannon, 1948)
% This code is inspired by:
% Iskarous, K., Mooshammer, C., Hoole, P., Recasens,
% D., Shadle, C. H., Saltzman, E., and Whalen, D. H. (2013).
% "The coarticulation/invariance scale: Mutual information
% as a measure of coarticulation resistance, motor synergy,
% and articulatory invariance," J. Acoust. Soc. Am. 134, 1271-1282.
%
% Requirement: "hist3" in Statistics and Machine Learning Toolbox

Cite As

Wei-Rong Chen (2024). mutualinfo(x, y,nBins, ifplot) (https://www.mathworks.com/matlabcentral/fileexchange/50320-mutualinfo-x-y-nbins-ifplot), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Communities

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1

.
.

1.0.0.0