Histogram

object Histogram
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(key: Histogram): Histogram
def apply(name: String, boundaries: Chunk[Double], tags: Label*): Histogram

Constructs a histogram with the specified name, boundaries, and labels. The boundaries must be in strictly increasing order.

Constructs a histogram with the specified name, boundaries, and labels. The boundaries must be in strictly increasing order.

Concrete fields

A histogram that does nothing.

A histogram that does nothing.