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)