Skip to content

Releases: clementpoiret/Pingouin.jl

v0.2.3

22 May 09:14
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Pingouin v0.2.3

Diff since v0.2.1

  • Updated dependencies,
  • Prevented wrong tails for correlation.

Closed issues:

  • Performance enhancement (#2)
  • LoadError: Some tests did not pass when running julia test/runtests.jl (#5)

Merged pull requests:

v0.2.2 - Correlations

22 Feb 14:03
Compare
Choose a tag to compare
v0.2.2 - Correlations Pre-release
Pre-release

Added support for correlations

v0.2.1 - Updated Non-Parametric tests and replaced SciPy

05 Dec 15:41
Compare
Choose a tag to compare
  • Updated Non-parametric tests,
  • Replaced SciPy by QuadGK for Bayesian tests,
  • Optimizations.

v0.1.0 - Added Effect Sizes and CI

14 Oct 10:24
Compare
Choose a tag to compare
Pre-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.

v0.0.1 - Initial release

13 Oct 11:55
Compare
Choose a tag to compare
Pre-release

First alpha release. Pingouin.jl is a statistical library for users wanting simple yet exhaustive statistics.

Currently support:

  • Anderson-Darling test of distribution,
  • Geometric standard (Z) score,
  • Levene & Bartlett tests,
  • Shapiro-Wilk, Shapiro-Francia and Jarque Bera tests of normality,
  • Mauchly and JNS tests for sphericity.