Assembly Language Programming: Inferential Statistics and Distribution Functions
38
Function Argument and Result
ZSam2(
s
1
,
s
2
,
listname1
,
listname2
[
,
freqlist1
,
freqlist2
,
alternative
,
drawflag
]
)
where
s
1
,
s
2
,
listname1
,
listname2
refers to the known population standard
deviations (from the first and second populations) and lists you have created in
the list editor.
Computes a two-sample
Z
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates
results.
ZSam2(
s
1
,
s
2
,
v
1
,
n1
,
v
2
,
n2
[
,
alternative
,
drawflag
]
)
where
s
1
,
s
2
,
v
1
,
n1
,
v
2
,
n2
refers to summary statistics that you must enter.
Computes a two-sample
Z
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates
results.
ZTest(
m
0
,
s
,
listname
[
,
freqlist
,
alternative
,
drawflag
]
)
where
m
0
,
s
,
listname
refers to the hypothesized value, the known population
deviation, and a list you have created in the list editor.
Performs a
Z
-test with frequency
freqlist
.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates results.
ZTest(
m
0
,
s
,
v
,
n
[
,
alternative
,
drawflag
]
)
where
m
0
,
s
,
v
,
n
refers to summary statistics that you must enter.
Performs a
Z
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates
results.