File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1433,6 +1433,7 @@ class Exponential(PositiveContinuous):
1433
1433
f(x \mid \lambda) = \lambda \exp\left\{ -\lambda x \right\}
1434
1434
1435
1435
.. plot::
1436
+ :context: close-figs
1436
1437
1437
1438
import matplotlib.pyplot as plt
1438
1439
import numpy as np
@@ -1456,12 +1457,11 @@ class Exponential(PositiveContinuous):
1456
1457
1457
1458
Notes
1458
1459
-----
1459
- Logp calculation is defined in aeppl.logprob
1460
- https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py
1460
+ Logp calculation is defined in `aeppl.logprob <https://github.com/aesara-devs/aeppl/blob/main/aeppl/logprob.py/>`_.
1461
1461
1462
1462
Parameters
1463
1463
----------
1464
- lam: float
1464
+ lam : float
1465
1465
Rate or inverse scale (lam > 0)
1466
1466
"""
1467
1467
rv_op = exponential
@@ -1487,7 +1487,7 @@ def logcdf(value, mu):
1487
1487
1488
1488
Parameters
1489
1489
----------
1490
- value: numeric or np. ndarray or aesara.tensor
1490
+ value : numeric or ndarray or TensorVariable
1491
1491
Value(s) for which log CDF is calculated. If the log CDF for
1492
1492
multiple values are desired the values must be provided in a numpy
1493
1493
array or Aesara tensor.
You can’t perform that action at this time.
0 commit comments