AnovaRow.MeanSquare Property

Gets the mean square.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double MeanSquare { get; }

Property Value

Double

Remarks

The mean square equals the SumOfSquares divided by the DegreesOfFreedom.

See Also