Click or drag to resize
Histogram Methods

The Histogram type exposes the following members.

Methods
  NameDescription
Public methodAddBucket
Adds a Bucket to the Histogram.
Public methodAddData(IEnumerableDouble)
Add a sequence of data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Public methodAddData(Double)
Add one data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Public methodGetBucketIndexOf
Returns the index in the Histogram of the Bucket that contains the value v.
Public methodGetBucketOf
Returns the Bucket that contains the value v.
Public methodToString
Prints the buckets contained in the Histogram.
(Overrides ObjectToString.)
Top
See Also