mutualinfo(x, y,nBins, ifplot)

Version 1.1 (2,08 KB) von Wei-Rong Chen
This function calculates the mutual information of X and Y
492 Downloads
Aktualisiert 9. Nov 2015

Lizenz anzeigen

% 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

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und MATLAB Answers
Communitys
Mehrere Dateien sind in der  Power Electronics Control Community erhältlich

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1

.
.

1.0.0.0