File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ class DiracDelta(Discrete):
1371
1371
1372
1372
Parameters
1373
1373
----------
1374
- c: float or int
1374
+ c : tensor_like of float or int
1375
1375
Dirac Delta parameter. The dtype of `c` determines the dtype of the distribution.
1376
1376
This can affect which sampler is assigned to DiracDelta variables, or variables
1377
1377
that use DiracDelta, such as Mixtures.
@@ -1497,9 +1497,9 @@ class ZeroInflatedPoisson:
1497
1497
1498
1498
Parameters
1499
1499
----------
1500
- psi: float
1500
+ psi : tensor_like of float
1501
1501
Expected proportion of Poisson variates (0 < psi < 1)
1502
- mu: float
1502
+ mu : tensor_like of float
1503
1503
Expected number of occurrences during the given interval
1504
1504
(mu >= 0).
1505
1505
"""
@@ -1732,9 +1732,9 @@ class OrderedLogistic:
1732
1732
1733
1733
Parameters
1734
1734
----------
1735
- eta: float
1735
+ eta : tensor_like of float
1736
1736
The predictor.
1737
- cutpoints: array
1737
+ cutpoints : tensor_like of array
1738
1738
The length K - 1 array of cutpoints which break :math:`\eta` into
1739
1739
ranges. Do not explicitly set the first and last elements of
1740
1740
:math:`c` to negative and positive infinity.
You can’t perform that action at this time.
0 commit comments