.. _method-local_reliability:

"""""""""""""""""
local_reliability
"""""""""""""""""


Local reliability method



**Topics**


uncertainty_quantification, reliability_methods


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

   method-local_reliability-mpp_search
   method-local_reliability-response_levels
   method-local_reliability-probability_levels
   method-local_reliability-reliability_levels
   method-local_reliability-gen_reliability_levels
   method-local_reliability-distribution
   method-local_reliability-max_iterations
   method-local_reliability-convergence_tolerance
   method-local_reliability-final_moments
   method-local_reliability-model_pointer


**Specification**

- *Alias:* nond_local_reliability 

- *Arguments:* None


**Child Keywords:**

+-------------------------+--------------------+----------------------------+-----------------------------------------------+
| Required/Optional       | Description of     | Dakota Keyword             | Dakota Keyword Description                    |
|                         | Group              |                            |                                               |
+=========================+====================+============================+===============================================+
| Optional                                     | `mpp_search`__             | Specify which MPP search option to use        |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `response_levels`__        | Values at which to estimate desired           |
|                                              |                            | statistics for each response                  |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `probability_levels`__     | Specify probability levels at which to        |
|                                              |                            | estimate the corresponding response value     |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `reliability_levels`__     | Specify reliability levels at which the       |
|                                              |                            | response values will be estimated             |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `gen_reliability_levels`__ | Specify generalized relability levels at      |
|                                              |                            | which to estimate the corresponding response  |
|                                              |                            | value                                         |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `distribution`__           | Selection of cumulative or complementary      |
|                                              |                            | cumulative functions                          |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `max_iterations`__         | Number of iterations allowed for optimizers   |
|                                              |                            | and adaptive UQ methods                       |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `convergence_tolerance`__  | Stopping criterion based on objective         |
|                                              |                            | function or statistics convergence            |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `final_moments`__          | Output moments of the specified type and      |
|                                              |                            | include them within the set of final          |
|                                              |                            | statistics.                                   |
+----------------------------------------------+----------------------------+-----------------------------------------------+
| Optional                                     | `model_pointer`__          | Identifier for model block to be used by a    |
|                                              |                            | method                                        |
+----------------------------------------------+----------------------------+-----------------------------------------------+

.. __: method-local_reliability-mpp_search.html
__ method-local_reliability-response_levels.html
__ method-local_reliability-probability_levels.html
__ method-local_reliability-reliability_levels.html
__ method-local_reliability-gen_reliability_levels.html
__ method-local_reliability-distribution.html
__ method-local_reliability-max_iterations.html
__ method-local_reliability-convergence_tolerance.html
__ method-local_reliability-final_moments.html
__ method-local_reliability-model_pointer.html



**Description**


Local reliability methods compute approximate response
function distribution statistics based on specified uncertain variable
probability distributions. Each of the local reliability methods can
compute forward and inverse mappings involving response, probability,
reliability, and generalized reliability levels.

The forward reliability analysis algorithm of computing
reliabilities/probabilities for specified response levels is called
the Reliability Index Approach (RIA), and the inverse reliability
analysis algorithm of computing response levels for specified
probability levels is called the Performance Measure Approach (PMA).

The different RIA/PMA algorithm options are specified using the
``mpp_search`` specification which selects among different limit state
approximations that can be used to reduce computational expense during
the MPP searches.



**Theory**


The Mean Value method (MV, also known as MVFOSM in
:cite:p:`Hal00`) is the simplest,
least-expensive method in that it estimates the response means,
response standard deviations, and all CDF/CCDF forward/inverse
mappings from a single evaluation of response functions and gradients
at the uncertain variable means. This approximation can have
acceptable accuracy when the response functions are nearly linear and
their distributions are approximately Gaussian, but can have poor
accuracy in other situations.

All other reliability methods perform an internal nonlinear
optimization to compute a most probable point (MPP) of failure. A
sign convention and the distance of the MPP from the origin in the
transformed standard normal space ("u-space") define the reliability
index, as explained in the :ref:`section on Reliability Methods on the Uncertainty Quantification page <uq:reliability>`.
Also refer to :ref:`topic-variable_support` for
additional information on supported variable types for transformations
to standard normal space.  The reliability can
then be converted to a probability using either first- or second-order
integration, may then be refined using importance sampling, and
finally may be converted to a generalized reliability index.