void Recalc();
Triggers logistic regression recalculation.
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.
Declared in Dew::Stats::TMtxLogistReg · Dew.Stats/StatTools.h · Cross-compiler