1Blurb::
2Selection of cumulative or complementary cumulative functions
3
4Description::
5The \c distribution keyword allows the user to select between a
6cumulative distribution/belief/plausibility function and a
7complementary cumulative distribution/belief/plausibility function.
8This choice affects how probabilities and reliability indices are
9reported.
10
11<b> Default Behavior </b>
12
13If the \c distribution keyword is present, it must be accompanied by
14either \c cumulative or \c complementary.  Otherwise, a cumulative
15distribution will be used by default.
16
17<b> Expected Outputs </b>
18
19Output will be a set of model response-probability pairs determined
20according to the choice of distribution. The choice of distribution
21also defines the sign of the reliability or generalized reliability
22indices.
23
24
25Topics::
26Examples::
27\verbatim
28method
29  sampling
30    sample_type lhs
31    samples = 10
32    distribution cumulative
33\endverbatim
34Theory::
35Faq::
36See_Also::
37