showMethodCIAutoStop
maestro.monte showMethodCIAutoStop boolean { t | nil }
Description
Specifies whether to show the Confidence Interval - Autostop option in the Method drop-down list of the Monte Carlo form.
The default is nil, which indicates that the Confidence Interval - Autostop option is hidden.
GUI Equivalent
The Confidence Interval - Autostop option in the Method drop-down list of the Monte Carlo form
Examples
envGetVal("maestro.monte" "showMethodCIAutoStop")
envSetVal("maestro.monte" "showMethodCIAutoStop" 'boolean t)
Related Topics
The Confidence Interval - Autostop Method
Advanced Options of the Confidence Interval - Autostop Method
Return to top