Skip to content
Snippets Groups Projects
Commit ec99f5d9 authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: add description for inference

parent 7d69863b
Branches
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ This module hosts functionality for inference methods. ...@@ -6,11 +6,11 @@ This module hosts functionality for inference methods.
Currently implemented classes are: 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:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment