概述
Conditional Entropy
ConditionalEntropy: Calculates conditional entropy (in bits) of Y, given X
H = ConditionalEntropy(Y,X)
H = calculated entropy of Y, given X (in bits)
Y = dependent variable (column vector)
X = independent variable(s)
Note 1: Each distinct value is considered a unique symbol.
Note 2: requires 'Entropy' and 'MutualInformation' functions
Example: 'X' (1 bit of entropy), 'Y' (2 bits of entropy)
Given 'X', 'Y's conditional entropy is 1 bit.
Note: Estimated entropy values are slightly less than true, due to finite sample size.
Y = ceil(4 * rand(1e3,1)); X = double(Y <= 2);
ConditionalEntropy(Y,X)
最后
以上就是失眠可乐为你收集整理的matlab 条件计数,matlab计算离散变量的条件熵,考虑到其他离散变量的全部内容,希望文章能够帮你解决matlab 条件计数,matlab计算离散变量的条件熵,考虑到其他离散变量所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复