procedure Recalc;
Triggers non-linear regression recalculation.
Result: stored in self (calling object)
Remarks:
Triggers non-linear regression recalculation. After the Recalc call TMtxNonLinReg.Dirty property is set to false.
The results are returned as:
- TMtxNonLinReg.B : Regression coefficients estimates.
- TMtxNonLinReg.YCalc : Fitted Y values.
See Also: TMtxNonLinReg.B, TMtxNonLinReg.YCalc