File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1468,8 +1468,7 @@ class Exponential(PositiveContinuous):
1468
1468
1469
1469
Notes
1470
1470
-----
1471
- Logp calculation is defined in aeppl.logprob
1472
- https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py
1471
+ Logp calculation is defined in `aeppl.logprob <https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py/>`_.
1473
1472
1474
1473
Parameters
1475
1474
----------
@@ -1499,7 +1498,7 @@ def logcdf(value, mu):
1499
1498
1500
1499
Parameters
1501
1500
----------
1502
- value: numeric or np.ndarray or aesara.tensor
1501
+ value : tensor_like
1503
1502
Value(s) for which log CDF is calculated. If the log CDF for
1504
1503
multiple values are desired the values must be provided in a numpy
1505
1504
array or Aesara tensor.
You can’t perform that action at this time.
0 commit comments