BooleanStatistics Class |
Namespace: Bio.Distributions
The BooleanStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetMissingInstance |
Gets a new instance of BooleanStatistics as missing value.
|
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.
|
Name | Description | |
---|---|---|
![]() ![]() | (BooleanStatistics to Int32) |
Converts boolean statistics to integer.
|
![]() ![]() | (DiscreteStatistics to BooleanStatistics) |
Converts Discrete statistics to boolean statistics.
|
![]() ![]() | (Boolean to BooleanStatistics) |
Converts boolean value to boolean statistics.
|
![]() ![]() | (BooleanStatistics to Boolean) |
Converts boolean statistics to boolean value.
|
![]() ![]() | (BooleanStatistics to DiscreteStatistics) |
Converts BooleanStatistics to DiscreteStatistics.
|
![]() ![]() | (MissingStatistics to BooleanStatistics) |
Converts MissingStatistics to boolean statistics.
|
Name | Description | |
---|---|---|
![]() ![]() | False |
False: Boolean state.
|
![]() ![]() | Missing |
Use integer mapping for consistent array indexing conventions.
Missing value which cannot be classified in either of two states.
|
![]() ![]() | True |
True: Boolean state.
|