Maxima Function
var_binomial (n,p)
Returns the variance 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)