20090601
2-4-8
Function Calculations
De
s
cription:
• “
n
” must be a positive integer, and “
σ
” must be greater than 0.
Problem
U
s
e thi
s
keyboard:
Operation
mth
abc
cat
2D
Randomly produce a body
length value obtained in
accordance with the normal
distribution of a group of
infants less than one year
old with a mean body length
of 68cm and standard
deviation of 8.
Func
[randNorm]
8
68
U
Randomly produce the body
lengths of five infants in the
above example, and display
them in a list.
Func
[randNorm]
8
68
5
U
S
“randBin” Function
The “randBin” function generates binomial random numbers based on values specified for
the number of trials
n
and probability P.
Syntax:
randBin(
n
, P [,
m
])
Function:
• Omitting a value for “
m
” (or specifying 1 for “
m
”) returns the generated random number as-
is.
• Specifying a value for “
m
” returns the specified number of random values in list format.
De
s
cription:
• “
n
” and “
m
” must be positive integers.
Problem
U
s
e thi
s
keyboard:
Operation
mth
abc
cat
2D
Randomly produce the
number of heads that can be
expected in accordance with
binomial distribution for five
coin tosses where the
probability of heads is 0.5.
Func
[randBin]
5
0.5
U
Perform the same coin toss
sequence described above
three times and display the
results in a list.
Func
[randBin]
5
0.5
3
U
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...