SufficientStatisticsIsMissing Method |
Determines the value of object which cannot be classified into any statistical distribution bins.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public abstract bool IsMissing()
Public MustOverride Function IsMissing As Boolean
public:
virtual bool IsMissing() abstract
abstract IsMissing : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.Distributions.SufficientStatistics.IsMissing"]
See Also