From ec99f5d96ffaa5b0a5e8d67c3ea7227c5d9aabf0 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Sun, 16 Apr 2023 15:37:05 +0200 Subject: [PATCH] docs: add description for inference --- docs/source/inference/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/inference/index.rst b/docs/source/inference/index.rst index 092e1cf..e867adb 100644 --- a/docs/source/inference/index.rst +++ b/docs/source/inference/index.rst @@ -6,11 +6,11 @@ This module hosts functionality for inference methods. Currently implemented classes are: -* :class:`.ActiveLearning`: +* :class:`.ActiveLearning`: Construct a Gaussian process emulator for an unnormalized posterior. -* :class:`.GridEstimation`: +* :class:`.GridEstimation`: Estimate a posterior distribution by grid estimation. -* :class:`.MetropolisHastingsEstimation`: +* :class:`.MetropolisHastingsEstimation`: Estimate a posterior by Metropolis Hastings estimation. .. toctree:: :maxdepth: 1 -- GitLab