Click or drag to resize

StatSet Methods

The StatSet type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add element to the set.
Public methodCopyTo
Copy internal state to destination object.
(Overrides StatCollectionCopyTo(StatCollection).)
Public methodCumulativeDistribution
Return the cumulative distribution function of the observed data at the specified point.
Public methodEnableTree
Fill the internal AVL tree for data storing.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMedian
The observed data median value. http://en.wikipedia.org/wiki/Median
Public methodOrderStatistic
Get the order statistic of the observed data. http://en.wikipedia.org/wiki/Order_statistic
Public methodQuantile
Get the quantile of the observed data. http://en.wikipedia.org/wiki/Quantile
Public methodRemove
Removes element from the set.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also