Click or drag to resize

Histogram Methods

The Histogram type exposes the following members.

Methods
 NameDescription
Public methodAddData(Double) Updates the histogram bin count with the given data point.
Public methodAddData(Double) Updates the histogram bin counts with the given array of data points.
Public methodAddData(DoubleVector) Updates the histogram bin counts with the given vector of data points.
Public methodBin(Double) Returns which bin this value lies in.
Public methodBin(Int32) Returns the nth bin interval.
Public methodCDF(Double) The portion of the data in the same bin as the value or below.
Public methodCDF(Int32) The portion of the data in the same bin as the value or below.
Public methodClone Creates a deep copy of this histogram.
Public methodCount Gets the bin count for the specifed bin.
Public methodPDF(Double) The portion of the data in the same bin as the value.
Public methodPDF(Int32) The portion of the data in this bin.
Public methodReset Resets all bin counts to zero. The number of bins and bin boundaries remain unchanged.
Public methodStemLeaf Formats the contents of this histogram into a simple ASCII stem-leaf diagram.
Public methodToString Returns a formatted string representation of this histogram.
(Overrides ObjectToString)
Top
See Also