showConfidenceAutoStopLevel
maestro.monte showConfidenceAutoStopLevel boolean { t | nil }
Description
Specifies whether to show the Confidence Level field in the Monte Carlo form when the Method is selected as Confidence Interval - Autostop.
The default value is nil, which indicates that the Confidence Level 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 Level field in the Monte Carlo form.
Examples
envGetVal("maestro.monte" "showConfidenceAutoStopLevel")
envSetVal("maestro.monte" "showConfidenceAutoStopLevel" 'boolean t)
Related Topics
The Confidence Interval - Autostop Method
Advanced Options of the Confidence Interval - Autostop Method
Return to top