recursiveCDF

fun recursiveCDF(j: Int, mean: Double): Double

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