public final class BucketBoundaries extends Object
Distribution.| Modifier and Type | Method and Description |
|---|---|
static BucketBoundaries |
create(List<Double> bucketBoundaries) |
List<Double> |
getBoundaries() |
public static final BucketBoundaries create(List<Double> bucketBoundaries)
bucketBoundaries - the boundaries for the buckets in the underlying Distribution.BucketBoundaries with the specified boundaries.NullPointerException - if bucketBoundaries is null.IllegalArgumentException - if bucketBoundaries is not sorted, or has zero length.