ghc-tdigest 0.2.1.1
On-line accumulation of rank-based statistics
This package provides a new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means. . See original paper: "Computing extremely accurate quantiles using t-digest" by Ted Dunning and Otmar Ertl for more details <https://github.com/tdunning/t-digest/blob/07b8f2ca2be8d0a9f04df2feadad5ddc1bb73c88/docs/t-digest-paper/histo.pdf>.
- Outputs:
out
- Website: https://github.com/phadej/haskell-tdigest#readme
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-tdigest 0.2.1.1
as follows:
guix install ghc-tdigest@0.2.1.1
Or install the latest version:
guix install ghc-tdigest
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.