From 757664491438433bb42abf7c4388e8ea76516008 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Mon, 28 May 2018 12:14:44 +1000 Subject: [PATCH] Add in basic samplers doc --- docs/samplers.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/samplers.txt diff --git a/docs/samplers.txt b/docs/samplers.txt new file mode 100644 index 000000000..595c47d15 --- /dev/null +++ b/docs/samplers.txt @@ -0,0 +1,7 @@ +========== +Samplers +========== + +Given a `likelihood` and `prior`, we can run parameter estimation using `run_sampler` + +.. autofunction:: tupak.sampler.run_sampler -- GitLab