Description
Issue with current documentation:
This line towards the end of the "Model Specification" section in the overview tutorial is a bit confusing:
If we wanted to use the slice sampling algorithm to
sigma
instead of NUTS (which was assigned automatically), we could have specified this as thestep
argument forsample
.
Is this suppose to say "to sample" instead of "to sigma
"?
Or maybe, is the example meant to show slice sampling for sigma
only and NUTS for the other parameters? The example just uses step = pm.Slice()
, so nothing special is happening to sigma
here.
Idea or request for content:
Could someone who knows what was intended to be said clarify this sentence?
Also, it could be nice to see an example where Slice
is used on sigma
and NUTS
is used on the other parameters. But if the example is left as is, maybe remove the reference sigma
in the quoted sentence.