AnovaTable.GetEnumerator Method

Returns an enumerator for the rows in the ANOVA table.

Definition

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

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

See Also