1Blurb::
2Computes generalized reliabilities associated with response levels
3
4Description::
5The \c gen_reliabilities keyword directs Dakota to compute generalized reliabilities according to the specified distribution for a specified response value.  This is done for every response level designated for each response.
6
7<b> Default Behavior </b>
8
9If \c response_levels is specified, the generalized reliabilities are not computed by default.  To change this behavior, the \c gen_reliabilities keyword should be specified in conjunction with the \c compute keyword.
10
11<b> Expected Outputs </b>
12
13The Dakota output is a set of response level-generalized reliability pairs according to the distribution defined.
14
15Topics::
16Examples::
17\verbatim
18method
19  sampling
20    sample_type random
21    samples = 100 seed = 1
22    complementary distribution
23    response_levels = 3.6e+11 4.0e+11 4.4e+11
24                      6.0e+04 6.5e+04 7.0e+04
25                      3.5e+05 4.0e+05 4.5e+05
26    compute gen_reliabilities
27\endverbatim
28Theory::
29Theory::
30Faq::
31See_Also::
32