binomial CCDF
Allows static computation of complementary cdf function assumes that distribution's range is {0,1, ..., n} Uses the recursive logarithmic algorithm
Return
the complementary CDF at j
Parameters
j
value for which ccdf is needed
n
num of trials
p
prob of success
Allows static computation of complementary cdf function assumes that distribution's range is {0,1, ...,n}
Return
the complementary CDF at j
Parameters
j
value for which ccdf is needed
n
num of trials
p
prob of success
recursive
true indicates that the recursive logarithmic algorithm should be used