Click or drag to resize

OneWayAnovaTableMeanSquareWithin Property

Gets the within-group mean square.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double MeanSquareWithin { get; }

Property Value

Double
Remarks
The within-groups mean square is the within-group sum of squares divided by the within-group degrees of freedom.
See Also