Gets the treatment sum of squares.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double SumOfSquaresTreatment { get; }
Visual Basic (Declaration)
Public ReadOnly Property SumOfSquaresTreatment As Double
Visual C++
public:
property double SumOfSquaresTreatment {
	double get ();
}

Remarks

The treatment sum of squares represents the variation due to the treatment effect.

See Also