Click or drag to resize
MissingStatistics Class
Missing Statistics class.
Inheritance Hierarchy

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

The MissingStatistics type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGetInstance
Get Instance.
Top
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 object with Is Missing.
(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 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
Get Hash Code.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Try Parse the value.
Top
Fields
  NameDescription
Public fieldStatic memberMissingChar
Missing Character.
Top
See Also