Get the vector of residuals.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector Residuals { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Residuals As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ Residuals { DoubleVector^ get (); } |
Remarks
This is the difference between the vector of observed values and the values
predicted by the model.