InverseZipf Command
- InverseZipf( <Number of Elements>, <Exponent>, <Probability> )
-
Returns the least integer n such that P(X≤n) ≥ p, where X is a Zipf random variable defined by the given number of elements and exponent, and p is the probability.
See also Zipf Command. |