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

IconTypeDescription
CopyTo(AnovaRow[](), Int32)
Copies the rows in an AnovaTable to an array.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
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()
Returns a String that represents the current Object.

Properties

IconTypeDescription
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.

Inheritance Hierarchy

System.Object
  Extreme.Statistics.AnovaRowCollection