TI 92 programs for SM230

 
 
binomial S(ncr(n,k)*p^k*(1-p)^(n-k),k,a,b)
negative binomial S(ncr(x-1,k-1)*p^(k-1)*(1-p)^(x-k),x,a,b)
hypergeometric S(ncr(nn-k,n-x)*ncr(k,x)/ncr(nn,n),x,a,b)
Poisson S((ell*t)^k*e^(-ell*t)/k!,k,a,b)


Example: Suppose you want to compute P(X <= 3), where X is binomial with n=5, p=.5. You can type
.5->p (where -> is the sto button)
5->n
0->a
3->b
2nd sto bin (hit enter twice)
You should see .8125
 


David Joyner 3-8-2002, wdj