Re: [Matplotlib-users] Entropy calculation incorrect?

2014-04-28 Thread Nathan Lindop
@lists.sourceforge.net Sent: Friday, 25 April 2014, 19:38 Subject: Re: [Matplotlib-users] Entropy calculation incorrect? Nathan, Thanks for bringing this up.  It looks like the short-term fix is to make the documentation match the code.  Longer term, it seems to me like this is the sort of thing

Re: [Matplotlib-users] Entropy calculation incorrect?

2014-04-28 Thread Jerzy Karczmarczuk
This is a side-remark. Please, don't exaggerate with the term incorrect. Binary, decimal, natural... logarithms, all this is just a matter of multiplicative CONSTANT, and sometimes a question of convention. I am a physicist, and for us the entropy is NOT given in bits. We use natural

Re: [Matplotlib-users] Entropy calculation incorrect?

2014-04-28 Thread Nathan Lindop
: Monday, 28 April 2014, 10:02 Subject: Re: [Matplotlib-users] Entropy calculation incorrect? This is a side-remark. Please, don't exaggerate with the term incorrect. Binary, decimal, natural... logarithms, all this is just a matter of multiplicative CONSTANT, and sometimes a question

[Matplotlib-users] Entropy calculation incorrect?

2014-04-25 Thread Nathan Lindop
Hello, I have been using the matplotlib.mlab.entropy function and have noticed that it may be incorrect. I have posted a question on stackoverflow here: http://stackoverflow.com/questions/23291576/matplotlib-mlab-entropy-calculation-incorrect I thought I would should it on the mailing list

Re: [Matplotlib-users] Entropy calculation incorrect?

2014-04-25 Thread Eric Firing
Nathan, Thanks for bringing this up. It looks like the short-term fix is to make the documentation match the code. Longer term, it seems to me like this is the sort of thing that should be deprecated; it doesn't belong in matplotlib any more. Would you open an issue on Github, please? Even