Liking cljdoc? Tell your friends :D

criterium.util.t-digest

Re-exports t-digest functionality from stats component for backward compatibility.

Re-exports t-digest functionality from stats component for backward
compatibility.
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

source

compressclj

Merge any buffered points into the digest.

Merge any buffered points into the digest.
sourceraw docstring

filter-outliersclj

source

histogramclj

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

Creates a new t-digest with optional compression factor.

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

quantileclj

(quantile digest q)

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

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