poissonCCDF

fun poissonCCDF(j: Int, mean: Double, recursive: Boolean = true): Double

Allows static computation of complementary cdf function assumes that distribution's range is {0,1, ...}

Return

the complimentary CDF value

Parameters

j

value for which ccdf is needed

mean

of the distribution

recursive

true indicates that the recursive logarithmic algorithm should be used