pymc.step_methods.Slice#
- class pymc.step_methods.Slice(*args, **kwargs)[source]#
Univariate slice sampler step method.
- Parameters:
- vars
list
, optional List of value variables for sampler.
- w
float
, default 1.0 Initial width of slice.
- tunebool, default
True
Flag for tuning.
- model
Model
, optional Optional model for sampling step. It will be taken from the context if not provided.
- iter_limit
int
, defaultnumpy.inf
Maximum number of iterations for the slice sampler.
- vars
Methods
Slice.__init__
([vars, w, tune, model, ...])Slice.astep
(apoint)Perform a single sample step in a raveled and concatenated parameter space.
Slice.competence
(var, has_grad)Slice.step
(point)Perform a single step of the sampler.
Attributes
default_blocked
name
stats_dtypes
A list containing <=1 dictionary that maps stat names to dtypes.
stats_dtypes_shapes
Maps stat names to dtypes and shapes.
vars
Variables that the step method is assigned to.