You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxLogistReg Class > TMtxLogistReg Methods > TMtxLogistReg.Recalc Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxLogistReg.Recalc Method

Triggers logistic regression recalculation.

Syntax
C#
Visual Basic
public void Recalc();

Triggers logistic regression (ordinary or ordinal) recalculation. After the Recalc call Dirty property is set to false. The results of logistic regression are stored to: 

 

  • B : B coefficients estimates.
  • Theta : Theta coefficients estimates. For ordinary regression (two categories), Theta is single value vector.
  • TBStdErr : Theta and B coefficients estimates standard errors.
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!