Skip to content

Commit

Permalink
Minor fixes in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Bhustali committed May 8, 2022
1 parent 852be9d commit 69ac38a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/UQpy/sensitivity/cramer_von_mises.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class CramervonMises(Sensitivity):
random variable, or :class:`.JointIndependent` object \
(multivariate RV with independent marginals).
:param random_state: Random seed used to initialize the pseudo-random number \
generator. Default is :any:`None`.
**Methods:**
"""

Expand Down Expand Up @@ -95,15 +98,13 @@ def run(
Compute the Cramér-von Mises indices.
:param n_samples: Number of samples used to compute the Cramér-von Mises indices. \
If :code:`None`, the number of samples is set to the number of samples \
in the model.
Default is 1,000.
:param estimate_sobol_indices: If :code:`True`, the Sobol indices are estimated \
using the pick-and-freeze samples.
:param num_bootstrap_samples: Number of bootstrap samples used to estimate the \
Sobol indices. If :code:`None`, the number of bootstrap samples is set \
to the number of samples in the model.
Sobol indices. Default is :any:`None`.
:param confidence_level: Confidence level used to compute the confidence \
intervals of the Cramér-von Mises indices.
Expand Down

0 comments on commit 69ac38a

Please sign in to comment.