stats/CHANGELOG.md

696 B

v0.1.6

  • Improve factorial (handle BigInt)
  • Improve distributions (handle BigFloat and BigInt)
  • Define more specs
  • Improve Normale Distribution parameters (min-max instead of a-b)

v0.1.5

  • add specs for every function
  • improve file architecture

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