Click or drag to resize
StatisticsList Methods

The StatisticsList type exposes the following members.

Methods
  NameDescription
Public methodAdd(SufficientStatistics)
Add Sufficient Statistics.
Public methodStatic memberAdd(SufficientStatistics, SufficientStatistics)
Add two Sufficient Statistics.
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 Statistics List.
(Overrides SufficientStatisticsAsGaussianStatistics.)
Public methodAsStatisticsList
Public methodClone
Gives the clone of Statistics List.
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.
(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 methodGetEnumerator
Gets Enumerator for Sufficient Statistics.
Public methodGetHashCode
Gets the Hash code.
(Overrides SufficientStatisticsGetHashCode.)
Public methodStatic memberGetInstance(SufficientStatistics)
Get Instance.
Public methodStatic memberGetInstance(IEnumerableSufficientStatistics)
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 methodRemove
Remove value from Sufficient Statistics.
Public methodRemoveRange
Remove Range.
Public methodSubSequence
The Sub Sequence.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Try Parse the value.
Top
Extension Methods
  NameDescription
Public Extension MethodAppendSufficientStatistics(SufficientStatistics)Overloaded.
Yield an Enumeration of the list with the item appended to the end
(Defined by IEnumerableExtensions.)
Public Extension MethodAppendSufficientStatistics(IEnumerableSufficientStatistics)Overloaded.
Yield a concatenation of the two Enumerable lists
(Defined by IEnumerableExtensions.)
Public Extension MethodElementAtSufficientStatistics
Returns the element at a specified index in a sequence.
(Defined by IEnumerableExtensions.)
Public Extension MethodForEachSufficientStatistics(ActionSufficientStatistics)Overloaded.
Calls an action on each element of a sequence. The action takes one argument: an element. It has no return value.
(Defined by IEnumerableExtensions.)
Public Extension MethodForEachSufficientStatistics(ActionSufficientStatistics, Int32)Overloaded.
Calls an action on each element of a sequence. The action takes two arguments: an element and the index of the element. It has no return value.
(Defined by IEnumerableExtensions.)
Public Extension MethodShuffleSufficientStatistics
Shuffles the elements of a sequence.
(Defined by IEnumerableExtensions.)
Public Extension MethodStringJoinOverloaded.
Creates a string from a sequence of elements. No delimiter is used.
(Defined by IEnumerableExtensions.)
Public Extension MethodStringJoin(String)Overloaded.
Creates a delimited string from a sequence of elements.
(Defined by IEnumerableExtensions.)
Public Extension MethodStringJoin(String, Int32, String)Overloaded.
Creates a delimited string from a sequence of elements. At most maxLength elements will be used and "..." shows that more elements were in the list.
(Defined by IEnumerableExtensions.)
Public Extension MethodSubSequenceSufficientStatistics
Take the items from a sequence starting with item # start (index 0) and contining for count items.
(Defined by IEnumerableExtensions.)
Public Extension MethodToHashSetSufficientStatisticsOverloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.)
Public Extension MethodToHashSetSufficientStatistics(IEqualityComparerSufficientStatistics)Overloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.)
Public Extension MethodToQueueSufficientStatistics
Creates a Queue from a sequence. If the sequence is already a Queue, a new Queue is still created.
(Defined by IEnumerableExtensions.)
Top
See Also