packages feed

probability-dist-0.1.0.0: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

## 0.1.0.0 — Initial release

* Initial public release.
* Added discrete probability distributions:

  * Binomial
  * Negative Binomial
  * Geometric
  * Multinomial
* Added continuous probability distributions:

  * Normal
  * Exponential
  * Gamma
  * Uniform
* Added probability mass, density, and cumulative distribution functions where applicable.
* Added explicit error handling through `Either`.
* Added numerical support for logarithmic factorial, combination, Gamma, Beta, and error functions.
* Added Cabal test suite covering numerical results, boundary conditions, and invalid inputs.