Histogram

Undocumented in source.

Constructors

this
this(double low, double high, long nrBuckets)
Undocumented in source.

Members

Functions

put
void put(double v)
Undocumented in source. Be warned that the author may not have intended to support it.
toBar
void toBar(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
toBar
string toBar()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buckets
long[] buckets;
Undocumented in source.
high
double high;
Undocumented in source.
interval
double interval;
Undocumented in source.
low
double low;
Undocumented in source.

Meta