recursivePMF

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

Computes the probability mass function at j using a recursive (iterative) algorithm using logarithms

Return

the PMF value

Parameters

j

the value to evaluate

mean

the mean