Represents a collection of AnovaRow objects.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class AnovaRowCollection _ Implements IEnumerable |
| C# |
|---|
public sealed class AnovaRowCollection : IEnumerable |
| C++ |
|---|
public ref class AnovaRowCollection sealed : IEnumerable |
Methods
| Icon | Type | Description |
|---|---|---|
| CopyTo(AnovaRow[](), Int32) |
Copies the rows in an AnovaTable to an array.
| |
| Equals(Object) | ||
| Finalize() | ||
| GetEnumerator() |
Returns an enumerator that can iterate through a collection.
| |
| GetHashCode() | Serves as a hash function for a particular type. | |
| GetType() | Gets the Type of the current instance. | |
| MemberwiseClone() | Creates a shallow copy of the current Object. | |
| ToArray() |
Gets the rows in this AnovaTable.
| |
| ToString() |
Properties
| Icon | Type | Description |
|---|---|---|
| Count |
Gets the number of rows in this AnovaTable.
| |
| Item(Int32) |
Gets the AnovaRow containing the 'model' results.
|
Remarks
An AnovaRowCollection object is returned by the Rows
property of the AnovaTable class. It provides access to the rows of the ANOVA table.