histogram property

List<Bin>? histogram
getter/setter pair

The histogram of user experiences for a metric.

The histogram will have at least one bin and the densities of all bins will add up to ~1.

Implementation

core.List<Bin>? histogram;