Skip to content

Commit c81e0c9

Browse files
authored
documented the default value of BinaryGibbsMetropolis' transit_p parameter (#4411)
Co-authored-by: Moritz Schubert <[email protected]>
1 parent 9c54d91 commit c81e0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/metropolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class BinaryGibbsMetropolis(ArrayStep):
364364
e.g., [0, 2, 1, ...]. Default is random
365365
transit_p: float
366366
The diagonal of the transition kernel. A value > .5 gives anticorrelated proposals,
367-
which resulting in more efficient antithetical sampling.
367+
which resulting in more efficient antithetical sampling. Default is 0.8
368368
model: PyMC Model
369369
Optional model for sampling step. Defaults to None (taken from context).
370370

0 commit comments

Comments
 (0)