HypergeoPD( # Description # This command returns the hypergeometric distribution at event x. The formula of this command is: P(x)=kCx * (N-k)C(n-x) / NCn Syntax # HypergeoPD(x,n,k,N) Example # HypergeoPD(3,10,5,100)