Histogram

sealed trait Histogram extends Metric with Statistics

Provides histogram metric.

See also:
trait Count
trait Metric
class Object
trait Matchable
class Any

Value members

Inherited methods

def count: Long

Gets count.

Gets count.

Inherited from:
Count
def max: Long

Gets maximum.

Gets maximum.

Inherited from:
Statistics
def mean: Double

Gets mean.

Gets mean.

Inherited from:
Statistics
def median: Double

Gets median.

Gets median.

Inherited from:
Statistics
def min: Long

Gets minimum.

Gets minimum.

Inherited from:
Statistics
def name: String

Gets name.

Gets name.

Inherited from:
Metric
def stdDev: Double

Gets standard deviation.

Gets standard deviation.

Inherited from:
Statistics