StatSet Methods |
The StatSet type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add element to the set.
| |
CopyTo |
Copy internal state to destination object.
(Overrides StatCollectionCopyTo(StatCollection).) | |
CumulativeDistribution |
Return the cumulative distribution function of the observed data at the specified point.
| |
EnableTree |
Fill the internal AVL tree for data storing.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Median |
The observed data median value.
http://en.wikipedia.org/wiki/Median
| |
OrderStatistic |
Get the order statistic of the observed data.
http://en.wikipedia.org/wiki/Order_statistic
| |
Quantile |
Get the quantile of the observed data.
http://en.wikipedia.org/wiki/Quantile
| |
Remove |
Removes element from the set.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |