Maxima Function
mean_binomial (n,p)
Returns the mean of a 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)