Gets the within-subject sum of squares.

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

Syntax

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

Remarks

The within-subject sum of squares represents the variation within an individual.

See Also