Skip to content

Commit

Permalink
Adds basics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka committed Sep 16, 2015
1 parent fc5bada commit fa40995
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
31 changes: 31 additions & 0 deletions docs/basics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
======
Basics
======

What is Sensitivity Analysis?
-----------------------------

According to `Wikipedia <https://en.wikipedia.org/wiki/Sensitivity_analysis>`_,
sensitivity analysis is "Sensitivity analysis is the study of how the
uncertainty in the output of a mathematical model or system (numerical or
otherwise) can be apportioned to different sources of uncertainty in its
inputs." The sensitivity of each input is often represented by a numeric value,
called the *sensitivity index*. Sensitivity indices come in several forms:

1. First-order indices: measures the contribution to the output variance by a single
model input alone.

2. Second-order indices: measures the contribution to the output variance caused by
the interaction of two model inputs.

3. Total-order index: measures the contribution to the output variance caused by
a model input, including both its first-order effects (the input varying alone)
and all higher-order interactions.

SALib is an open source library written in Python for performing
sensitivity analysis. A number of different sensitivity analysis methods are
available



SALib is broken into two parts: the *sample generator* and the *sensitivity analysis*.
9 changes: 1 addition & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ effects of model inputs or exogenous factors on outputs of interest.
:maxdepth: 2

getting-started
basics


Supported Methods
Expand All @@ -22,12 +23,4 @@ Supported Methods
* Fractional Factorial Sensitivity Analysis ([`Saltelli et al. 2008 <http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470059974.html>`_])


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`



0 comments on commit fa40995

Please sign in to comment.