stats/CHANGELOG.md

441 B

v0.1.4

  • fix binomial distribution

v0.1.3

  • renamed crystal_proba to stats

v0.1.2

  • renamed CrystalProba to crystal_proba

v0.1.0

## Added

  • Initialization of the project
  • The Binomial Distribution and Normale Distribution are added
  • Basic specs are provided as documentation and unitary tests
  • License set to MIT
  • Compatibility with crystal v0.18

Notes

  • Project inherited from RubyBinomial and RubyNormale, from myself