Skip to content

Releases: fau-klue/pandas-association-measures

v0.1.7

04 Nov 14:18
a186c29
Compare
Choose a tag to compare

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

12 Oct 14:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6