Gets the matrix of residuals. This is the matrix 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 DoubleMatrix Residuals { get; }
Visual Basic (Declaration)
Public ReadOnly Property Residuals As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Residuals {
	DoubleMatrix^ get ();
}

See Also