Skip to content

Reimplementation of Raphaelvallat's Pingouin in Julia

License

Notifications You must be signed in to change notification settings

bouromain/Pingouin.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingouin.jl

A reimplementation of Raphaelvallat's Pingouin in Julia, from scratch. Currently at a really early stage, not usable at all.

I'm a PhD student who has to do statistical analysis. I'm also interested in Julia. To learn Julia, I decided to reimplement my favorite stats lib I used in Python. I'm starting with the functions I use the most, and simple statistical tests. I'm open to every suggestions/contributions :)

I'm just starting in Julia, so if you find my code ugly, of if you want to suggest some good practices, feel free to open an issue <3

Pingouin.jl is an open-source statistical package written in pure Julia, and based mostly on DataFrames.jl, and HypothesisTests.jl. Some of its main features are listed below. For a full list of future functions, please refer to the original Python API documentation.

Pingouin is designed for users who want simple yet exhaustive stats functions: sample code

Current progress

  • Distribution,
  • Effect sizes [WIP],
  • Non-parametric,
  • ANOVA and T-test,
  • Correlation and regression,
  • Multiple comparisons and post-hoc tests,
  • Bayesian,
  • Circular,
  • Contingency,
  • Multivariate tests,
  • Plotting,
  • Power analysis,
  • Reliability and consistency,
  • Others.

About

Reimplementation of Raphaelvallat's Pingouin in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%