Anova Table.Get Enumerator 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#
An enumerator for the rows in the ANOVA table.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IEnumerator<AnovaRow> GetEnumerator()
Return Value
IEnumerator<AnovaRow>An enumerator for the rows in the ANOVA table.