AnovaRowSumOfSquares Property |
Gets the sum of squares contributed by the row.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double SumOfSquares { get; }
Public ReadOnly Property SumOfSquares As Double
Get
public:
property double SumOfSquares {
double get ();
}
member SumOfSquares : float with get
Property Value
Type:
DoubleSee Also