Skip to content

Commit

Permalink
Minor changes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Bhustali committed Jul 3, 2022
1 parent af5e2a5 commit ee1d892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/sensitivity/chatterjee.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Consider :math:`n` samples of random variables :math:`X` and :math:`Y`, with :ma
\xi_{n}(X, Y):=1-\frac{3 \sum_{i=1}^{n-1}\left|r_{i+1}-r_{i}\right|}{n^{2}-1}
The Chatterjee index converges for :math:`n \rightarrow \infty` to the Cramér-von Mises index and is faster to estimate than using the Pick and Freeze approach in the Cramér-von Mises index.
The Chatterjee index converges for :math:`n \rightarrow \infty` to the Cramér-von Mises index and is faster to estimate than using the Pick and Freeze approach to compute the the Cramér-von Mises index.

Furthermore, the Sobol indices can be efficiently estimated by leveraging the same rank statistics, which has the advantage that any sample can be used and no specific pick and freeze scheme is required.

Chatterjee Class
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sensitivity/sobol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If the first order index of an input parameter is equal to the total order index

The Sobol indices are typically computed using the Pick-and-Freeze approach for single output and multi-output models. Since there are several variants of the Pick-and-Freeze approach, the schemes implemented to compute Sobol indices are listed below:

Here, :math:`N` is the number of Monte Carlo samples and :math:`m` being the number of input parameters in the model.
Here, :math:`N` is the Monte Carlo sample size and :math:`m` is the number of input parameters in the model.

1. **First order indices** (:math:`S_{i}`)

Expand Down

0 comments on commit ee1d892

Please sign in to comment.