# Structs
Distribution contains summary statistics for a population of values and, optionally, a histogram representing the distribution of those values across a specified set of histogram buckets.
A Distribution may optionally contain a histogram of the values in the population.
A set of buckets with arbitrary widths.
No description provided by the author
Specify a sequence of buckets that have a width that is proportional to the value of the lower bound.
No description provided by the author
Specify a sequence of buckets that all have the same width (except overflow and underflow).
No description provided by the author
The range of the population values.