From 49454d49602440a7d82e6aa11e3f47cf922fe762 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Tue, 4 Apr 2023 17:25:14 +0200 Subject: [PATCH] docs: add description of samplers --- docs/source/sampler/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/sampler/index.rst b/docs/source/sampler/index.rst index 25e9f3e..3348c31 100644 --- a/docs/source/sampler/index.rst +++ b/docs/source/sampler/index.rst @@ -6,11 +6,11 @@ This module hosts functionality for sampling methods. Currently implemented classes are: -* :class:`.LHS`: +* :class:`.LHS`: Latin hypercube sampling. -* :class:`.MetroplisHastings`: +* :class:`.MetropolisHastings`: Metropolis Hastings sampling. -* :class:`.Saltelli`: +* :class:`.Saltelli`: Saltelli's version of Sobol' sampling. .. toctree:: :maxdepth: 1 -- GitLab