outlierPercentile property

double? outlierPercentile
getter/setter pair

The outlier percentile is used to ensure that outliers do not adversely affect the calculation of bucket sizes.

For example, setting an outlier percentile of 0.05 indicates that the top and bottom 5% of values when calculating buckets. The values are still included in the chart, they will be added to the first or last buckets instead of their own buckets. Must be between 0.0 and 0.5.

Implementation

core.double? outlierPercentile;