Click or drag to resize
BooleanStatistics Class
Implementation of SufficientStatistics class for Boolean values and Missing values which cannot be classified in either of two states.
Inheritance Hierarchy

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class BooleanStatistics : SufficientStatistics

The BooleanStatistics type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGetMissingInstance
Gets a new instance of BooleanStatistics as missing value.
Top
Methods
  NameDescription
Public methodAsBooleanStatistics
Converts current object to BooleanStatistics.
(Overrides SufficientStatisticsAsBooleanStatistics.)
Public methodAsContinuousStatistics
Converts current object to ContinuousStatistics.
(Overrides SufficientStatisticsAsContinuousStatistics.)
Public methodAsDiscreteStatistics
Converts current object to DiscreteStatistics.
(Overrides SufficientStatisticsAsDiscreteStatistics.)
Public methodAsGaussianStatistics
Converts current object to GaussianStatistics.
(Overrides SufficientStatisticsAsGaussianStatistics.)
Public methodAsStatisticsList
Converts current object to StatisticsList.
(Overrides SufficientStatisticsAsStatisticsList.)
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from SufficientStatistics.)
Public methodStatic memberConvertToBooleanStatistics
Convert Sufficient statistics to boolean statistics.
Public methodEquals(Object)
Compares a given object with the current object.
(Overrides SufficientStatisticsEquals(Object).)
Public methodEquals(SufficientStatistics)
Compares a given SufficientStatistics object with the current object.
(Overrides SufficientStatisticsEquals(SufficientStatistics).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides SufficientStatisticsGetHashCode.)
Public methodStatic memberGetInstance
Instantiate a new instance of BooleanStatistics class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMissing
Determines the value of object which cannot be classified into any statistical distribution bins.
(Overrides SufficientStatisticsIsMissing.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a System.String that represents the current Object.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Try converting the given string into SufficientStatistics object.
Top
Operators
Fields
  NameDescription
Public fieldStatic memberFalse
False: Boolean state.
Public fieldStatic memberMissing
Use integer mapping for consistent array indexing conventions. Missing value which cannot be classified in either of two states.
Public fieldStatic memberTrue
True: Boolean state.
Top
See Also