recursive CDF
Computes the cdf at j using a recursive (iterative) algorithm using logarithms
Return
the CDF value
Parameters
j
the value to evaluate
mean
the mean
Computes the cdf at j using a recursive (iterative) algorithm using logarithms
the CDF value
the value to evaluate
the mean