Skip to content

v0.1.0 - Added Effect Sizes and CI

Pre-release
Pre-release
Compare
Choose a tag to compare
@clementpoiret clementpoiret released this 14 Oct 10:24
· 90 commits to master since this release

Compute effect sizes between two Arrays:

  • 'cohen': Unbiased Cohen d
  • 'hedges': Hedges g
  • 'glass': Glass delta
  • 'r': correlation coefficient
  • 'eta-square': Eta-square
  • 'odds-ratio': Odds ratio
  • 'auc': Area Under the Curve
  • 'cles': Common Language Effect Size

Convert pearson's r and cohen's d to:

  • 'cohen': Unbiased Cohen d
  • 'hedges': Hedges g
  • 'eta-square': Eta-square
  • 'odds-ratio': Odds ratio
  • 'AUC': Area Under the Curve

Compute effect sizes from T-values.
Parametric confidence intervals around a Cohen d or a correlation coefficient.
Bootstrapped confidence intervals of univariate and bivariate functions.