StatisticsList Class |
Namespace: Bio.Distributions
The StatisticsList type exposes the following members.
Name | Description | |
---|---|---|
![]() | StatisticsList |
Statistics List constructor.
|
Name | Description | |
---|---|---|
![]() | Count |
Stats count.
|
![]() ![]() | GetMissingInstance |
Get Missing Instance.
|
![]() | Item |
Sufficient Statistics indexer.
|
Name | Description | |
---|---|---|
![]() | Add(SufficientStatistics) |
Add Sufficient Statistics.
|
![]() ![]() | Add(SufficientStatistics, SufficientStatistics) |
Add two Sufficient Statistics.
|
![]() | AsBooleanStatistics |
Converts current object As Boolean Statistics.
(Overrides SufficientStatisticsAsBooleanStatistics.) |
![]() | AsContinuousStatistics |
Converts current object As Continuous Statistics.
(Overrides SufficientStatisticsAsContinuousStatistics.) |
![]() | AsDiscreteStatistics |
Converts current object As Discrete Statistics.
(Overrides SufficientStatisticsAsDiscreteStatistics.) |
![]() | AsGaussianStatistics |
Converts current object As Statistics List.
(Overrides SufficientStatisticsAsGaussianStatistics.) |
![]() | AsStatisticsList | (Overrides SufficientStatisticsAsStatisticsList.) |
![]() | Clone |
Gives the clone of Statistics List.
|
![]() | CompareTo |
Compares the current object with another object of the same type.
(Inherited from SufficientStatistics.) |
![]() | Equals(Object) |
Compares object with Sufficient Statistics.
(Overrides SufficientStatisticsEquals(Object).) |
![]() | Equals(SufficientStatistics) |
Compares Sufficient Statistics.
(Overrides SufficientStatisticsEquals(SufficientStatistics).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets Enumerator for Sufficient Statistics.
|
![]() | GetHashCode |
Gets the Hash code.
(Overrides SufficientStatisticsGetHashCode.) |
![]() ![]() | GetInstance(SufficientStatistics) |
Get Instance.
|
![]() ![]() | GetInstance(IEnumerableSufficientStatistics) |
Get Instance.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsMissing |
Checks the IsMissing flag and returns it.
(Overrides SufficientStatisticsIsMissing.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Remove value from Sufficient Statistics.
|
![]() | RemoveRange |
Remove Range.
|
![]() | SubSequence |
The Sub Sequence.
|
![]() | ToString |
Converts to string.
(Overrides ObjectToString.) |
![]() ![]() | TryParse |
Try Parse the value.
|
Name | Description | |
---|---|---|
![]() ![]() | (MissingStatistics to StatisticsList) |
Missing Statistics to Statistics List converter.
|
Name | Description | |
---|---|---|
![]() | AppendSufficientStatistics(SufficientStatistics) | Overloaded.
Yield an Enumeration of the list with the item appended to the end
(Defined by IEnumerableExtensions.) |
![]() | AppendSufficientStatistics(IEnumerableSufficientStatistics) | Overloaded.
Yield a concatenation of the two Enumerable lists
(Defined by IEnumerableExtensions.) |
![]() | ElementAtSufficientStatistics |
Returns the element at a specified index in a sequence.
(Defined by IEnumerableExtensions.) |
![]() | ForEachSufficientStatistics(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.) |
![]() | ForEachSufficientStatistics(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.) |
![]() | ShuffleSufficientStatistics |
Shuffles the elements of a sequence.
(Defined by IEnumerableExtensions.) |
![]() | StringJoin | Overloaded.
Creates a string from a sequence of elements. No delimiter is used.
(Defined by IEnumerableExtensions.) |
![]() | StringJoin(String) | Overloaded.
Creates a delimited string from a sequence of elements.
(Defined by IEnumerableExtensions.) |
![]() | StringJoin(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.) |
![]() | SubSequenceSufficientStatistics |
Take the items from a sequence starting with item # start (index 0) and contining for count items.
(Defined by IEnumerableExtensions.) |
![]() | ToHashSetSufficientStatistics | Overloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.) |
![]() | ToHashSetSufficientStatistics(IEqualityComparerSufficientStatistics) | Overloaded.
Creates a HashSet from a sequence. If the sequence is already a HashSet, a new HashSet is still created.
(Defined by IEnumerableExtensions.) |
![]() | ToQueueSufficientStatistics |
Creates a Queue from a sequence. If the sequence is already a Queue, a new Queue is still created.
(Defined by IEnumerableExtensions.) |