obscure_stats

A small collection of lesser-known statistical measures

MIT License

Downloads
548
Stars
35
Committers
4

Bot releases are hidden (Show)

obscure_stats - 0.3.0 Latest Release

Published by glevv 2 months ago

What's Changed

BREAKING

  • Updated API of some correlation functions:
    • chatterjeexi -> chatterjee_xi
    • blomqvistbeta - > blomqvist_beta
    • concordance_corrcoef -> concordance_correlation
    • zhangi -> zhang_i
    • symmetric_chatterjeexi -> symmetric_chatterjee_xi

NEW

  • Added Fechner correlation;
  • Added Staudte kurtosis;
  • Added Inter-expectile range;

BUGFIXES

  • Now correlations will raise an error if there is not enough unique values or not enough data after preprocess;
  • Fixed bug in crow_siddiqui_kurt calculation;
  • Version bumps for Github Actions.

Full Changelog: https://github.com/glevv/obscure_stats/compare/0.2.6...0.3.0

obscure_stats - 0.2.6

Published by glevv 4 months ago

What's Changed

Full Changelog: https://github.com/glevv/obscure_stats/compare/0.2.5...0.2.6

obscure_stats - 0.2.5

Published by glevv 5 months ago

Hotfix realse

obscure_stats - 0.2.4

Published by glevv 5 months ago

What's Changed

Full Changelog: https://github.com/glevv/obscure_stats/compare/0.2.3...0.2.4

obscure_stats - 0.2.3

Published by glevv 7 months ago

What's Changed

obscure_stats - 0.2.2

Published by glevv 9 months ago

What's Changed

  • Added Gini Mean Difference
obscure_stats - 0.2.1

Published by glevv 9 months ago

What's Changed

  • Added Cole Index;
  • Added Fisher Index
  • Added Wainer and Thissen S*;
  • Added Tukey Coscale;
  • Code optimizations;
  • Small bug fixes;
  • A lot of security updates.
obscure_stats - 0.2.0

Published by glevv 10 months ago

  • Added Renyi entropy;
  • Added McIntosh's D;
  • Documentation and Contribution guide actualization;
  • Code optimizations and bug fixes.
obscure_stats - 0.1.8

Published by glevv 10 months ago

  • New associations measures:
    • Rank Minrelation Coefficient;
    • Winsorized Correlation Coefficient;
    • Blomqvist Beta;
  • New skewness measure:
    • Cumulative skewness;
  • Documentation improvements;
  • Tests clean up and clarifications.
obscure_stats - 0.1.7-alpha

Published by glevv 10 months ago

  • Added L-Skewness;
  • Added L-Kurtosis;
  • Added Range Coefficient;
  • Changed L-CV calculation logic;
  • Refactor Chatterjee Xi Correlation and Symmetric Chatterjee Xi Correlation;
  • Docs improvements.
obscure_stats - 0.1.6-alpha

Published by glevv 10 months ago

obscure_stats - 0.1.5-alpha

Published by glevv 11 months ago

  • Hotfixes
obscure_stats - 0.1.4-alpha

Published by glevv 11 months ago

What's Changed

  • Added examples to README
  • Small tests refactoring
  • Enriched docstrings
  • Bugfixes
obscure_stats - 0.1.3-alpha

Published by glevv 11 months ago

Fixed bug in Standard Trimmed Harrel-Davies quantile estimator

obscure_stats - 0.1.2-alpha

Published by glevv 11 months ago

Support for older versions of Python was added

obscure_stats - Initial release

Published by glevv 11 months ago