SufficientStatistics Methods |
The SufficientStatistics type exposes the following members.
Name | Description | |
---|---|---|
AsBooleanStatistics |
Converts current object to BooleanStatistics.
| |
AsContinuousStatistics |
Converts current object to ContinuousStatistics.
| |
AsDiscreteStatistics |
Converts current object to DiscreteStatistics.
| |
AsGaussianStatistics |
Converts current object to GaussianStatistics.
| |
AsStatisticsList |
Converts current object to StatisticsList.
| |
CompareTo |
Compares the current object with another object of the same type.
| |
Equals(Object) |
Determines whether the specified SObject is equal to the current Object.
(Overrides ObjectEquals(Object).) | |
Equals(SufficientStatistics) |
Determines whether the specified Object is equal to the current Object.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsMissing |
Determines the value of object which cannot be classified into any statistical distribution bins.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Convert given string into SufficientStatistics object.
If string is not in correct format, throws an argument exception.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryParse |
Try converting the given string into SufficientStatistics object.
|