Gets the R squared value. Also, called the coefficient of determination.

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

Syntax

C#
public DoubleVector CoefficientOfDetermination { get; }
Visual Basic (Declaration)
Public ReadOnly Property CoefficientOfDetermination As DoubleVector
Visual C++
public:
property DoubleVector^ CoefficientOfDetermination {
	DoubleVector^ get ();
}

See Also