showConfidenceAutoStopSigma
maestro.monte showConfidenceAutoStopSigma boolean { t | nil }
Description
Specifies whether to show the Confidence Sigma field in the Monte Carlo form when the Method is selected as Confidence Interval - Autostop.
The default is nil, which indicates that the Confidence Sigma field is hidden.
The Confidence Interval - Autostop method is hidden from the Method drop-down list by default. Set the following environment variable to t to display it.
envSetVal("maestro.monte" "showMethodCIAutoStop" 'boolean t)
GUI Equivalent
The Confidence Sigma field in the Monte Carlo form
Examples
envGetVal("maestro.monte" "showConfidenceAutoStopSigma")
envSetVal("maestro.monte" "showConfidenceAutoStopSigma" 'boolean t)
Related Topics
The Confidence Interval - Autostop Method
Advanced Options of the Confidence Interval - Autostop Method
Return to top