procedure Recalc;
Triggers logistic regression recalculation.
Result: stored in self (calling object)
Remarks:
Triggers logistic regression (ordinary or ordinal) recalculation. After the Recalc call TMtxLogistReg.Dirty property is set to false. The results of logistic regression are stored to:
- TMtxLogistReg.B : B coefficients estimates.
- TMtxLogistReg.Theta : Theta coefficients estimates. For ordinary regression (two categories), Theta is single value vector.
- TMtxLogistReg.TBStdErr : Theta and B coefficients estimates standard errors.