Distribution Methods |
The Distribution type exposes the following members.
Name | Description | |
---|---|---|
Add(Double) |
Add new element to Distribution.
| |
Add(Double, Object) |
Initializes new element to Distribution.
| |
CumulativeDistribution |
Get estimation of Distribution Function
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetApproximatedQuantile |
Get linearly approximated estimation of distribution's quantile
http://en.wikipedia.org/wiki/Quantile
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOrderStatistic |
Get Order Statistic of stored set.
http://en.wikipedia.org/wiki/Order_statistic
| |
GetOrderStatisticAdditionalInfo |
Get additional value associated with Order Statistic.
| |
GetQuantile |
Get estimation of distribution's Quantile
http://en.wikipedia.org/wiki/Quantile
| |
GetQuantileAdditionalInfo |
Get additional value associated with quantile.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Drop element from set.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |