Fix typo in math.prod example (GH-15614)
This commit is contained in:
parent
ed70129e15
commit
1a8de82d3a
|
@ -767,7 +767,7 @@ numbers::
|
|||
|
||||
>>> prior = 0.8
|
||||
>>> likelihoods = [0.625, 0.84, 0.30]
|
||||
>>> (link: http://math.prod) math.prod(likelihoods, start=prior)
|
||||
>>> math.prod(likelihoods, start=prior)
|
||||
0.126
|
||||
|
||||
(Contributed by Pablo Galindo in :issue:`35606`)
|
||||
|
|
Loading…
Reference in New Issue