TMtxNonLinReg::Tolerance Property

__declspec(property(get = GetTolerance, put = SetTolerance)) double Tolerance;

Defines one of the conditions for terminating the regression coefficient calculation.

Read: double GetTolerance();
Write: void SetTolerance(const double Value);
Remarks:

Tolerance and MaxIter parameters define the conditions for terminating the regression coefficients calculation (number of iterations exceeds MaxIter or internal minimum precision is within Tolerance).

See Also: TMtxNonLinReg::MaxIteration
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler