Maxima Function
pdf_negative_binomial (x,n,p)
Returns the value at x of the probability function of a Negative Binomial(n,p) random variable, with 0<p<1 and n a positive integer. To make use of this function, write first load(distrib).
load(distrib)