R.DHYPER

R.DHYPER probability density function of the hypergeometric distribution

Synopsis

R.DHYPER(x,r,b,n,give_log)

Arguments

x: observation

r: the number of red balls

b: the number of black balls

n: the number of balls drawn

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the hypergeometric distribution.

See also

R.PHYPER, R.QHYPER.