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).
다운로드 수: 8.5K
업데이트 날짜: 2012/1/3

라이선스 보기

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 CenterMATLAB Answers에서 Error Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

I have updated the description to clarify the use of this routine.

1.0.0.0