poissonInvCDF

fun poissonInvCDF(p: Double, mean: Double, recursive: Boolean = true): Int

Returns the quantile associated with the supplied probablity, x assumes that distribution's range is {0,1, ...}

Return

the quantile associated with the supplied probablity

Parameters

p

The probability that the quantile is needed for

mean

of the distribution

recursive

true indicates that the recursive logarithmic algorithm should be used