View Source ddskerl behaviour (ddskerl v0.2.1)
DDSketch behaviour.
Summary
Types
Callbacks
Insert a value into the DDSketch.
Merge two DDSketch instances.
Create a new DDSketch instance.
Calculate the quantile of a DDSketch.
Get the sum number of elements in the DDSketch.
-callback total(ddsketch()) -> non_neg_integer().
Get the total number of elements in the DDSketch.