Releases: fau-klue/pandas-association-measures
Releases · fau-klue/pandas-association-measures
v0.1.7
compatibility:
- require scipy instead of python3.8
measures:
- local MI
- simple LL
- extend parameters of conservative log ratio (Sidak correction)
sort & categorize measures:
- asymptotic hypothesis tests
- point estimates of association strength
- (likelihood measures)
- information theory
- conservative estimates
universal discounting for zeros:
- O11 and O12 are set to a small value where they're 0 (0.001 by default; except for Hardie's dubious discounting of 0.5)
- this makes additional definition of phi-function obsolete
- NB discounting does not have any effect for some measures (log-likelihood, local MI)
v0.1.6
What's Changed
- github workflows by @ausgerechnet in #20
- V0.1.6 by @ausgerechnet in #19
Full Changelog: v0.1.5...v0.1.6