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 9c163dd commit c7dcceaCopy full SHA for c7dccea
pymc/step_methods/slicer.py
@@ -37,14 +37,16 @@ class Slice(ArrayStepShared):
37
38
Parameters
39
----------
40
- vars: list
+ vars : list, optional
41
List of value variables for sampler.
42
- w: float
43
- Initial width of slice (Defaults to 1).
44
- tune: bool
45
- Flag for tuning (Defaults to True).
46
- model: PyMC Model
47
- Optional model for sampling step. Defaults to None (taken from context).
+ w : float, default 1.0
+ Initial width of slice.
+ tune : bool, default True
+ Flag for tuning.
+ model : PyMC Model, optional
+ Optional model for sampling step. It will be taken from the context if not provided.
48
+ iter_limit : int, default np.inf
49
+ Maximum number of iterations for the slice sampler.
50
51
"""
52
0 commit comments