Hello,
I would like to define a function, say the following binomial:
DEFINE(pmfb(n,p,x) = COMB(n,x)*p^x*(1-p)^(n-x)), but I would like to
do it using the connectivity kit and I work in RPN mode. What is the
best way of doing that? Will I able to invoke it using soft keys?
Thanks a lot!
Eric