Histogram class

A metric which calculates the distribution of a value.

See Accurately computing running variance

Implemented types

Constructors

Histogram(Reservoir _reservoir)
Creates a new Histogram with the given _reservoir.

Properties

count int
The number of values recorded.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot Snapshot
A snapshot of the values.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(int value) → void
Adds a recorded value.

Operators

operator ==(Object other) bool
The equality operator.
inherited