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