void Recalc
Triggers multiple linear regression recalculation.
Result: stored in self (calling object)
Remarks:
Triggers multiple linear regression (MLR) recalculation. After the Recalc call Dew.Stats.TMtxMulLinReg.Dirty property is set to false.
The results of MLR are stored to:
- Dew.Stats.TMtxMulLinReg.RegressResult : regression coefficients (b), regression coefficients confidence intervals (BConfInt) and standard deviation (BStdDev), residuals (Residuals) and calculated dependent variables (YCalc).
- Dew.Stats.TMtxMulLinReg.RegressStatistics : basic regression statistics (R2, Adjusted R2, residuals variance, F statistics, significance probability).