You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, integralBinomialPDF 3 1 3 = 2.718281828459045. The issue seems to be that the edge-case handling in integralBinomialLogPdf outputs the actual PDF rather than the log PDF:
For example,
integralBinomialPDF 3 1 3 = 2.718281828459045
. The issue seems to be that the edge-case handling inintegralBinomialLogPdf
outputs the actual PDF rather than the log PDF:random-fu/random-fu/src/Data/Random/Distribution/Binomial.hs
Lines 75 to 80 in b7f296b
The text was updated successfully, but these errors were encountered: