Gets the predictor residuals matrix.

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

Syntax

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

Remarks

The predictor residuals matrix is described in the class summary.

See Also