You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really an expert here so I'm not sure if the non-normalized entropy can be negative, but I'm quite sure the normalized one shouldn't be negative given that it should be in [0,1]?
Package versions
[ab4b797d] ComplexityMeasures v2.8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If I pass unsigned numbers to
complexity_normalized(SampleEntropy)
, the resulting entropy is negative.Minimal Working Example
A few examples:
vs when using signed ints:
I'm not really an expert here so I'm not sure if the non-normalized entropy can be negative, but I'm quite sure the normalized one shouldn't be negative given that it should be in
[0,1]
?Package versions
The text was updated successfully, but these errors were encountered: