AnovaTable.GetEnumerator Method

Returns an enumerator for the rows in the ANOVA table.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerator<AnovaRow> GetEnumerator()

Return Value

IEnumerator<AnovaRow>
An enumerator for the rows in the ANOVA table.

Implements

IEnumerable<T>.GetEnumerator()

See Also