We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fb0e7 commit fcbbf87Copy full SHA for fcbbf87
pymc/distributions/logprob.py
@@ -276,18 +276,6 @@ def logcdf(rv, value):
276
return logcdf_aeppl(rv, value)
277
278
279
-@singledispatch
280
-def _logcdf(op, values, *args, **kwargs):
281
- """Create a log-CDF graph.
282
-
283
- This function dispatches on the type of `op`, which should be a subclass
284
- of `RandomVariable`. If you want to implement new log-CDF graphs
285
- for a `RandomVariable`, register a new function on this dispatcher.
286
287
- """
288
- raise NotImplementedError()
289
290
291
def logpt_sum(*args, **kwargs):
292
"""Return the sum of the logp values for the given observations.
293
0 commit comments