Skip to content

Commit c7dccea

Browse files
ksk-17090k1ricardoV94
authored andcommitted
Updated pymc.step_methods.slicer.Slice docstring
1 parent 9c163dd commit c7dccea

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pymc/step_methods/slicer.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ class Slice(ArrayStepShared):
3737
3838
Parameters
3939
----------
40-
vars: list
40+
vars : list, optional
4141
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).
42+
w : float, default 1.0
43+
Initial width of slice.
44+
tune : bool, default True
45+
Flag for tuning.
46+
model : PyMC Model, optional
47+
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.
4850
4951
"""
5052

0 commit comments

Comments
 (0)