 | PLS1AnovaSumOfSquaresResiduals Property |
Gets the sum of squares for the residuals. This is the sum of the
squared differences between the response values and the responses
predicted by the regression model.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double SumOfSquaresResiduals { get; }
Public ReadOnly Property SumOfSquaresResiduals As Double
Get
public:
property double SumOfSquaresResiduals {
double get ();
}
member SumOfSquaresResiduals : float with get
Property Value
Double
See Also