Histogram Properties |
The Histogram type exposes the following members.
Name | Description | |
---|---|---|
AutoAdjustmentRule |
Gets or sets the bin size auto adjustment rule
to be used when computing this histogram from
new data. Default is SquareRoot.
| |
Bins |
Gets the collection of bins of this Histogram.
| |
Cumulative |
Gets or sets whether this histogram represents a cumulative distribution.
| |
Edges |
Gets the edges of each bin in this Histogram.
| |
InclusiveUpperBound |
Gets or sets a value indicating whether the last bin
should have an inclusive upper bound. Default is true.
| |
Item |
Gets the Bin values of this Histogram.
| |
Max |
Maximum value.
| |
Mean |
Mean value.
| |
Median |
Median value.
| |
Min |
Minimum value.
| |
Range |
Gets the Range of the values in this Histogram.
| |
StdDev |
Standard deviation.
| |
TotalCount |
Total count of values.
| |
Values |
Gets the Bin values for this Histogram.
|