This package browser is in early development. Mind the rough edges.

ghc-tdigest

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>.

Installation

Install the latest version of ghc-tdigest as follows:

guix install ghc-tdigest

Or install a particular version:

guix install ghc-tdigest@0.2.1.1

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.

Badge code

You can use the following badge to inform users of ghc-tdigest about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ghc-tdigest'><img src='https://packages.guix.gnu.org/packages/ghc-tdigest/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-tdigest/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ghc-tdigest)

Example Org:

[[https://packages.guix.gnu.org/packages/ghc-tdigest][https://packages.guix.gnu.org/packages/ghc-tdigest/badges/latest-version.svg]]