20060301
Example
Trials : 5
Specified trial : 3
Probability of success : 0.63
• Statistics Wizard Operation
(1) On the menu bar, tap [Calc] and then [Distribution].
(2) Select [Binomial CD] and then tap [Next >>].
(3) Input values.
(4) Tap [Next >>].
(5) To display the graph, tap
$
.
u
Program, eActivity or Main Application
Command: BinomialCD
Command Syntax
x
value, Numtrial value,
pos
value
Input Example:
BinomialCD 3,5,0.63
Inverse Binomial Cumulative Distribution
Menu: [Distribution]-[Inverse Binomial CD]
Description: This command calculates the inverse of the binomial cumulative distribution.
Minimum value of the upper bound of summation which satisfies the inequality
m
=? (integer, 0
<
m
<
n
)
Definition of Terms
prob
: binomial cumulative probability (0
<
prob
<
1)
Numtrial : number of trials
n
(integer,
n
>
0)
pos
: probability of success
p
(0
<
p
<
1)
Calculation Result Output
x
Inv : inverse binomial cumulative distribution
*
x
Inv : recalculation value (Displayed only when there may be a possiblility of
rounding error.)
• To account for possible rounding error, ClassPad additionally obtains the
result using the probability that is next lowest for the least significant digit.
For example, if the probability is 0.61, ClassPad would recalculate using 0.60.
The recalculation result is only shown if it is different from the original one.
Σ
= 0
x
m
Σ
= 0
x
m
7-11-16
Distributions
20070301