Click or drag to resize
DiscreteStatistics Methods

The DiscreteStatistics type exposes the following members.

Methods
  NameDescription
Public methodAsBooleanStatistics
Converts current object As Boolean Statistics.
(Overrides SufficientStatisticsAsBooleanStatistics.)
Public methodAsContinuousStatistics
Converts current object As Continuous Statistics.
(Overrides SufficientStatisticsAsContinuousStatistics.)
Public methodAsDiscreteStatistics
Converts current object As Discrete Statistics.
(Overrides SufficientStatisticsAsDiscreteStatistics.)
Public methodAsGaussianStatistics
Converts current object As Gaussian Statistics.
(Overrides SufficientStatisticsAsGaussianStatistics.)
Public methodAsStatisticsList
Converts current object As Statistics List.
(Overrides SufficientStatisticsAsStatisticsList.)
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from SufficientStatistics.)
Public methodEquals(Object)
Compares object with Sufficient Statistics.
(Overrides SufficientStatisticsEquals(Object).)
Public methodEquals(SufficientStatistics)
Compares Sufficient Statistics with Discrete Statistics and Boolean Statistics.
(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
Get Hash Code.
(Overrides SufficientStatisticsGetHashCode.)
Public methodStatic memberGetInstance
Get Instance.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMissing
Checks the IsMissing flag and returns it.
(Overrides SufficientStatisticsIsMissing.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Try to Parse the value.
Top
See Also