yieldProbability
adexl.monte yieldProbability float percentageValue
Description
Specifies the yield probability (significance level) in percentage. Probability values closer to 100% require more simulations before the yield estimate is determined to be lower or higher than the target. Smaller probability values require fewer simulations before the auto-stop is triggered.
You can specify any floating point value between 0.0–100.0. The default is 95.0.
GUI Equivalent
Examples
envGetVal("adexl.monte" "yieldProbability")
envSetVal("adexl.monte" "yieldProbability" 'float 100.0)
Related Topics
Running the Yield Verification - Reorder Sample Method
Running the Worst Sample Method
Return to top