File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ class GaussianRandomWalk(distribution.Continuous):
231
231
232
232
.. warning:: init will be cloned, rendering them independent of the ones passed as input.
233
233
234
- steps : tensor_like of int, optional
234
+ steps : int, optional
235
235
Number of steps in Gaussian Random Walk (steps > 0). Only needed if shape is not
236
236
provided.
237
237
"""
Original file line number Diff line number Diff line change @@ -2277,7 +2277,7 @@ def draw(
2277
2277
2278
2278
Parameters
2279
2279
----------
2280
- vars : RandomVariable or iterable of RandomVariable
2280
+ vars : TensorVariable or iterable of TensorVariable
2281
2281
A variable or a list of variables for which to draw samples.
2282
2282
draws : int, default 1
2283
2283
Number of samples needed to draw.
You can’t perform that action at this time.
0 commit comments