stats/CHANGELOG.md

31 lines
696 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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