Skip to content

Commit ce38886

Browse files
authored
Update distribution.py
Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood including log-cdf, log-pdf.
1 parent 77cab6e commit ce38886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def rv_op(cls, c, *, size=None, rng=None):
668668

669669
class DiracDelta(Discrete):
670670
r"""
671-
DiracDelta log-likelihood.
671+
DiracDelta distribution.
672672
673673
Parameters
674674
----------

0 commit comments

Comments
 (0)