Skip to content

Commit 44614fb

Browse files
authored
Update pymc/logprob/order.py
1 parent 086f7fe commit 44614fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/logprob/order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def find_measurable_max_neg(fgraph: FunctionGraph, node: Node) -> Optional[List[
209209

210210

211211
@_logprob.register(MeasurableMaxNeg)
212-
def min_logprob(op, values, base_var, **kwargs):
212+
def max_neg_logprob(op, values, base_var, **kwargs):
213213
r"""Compute the log-likelihood graph for the `Max` operation.
214214
The formula that we use here is :
215215
\ln(f_{(n)}(x)) = \ln(n) + (n-1) \ln(1 - F(x)) + \ln(f(x))

0 commit comments

Comments
 (0)