filmov
tv
Numerical on Entropy (with matlab)

Показать описание
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:
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: