diff --git a/docs/source/sampler/saltelli.rst b/docs/source/sampler/saltelli.rst index 0b7b340dc9d09aa366b464c117eb5e489ed71b5f..d875a0012bf89b5c2e3c05b07ea82a1d78d543a4 100644 --- a/docs/source/sampler/saltelli.rst +++ b/docs/source/sampler/saltelli.rst @@ -1,6 +1,11 @@ Saltelli Sampling ================= +Saltelli sampling is a method to draw samples for the purpose of Sobol' +sensitvity analysis (variance-based sensitivity analysis). Detailed description +of the theory can be found in :cite:t:`Saltelli2002` and :cite:t:`Saltelli2010`. +The :class:`.Saltelli` class relies on the Python package `SALib` :cite:p:`Herman2017`. + Saltelli Class --------------