R.DNBINOM

R.DNBINOM probability density function of the negative binomial distribution

Synopsis

R.DNBINOM(x,n,psuc,give_log)

Arguments

x: observation

n: the number of trials

psuc: the probability of success in each trial

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

Description

This function returns the probability density function of the negative binomial distribution.

See also

R.PNBINOM, R.QNBINOM.