1Blurb::
2Specifies one-sided lower portion order statistics to be used when
3determining sample sizes for random sampling using Wilks order statistics.
4
5Description::
6This option causes the sample size to be based on the lowermost N outputs
7for order N statistics (default N=1).
8
9Topics::
10
11Examples::
12\verbatim
13method
14  sampling
15    sample_type random
16    wilks
17      one_sided_lower
18\endverbatim
19
20Theory::
21Faq::
22See_Also:: method-sampling-wilks
23