useDoubleSidedSigma
adexl.algorithm useDoubleSidedSigma boolean { t | nil }
Description
Specifies whether to create single-sided or double-sided K-Sigma statistical corners.
The default is nil, which indicates that single-sided K-Sigma corners are created.
GUI Equivalent
Examples
envGetVal("adexl.algorithm" "useDoubleSidedSigma")
envSetVal("adexl.algorithm" "useDoubleSidedSigma" 'boolean t)
Related Topics
Running the K-Sigma Corners Method
Creating K-Sigma Corners from a Standard Monte Carlo Run
Return to top