Click or drag to resize
BooleanStatistics Methods

The BooleanStatistics type exposes the following members.

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
See Also