photo

rakesh ranjan


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Calculating the entropy of a discrete memoryless source?
function Y=esingle(p) if(p==0) Y=0; return; else Y=p*log2(1/p); end end

3 years ago | 0