TMtxLogistReg.Theta Property

TVec Theta { get; set; }

Theta coefficients estimates.

Result: stored in self (calling object), returns self for chaining

Remarks:

Set Theta values to define initial estimates for Theta coefficients. Setting Theta values is not mandatory. You can also set Dew.Stats.TMtxLogistReg.AutoInitEstimates to true and force the algorithm to calculate initiate estimates for Dew.Stats.TMtxLogistReg.B and Theta. After the Dew.Stats.TMtxLogistReg.Recalc call Theta stores logistic regression model Theta coefficient estimates.

See Also: TMtxLogistReg.AutoInitEstimates, TMtxLogistReg.B