Print a contingency table.
distfun_hygetable(x,M,k,N)
a 1x1 matrix of doubles, the number of successful draws in the experiment. x belongs to the set [0,min(k,N)]
a 1x1 matrix of doubles, the total size of the population. M belongs to the set {0,1,2,3........}
a 1x1 matrix of doubles, the number of success states in the population. k belongs to the set {0,1,2,3,.......M-1,M}
a 1x1 matrix of doubles, the total number of draws in the experiment. N belongs to the set {0,1,2,3.......M-1,M}
Prints a contingency table of the inputs, for the corresponding parameters.
_________ Drawn Not Drawn Total Successes x k-x k Failures N-x M+x-N-k M-k Total N M-N M
If the number of successes x in the sample is too small, then a warning is printed. In this case, the probability associated with x is zero.
http://en.wikipedia.org/wiki/Hypergeometric_distribution