Method | Description | |
---|---|---|
CDF ( integer $n, integer $r, float $p ) : float | Binomial distribution - cumulative distribution function Computes and sums the binomial distribution at each of the values in r. | |
PMF ( integer $n, integer $r, float $p ) : float | Binomial distribution - probability mass function https://en.wikipedia.org/wiki/Binomial_distribution |