Gets the vector of residuals. This is the vector of differences between the given response values and the response values predicted by the regression model.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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 ();
}

See Also