Click or drag to resize
SufficientStatistics Methods

The SufficientStatistics type exposes the following members.

Methods
  NameDescription
Public methodAsBooleanStatistics
Converts current object to BooleanStatistics.
Public methodAsContinuousStatistics
Converts current object to ContinuousStatistics.
Public methodAsDiscreteStatistics
Converts current object to DiscreteStatistics.
Public methodAsGaussianStatistics
Converts current object to GaussianStatistics.
Public methodAsStatisticsList
Converts current object to StatisticsList.
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals(Object)
Determines whether the specified SObject is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(SufficientStatistics)
Determines whether the specified Object is equal to the current Object.
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 ObjectGetHashCode.)
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Convert given string into SufficientStatistics object. If string is not in correct format, throws an argument exception.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryParse
Try converting the given string into SufficientStatistics object.
Top
See Also