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