Gets the sum of squares of the residuals of the model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ResidualSumOfSquares As Double |
| C# |
|---|
public double ResidualSumOfSquares { get; } |
| C++ |
|---|
public: double ResidualSumOfSquares { double get (); } |
Value
The sum of squares of the residuals of the model.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is accessed before the model has been computed. |