G. Fowler (gof@usna.navy.mil), March 12, 1996.
Go to USNA home page.
Go to SM230 home page.
The program described in this document computes the cumulative
distribution of a Poisson distribution. It creates a function
called PCDF. The easiest way to construct this function
is to simply write it into the equation editor as one would write
it on a piece of paper. Try it on your own or follow the steps
in the next section.
Go to top of this document.
Read all these directions before programming your calculator!
EQUATION button: Left-shift ENTER.
P C D F ( X , L
= followed by the summation sign which is
Right-shift TAN.
M=0 followed by the right arrow button,
then X and another right arrow button.
-L.
L and then press the "y to the x power"
button; the power is M.
M!.
The factorial is in the MTH PROB menu.
ENTER.
DEF
button (Left-shift STO).
Go to top of this document.
To use this function push X and then L onto the stack. Compute
the value of the Poisson CDF by pressing the white button under
the menu choice PCDF. You can display the menu with
the PCDF choice by pressing the VAR
button and the NXT button.
5 ENTER
6 ENTER
PCDF
.76218346
Go to top of this document.