Mutual Information
버전 1.2.0.0 (1.33 KB) 작성자:
Will Dwinnell
Calculates the mutual information between two discrete variables (or a group and a single variable).
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.
인용 양식
Will Dwinnell (2025). Mutual Information (https://kr.mathworks.com/matlabcentral/fileexchange/28694-mutual-information), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Error Functions에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!