Gets the response residuals matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix ResponseResiduals { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponseResiduals As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ ResponseResiduals {
	DoubleMatrix^ get ();
}

Remarks

The response residuals matrix is described in the class summary.

See Also