Liking cljdoc? Tell your friends :D

criterium.stats.t-digest

T-digest streaming quantile estimation. Provides a wrapper API over the merging-digest implementation.

T-digest streaming quantile estimation.
Provides a wrapper API over the merging-digest implementation.
raw docstring

add-pointclj

(add-point digest value)
(add-point digest value weight)

Add a single value into the digest

Add a single value into the digest
sourceraw docstring

cdfclj

(cdf digest x)

Return the cumulative probability at x. Return NaN if digest is empty.

Return the cumulative probability at x.
Return NaN if digest is empty.
sourceraw docstring

centroid-meansclj

(centroid-means digest)
source

compressclj

(compress digest)

Merge any buffered points into the digest.

Merge any buffered points into the digest.
sourceraw docstring

filter-outliersclj

(filter-outliers digest outliers)
source

histogramclj

(histogram digest iqr)
source

maximumclj

(maximum digest)
source

meanclj

(mean digest)

Return the mean estimate. Return NaN if digest is empty.

Return the mean estimate.
Return NaN if digest is empty.
sourceraw docstring

minimumclj

(minimum digest)
source

new-digestclj

(new-digest)
(new-digest compression)
(new-digest compression buffer-size)

Creates a new t-digest with optional compression factor.

Creates a new t-digest with optional compression factor.
sourceraw docstring

quantileclj

(quantile digest x)

Return estimated value at given quantile [0,1]. Return nil if digest is empty.

Return estimated value at given quantile [0,1].
Return nil if digest is empty.
sourceraw docstring

sample-countclj

(sample-count digest)
source

transformclj

(transform digest f)
source

varianceclj

(variance digest)
(variance digest mean)

Return the variance estimate. Return NaN if digest is empty.

Return the variance estimate.
Return NaN if digest is empty.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close