Navigation

Operators and Keywords

Function List:

C++ API

: hygeinv (x, t, m, n)

For each element of x, compute the quantile (the inverse of the CDF) at x of the hypergeometric distribution with parameters t, m, and n.

This is the probability of obtaining x marked items when randomly drawing a sample of size n without replacement from a population of total size t containing m marked items.

The parameters t, m, and n must be positive integers with m and n not greater than t.

Package: octave