| BooleanStatistics Methods | 
The BooleanStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| AsBooleanStatistics | 
            Converts current object to BooleanStatistics.
              (Overrides SufficientStatisticsAsBooleanStatistics.) | |
| AsContinuousStatistics | 
            Converts current object to ContinuousStatistics.
              (Overrides SufficientStatisticsAsContinuousStatistics.) | |
| AsDiscreteStatistics | 
            Converts current object to DiscreteStatistics.
              (Overrides SufficientStatisticsAsDiscreteStatistics.) | |
| AsGaussianStatistics | 
            Converts current object to GaussianStatistics.
              (Overrides SufficientStatisticsAsGaussianStatistics.) | |
| AsStatisticsList | 
            Converts current object to StatisticsList.
              (Overrides SufficientStatisticsAsStatisticsList.) | |
| CompareTo | 
             Compares the current object with another object of the same type.
              (Inherited from SufficientStatistics.) | |
| ConvertToBooleanStatistics | 
            Convert Sufficient statistics to boolean statistics.
              | |
| Equals(Object) | 
            Compares a given object with the current object.
              (Overrides SufficientStatisticsEquals(Object).) | |
| Equals(SufficientStatistics) | 
            Compares a given SufficientStatistics object with the current object.
              (Overrides SufficientStatisticsEquals(SufficientStatistics).) | |
| 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 SufficientStatisticsGetHashCode.) | |
| GetInstance | 
            Instantiate a new instance of BooleanStatistics class.
              | |
| 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.
              (Overrides SufficientStatisticsIsMissing.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            Returns a System.String that represents the current Object.
              (Overrides ObjectToString.) | |
| TryParse | 
            Try converting the given string into SufficientStatistics object.
              |