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
binomialCDFR(0, n, p) should tie out to 1 - binomialCDF(0, n, p), but it doesn't look like it does. I think that branch should return something like 1 - pow(1 - p, n)
binomialCDFR(0, n, p)
should tie out to1 - binomialCDF(0, n, p)
, but it doesn't look like it does. I think that branch should return something like1 - pow(1 - p, n)
dstats/source/dstats/distrib.d
Line 500 in f7a7cf0
The text was updated successfully, but these errors were encountered: