mutualinfo(x, y,nBins, ifplot)

Versión 1.1 (2,08 KB) por Wei-Rong Chen
This function calculates the mutual information of X and Y
492 descargas
Actualizado 9 nov 2015

Ver licencia

% 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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.
Comunidades de usuarios

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1

.
.

1.0.0.0