empty

fun empty(boundaries: List<Double>): Histogram

An empty histogram over the given bucket boundaries.

The boundaries are a cluster-wide constant: histograms merge only when they match exactly.

Parameters

boundaries

strictly-increasing, finite upper bounds; N boundaries define N + 1 buckets (empty list ⇒ one catch-all bucket).