1Blurb::
2Selection of statistics to compute at each response level
3
4Description::
5The \c compute keyword is used to select which forward stastical mapping is calculated
6at each response level.
7
8<b> Default Behavior </b>
9
10If \c response_levels is not specified, no statistics are computed. If \c response_levels is specified but \c compute is not, probabilities will be computed by default. If both \c response_levels and \c compute are specified, then on of the following must be specified: \c probabilities, \c reliabilities, or \c gen_reliabilities.
11
12<b> Expected Output </b>
13
14The type of statistics specified by \c compute will be reported for each response level.
15
16<b> Usage Tips </b>
17
18CDF/CCDF probabilities are calculated for specified response levels
19using a simple binning approach.
20
21CDF/CCDF reliabilities are calculated for specified response levels by
22computing the number of sample standard deviations separating the
23sample mean from the response level.
24
25Topics::
26Examples::
27\verbatim
28method
29  sampling
30    sample_type random
31    samples = 100 seed = 1
32    complementary distribution
33    response_levels = 3.6e+11 4.0e+11 4.4e+11
34                      6.0e+04 6.5e+04 7.0e+04
35                      3.5e+05 4.0e+05 4.5e+05
36    compute reliabilities
37\endverbatim
38Theory::
39Faq::
40See_Also::
41