Class Float64Stats (0.8.0)

The data statistics of a series of FLOAT64 values.

The standard deviation of the series.

Histogram buckets of the data series. Sorted by the min value of the bucket, ascendingly, and the number of the buckets is dynamically generated. The buckets are non-overlapping and completely cover whole FLOAT64 range with min of first bucket being "-Infinity", and max of the last one being "Infinity".

Classes

HistogramBucket

A bucket of a histogram.

The maximum value of the bucket, exclusive unless max = "Infinity", in which case it's inclusive.