OneWayAnovaModel.EtaSquared Property

Gets the Eta Squared (η²) measure of effect size.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
public double EtaSquared { get; }

Property Value

Double

Remarks

Eta Squared is the proportion of the total variance that is attributed to the factor.

See Also