Releases: Kiyoshika/inverse-exponential
Releases · Kiyoshika/inverse-exponential
v0.1.2
- Pre-computes common statistics at
fit()
or create()
time:
- mean
- median
- variance
- standard deviation
- first three moments
- implements analytic form of CDF and inverse CDF to relieve the bottleneck on drawing random samples (MASSIVE IMPROVEMENT)
v0.1.1
Fixed bug with rvs()
severely inflating the upper bound. Should now much more accurately represent the underlying distribution.
v0.1
First "public" build of the module.