pmf

open override fun pmf(k: Int): Double(source)

Returns the probability mass at k, the probability of observing rank k.

Return

the probability of rank k, or zero if k is outside the support [1, n].

Parameters

k

the rank at which to evaluate the mass.