Home | History | Annotate | Download | only in export

Lines Matching defs:Distribution

34  * {@link Distribution} contains summary statistics for a population of values. It optionally
35 * contains a histogram representing the distribution of those values across a set of buckets.
42 public abstract class Distribution {
44 Distribution() {}
47 * Creates a {@link Distribution}.
52 * @param bucketOptions the bucket options used to create a histogram for the distribution.
54 * @return a {@code Distribution}.
57 public static Distribution create(
111 * Returns bucket options used to create a histogram for the distribution.
113 * @return the {@code BucketOptions} associated with the {@code Distribution}, or {@code null} if
129 * The bucket options used to create a histogram for the distribution.
151 * the Distribution. If bucket_bounds has only one element, there are no finite buckets, and
155 * @param bucketBoundaries the bucket boundaries of a distribution (given explicitly). The
196 * @param bucketBoundaries the bucket boundaries of a distribution (given explicitly). The
222 * Returns the bucket boundaries of this distribution.
224 * @return the bucket boundaries of this distribution.
289 * An example point that may be used to annotate aggregated distribution values, associated with a