Click or drag to resize
Accord.NET (logo)

Histogram Properties

The Histogram type exposes the following members.

Properties
  NameDescription
Public propertyAutoAdjustmentRule
Gets or sets the bin size auto adjustment rule to be used when computing this histogram from new data. Default is SquareRoot.
Public propertyBins
Gets the collection of bins of this Histogram.
Public propertyCumulative
Gets or sets whether this histogram represents a cumulative distribution.
Public propertyEdges
Gets the edges of each bin in this Histogram.
Public propertyInclusiveUpperBound
Gets or sets a value indicating whether the last bin should have an inclusive upper bound. Default is true.
Public propertyItem
Gets the Bin values of this Histogram.
Public propertyMax
Maximum value.
Public propertyMean
Mean value.
Public propertyMedian
Median value.
Public propertyMin
Minimum value.
Public propertyRange
Gets the Range of the values in this Histogram.
Public propertyStdDev
Standard deviation.
Public propertyTotalCount
Total count of values.
Public propertyValues
Gets the Bin values for this Histogram.
Top
See Also