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