property Tolerance: Double;
Defines one of the conditions for terminating the regression coefficient calculation.
Returns: Double
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: TMtxMultiNonLinReg.MaxIteration