Numerical on Entropy (with matlab)

preview_player
Показать описание
Code:

a=0:1;
a=0:0.0001:1;
E=a.*log2(1./a)+(1-a).*log2(2./(1-a));
plot(a,E)

Check my previous video where I explained entropy is max for uniform distribution:

Check the playlist on Information Theory and Coding:

Рекомендации по теме
visit shbcf.ru