.. _method-function_train-response_levels-num_response_levels:

"""""""""""""""""""
num_response_levels
"""""""""""""""""""


Number of values at which to estimate desired statistics for each
response


.. toctree::
   :hidden:
   :maxdepth: 1



**Specification**

- *Alias:* None

- *Arguments:* INTEGERLIST

- *Default:* response_levels evenly distributed among response functions


**Description**


The ``num_response_levels`` keyword allows the user to specify the number of response values, for each response, at which estimated statistics are of interest.  Statistics that can be computed are probabilities and reliabilities, both according to either a cumulative distribution function or a complementary cumulative distribution function.

*Default Behavior*

If ``num_response_levels`` is not specified, the response_levels will be evenly distributed among the responses.

*Expected Outputs*

The specific output will be determined by the type of statistics that are specified.  In a general sense, the output will be a list of response level-statistic pairs that show the estimated value of the desired statistic for each response level specified.



**Examples**



.. code-block::

    method
      sampling
        samples = 100
        seed = 34785
        num_response_levels = 1 1 1
        response_levels = 0.5 0.5 0.5