-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review for v2 - Entropies/Complexities/Multiscale - Datseris #220
Conversation
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
==========================================
- Coverage 84.47% 84.43% -0.05%
==========================================
Files 45 45
Lines 1140 1137 -3
==========================================
- Hits 963 960 -3
Misses 177 177
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The analytical tests here (barely) fail due to #214. We can fix that in a separate PR. |
What's the maximum entropy for:
? It's not mentione in the docstrings |
There's an open issue (#182) on defining the maximum entropy for the Kaniadakis entropy. I haven't found anything in the literature on it yet, although I haven't searched very thoroughly. It might also be the case that nobody has defined it in the literature yet. It would be a fun exercise to figure it out, but I don't have time for that at the moment, so it just means that
For total outcomes
The maximum is defined in the source code. It involves various gamma functions, so better just look there. |
Keyword |
It should be used inside So to not confuse anyone, let's just keep |
I would say that we shouldn't have |
Sure, that's also fine. |
If it was something worning for any probabilitie estimator, sure, but now, using the maximum entropy is so much better
this is good to go. many examples dont' work at the moment btu this is for a different pr that fixes the examples |
Ok, then I'll review this quickly and merge. Will you fix the examples, or should I do it? EDIT: I'll at least fix the tests while reviewing this. Maybe I'll do the examples too if it's nothing major. |
@Datseris Ok, I think I'm done here now. I did
I'll merge when CI passes. |
The tests and docs passed. The last commit is just a typo for the docs. |
Closes #219 . Currently wip.
Changes done:
Entropy
toEntropyDefinition
.EntropyEstimator
toDifferentialEntropyEstimator
.