recursive PMF
Computes the probability mass function at j using a recursive (iterative) algorithm using logarithms
Return
probability of j
Parameters
j
the value to evaluate
n
number of trials
p
success probability
Computes the probability mass function at j using a recursive (iterative) algorithm using logarithms
probability of j
the value to evaluate
number of trials
success probability