Menu: View→Analysis Properties→Bootstrap→Monte Carlo (parametric bootstrap)
When this box is checked, parametric bootstraps (Efron and Tibshirani, 1993) are performed. Bootstrap samples are drawn from a multivariate normal population whose means, variances and covariances are the same as the sample means, variances and covariances.
For more information, see the MonteCarlo method of the AmosEngine class.
Programming
In Amos Graphics programs, you can put a check mark in this check box by using the following statement (Visual Basic):
pd.GetCheckBox("AnalysisPropertiesForm", "BootNormalCheck").Checked = True