AnovaRow.MeanSquare Property

Gets the mean square.

Definition

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

Property Value

Double

Remarks

The mean square equals the SumOfSquares divided by the DegreesOfFreedom.

See Also