Skip to content

Commit 54c9dfa

Browse files
chritterOriolAbril
andauthored
update Exponential numpydoc (#5491)
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 5eaa516 commit 54c9dfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pymc/distributions/continuous.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1468,8 +1468,7 @@ class Exponential(PositiveContinuous):
14681468
14691469
Notes
14701470
-----
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/>`_.
14731472
14741473
Parameters
14751474
----------
@@ -1499,7 +1498,7 @@ def logcdf(value, mu):
14991498
15001499
Parameters
15011500
----------
1502-
value: numeric or np.ndarray or aesara.tensor
1501+
value : tensor_like
15031502
Value(s) for which log CDF is calculated. If the log CDF for
15041503
multiple values are desired the values must be provided in a numpy
15051504
array or Aesara tensor.

0 commit comments

Comments
 (0)