Menu: View→Analysis Properties→Numerical→Crit 2
Affects one of the convergence criteria used in deciding whether a local minimum has been reached. Amos requires that, on the final iteration, the distance traveled in the parameter space (the square root of the sum of squared changes in the parameter values) be less than the threshold specified by
.For more information, see the Crit2 method of the AmosEngine class.
Programming
In Amos Graphics programs, you can fill this text box with "0.001" by using the following statement (Visual Basic):
pd.GetTextBox("AnalysisPropertiesForm", "Crit2Text").Text = "0.001"