Releases: quantumtunneling/T-Digest.NET
Releases · quantumtunneling/T-Digest.NET
Negative Percentile Bug Fix
There were situations in which negative percentiles could be returned by the Quantile() method due to a bug. This has been fixed.
Strong name signing
Merge pull request #3 from yitzhaks/master Add Strong Name signing
Bug Fixes
- Fixed bug where Min/Max were not serialized
- Fixed bug where an estimated quantile could in some cases be larger than the Max value added
Release
Initial release, includes support for calculating percentiles, average, min, max, merging and serialization.
Beta
Added support for Serialization/Deserialization, fixed some bugs
Initial Release
v0.1-apha Add Normal Distribution Test, Cleanup Code