From c1bd5ac76d57b5eed652bb030ac01e1bc114fe8a Mon Sep 17 00:00:00 2001 From: richfitz Date: Fri, 23 Feb 2024 10:12:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20mrc-ide/?= =?UTF-8?q?mcstate2@c45373e6f173b8726ac083934b2f21cbe0d79899=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/mcstate_model.html | 10 +++++----- reference/mcstate_sampler_random_walk.html | 4 +++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 4012da59..d9f286d1 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-02-22T10:05Z +last_built: 2024-02-23T10:12Z diff --git a/reference/mcstate_model.html b/reference/mcstate_model.html index 0e5b0622..efbb6ece 100644 --- a/reference/mcstate_model.html +++ b/reference/mcstate_model.html @@ -83,11 +83,11 @@

Arguments

direct_sample

A function to sample directly from the -parameter space. In the case where a model returns a posterior -(e.g., in Bayesian inference), this is assumed to be sampling -from the prior. We'll use this for generating initial -conditions for MCMC where those are not given, and possibly -other uses.

+parameter space, given an mcstate_rng object to sample from. +In the case where a model returns a posterior (e.g., in Bayesian +inference), this is assumed to be sampling from the prior. +We'll use this for generating initial conditions for MCMC where +those are not given, and possibly other uses.

density
diff --git a/reference/mcstate_sampler_random_walk.html b/reference/mcstate_sampler_random_walk.html index 5a82cec8..5688423c 100644 --- a/reference/mcstate_sampler_random_walk.html +++ b/reference/mcstate_sampler_random_walk.html @@ -59,7 +59,9 @@

Random Walk Sampler

Arguments

proposal

A proposal function; must take a vector of -parameters and produce a new vector of proposed parameters.

+parameters and a random number generator object +(mcstate_rng) and produce a new vector of proposed +parameters.

vcv