| HistogramAddData Method |
| Name | Description | |
|---|---|---|
| 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.
|