| Histogram Methods |
The Histogram type exposes the following members.
| Name | Description | |
|---|---|---|
| AddBucket |
Adds a Bucket to the Histogram.
| |
| AddData(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.
| |
| AddData(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.
| |
| GetBucketIndexOf |
Returns the index in the Histogram of the Bucket
that contains the value v.
| |
| GetBucketOf |
Returns the Bucket that contains the value v.
| |
| ToString |
Prints the buckets contained in the Histogram.
(Overrides ObjectToString.) |