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

Triggers multiple linear regression recalculation.

Syntax
C#
Visual Basic
public void Recalc();

Triggers multiple linear regression (MLR) recalculation. After the Recalc call Dirty property is set to false. 

The results of MLR are stored to:

  • RegressResult : regression coefficients (b), regression coefficients confidence intervals (BConfInt) and standard deviation (BStdDev), residuals (Residuals) and calculated dependent variables (YCalc).
  • RegressStatistics : basic regression statistics (R2, Adjusted R2, residuals variance, F statistics, significance probability).
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!