Gets the residuals for the observations.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Residuals As GeneralVector |
| C# |
|---|
public GeneralVector Residuals { get; } |
| C++ |
|---|
public: GeneralVector^ Residuals { GeneralVector^ get (); } |