Maxima Function
mean_hypergeometric (n1,n2,n)
Returns the mean of a discrete uniform random variable Hyp(n1,n2,n), with n1, n2 and n non negative integers and n<=n1+n2. To make use of this function, write first load(distrib).
load(distrib)