We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4293868 commit 1cee0abCopy full SHA for 1cee0ab
docs/src/state_interface.md
@@ -24,7 +24,7 @@ This function takes an existing `state` and a log probability value `logp`, and
24
25
These functions provide a minimal interface to interact with the `state` datatype, which a sampler package can optionally implement.
26
The interface facilitates the implementation of "meta-algorithms" that combine different samplers.
27
-We will demonstrate how it can be used to implement Gibbs sampling in the following sections.
+We will demonstrate this in the following sections.
28
29
## Using the `state` Interface for block sampling within Gibbs
30
0 commit comments