50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Message

defining functions via the connectivity kit

2009-02-27 by enovik

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

Attachments