 | PLS1AnovaCoefficientOfDetermination Property |
Gets the R squared value. Also called the coefficient of determination.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double CoefficientOfDetermination { get; }
Public ReadOnly Property CoefficientOfDetermination As Double
Get
public:
property double CoefficientOfDetermination {
double get ();
}
member CoefficientOfDetermination : float with get
Property Value
Double
See Also