Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pymc/distributions/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,7 @@ class Exponential(PositiveContinuous):

Notes
-----
Logp calculation is defined in aeppl.logprob
https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py
Logp calculation is defined in `aeppl.logprob <https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py/>`_.

Parameters
----------
Expand Down Expand Up @@ -1499,7 +1498,7 @@ def logcdf(value, mu):

Parameters
----------
value: numeric or np.ndarray or aesara.tensor
value : tensor_like
Value(s) for which log CDF is calculated. If the log CDF for
multiple values are desired the values must be provided in a numpy
array or Aesara tensor.
Expand Down