TRegResultClass.Residuals Property

TVec Residuals { get; set; }

Regresion equation residuals.

Result: stored in self (calling object), returns self for chaining

Remarks:

Returns the residuals of the regression equation. The residuals are defined as difference between predicted and actual values of the dependent variable:

Residual = YCalc - Y.

See Also: TRegResultClass.B, TRegResultClass.YCalc