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.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector SumOfSquaresResiduals { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SumOfSquaresResiduals As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ SumOfSquaresResiduals { DoubleVector^ get (); } |