Assembly Language Programming: Inferential Statistics and Distribution Functions
36
Function Argument and Result
ANOVA(
list1
,
list2
[
,
list3
,
...
,
list20
]
)
Performs a one-way analysis of variance for comparing the means of
2 to 20 populations.
Chitst(
observedmatrix
,
expectedmatrix
[
,
drawflag
]
)
Performs a chi-square test.
drawflag
=
1
draws results;
drawflag
=
0
calculates results.
FSam2
listname1
,
listname2
,
[
freqlist1
,
freqlist2
,
alternative
,
drawflag
]
where
listname1
,
listname2
refers to lists you have created in the list editor.
Performs a two-sample
Û
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates
results.
FSam2
Sx1
,
n1
,
Sx2
,
n2
[
,
alternative
,
drawflag
]
where
Sx1
,
n1
,
Sx2
,
n2
refers to summary statistics that you must enter.
Performs a two-sample
Û
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
drawflag
=
1
draws results;
drawflag
=
0
calculates
results.
TInt2
listname1
,
listname2
[
,
freqlist1
,
freqlist2
,
confidence level
,
pooled
]
where
listname1
,
listname2
refers to lists you have created in the list editor.
Computes a two-sample
t
confidence interval.
pooled
=
1
pools
variances;
pooled
=
0
does not pool variances.
TInt2
v
1
,
Sx1
,
n1
,
v
2
,
Sx2
,
n2
[
,
confidencelevel
,
pooled
]
where
v
1
,
Sx1
,
n1
,
v
2
,
Sx2
,
n2
refers to summary statistics that you must enter.
Computes a two-sample
t
confidence interval.
pooled
=
1
pools
variances;
pooled
=
0
does not pool variances.
TIntl
listname
,
[
freqlist
,
confidence level
]
where
listname
refers to a list you have created in the list editor.
Computes a
t
confidence interval.
TIntl
v
,
Sx
,
n
[
,
confidence level
]
where
v
,
Sx
,
n
refers to summary statistics that you must enter.
Computes a
t
confidence interval.
TLinR
Xlistname
,
Ylistname
,
[
freqlist
,
alternative
,
regequ
]
where
Xlistname
,
Ylistname
refers to lists you have created in the list editor.
Performs a linear regression and a
t
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
Tsam2
listname1
,
listname2
,
[
freqlist1
,
freqlist2
,
alternative
,
pooled
,
drawflag
]
where
listname1
,
listname2
refers to lists you have created in the list editor.
Computes a two-sample
t
-test.
alternative
=
L
1
is < ;
alternative
=
0
is
ƒ
;
alternative
=
1
is >.
pooled
=
1
pools variances;
pooled
=
0
does not pool
variances.
drawflag
=
1
draws results;
drawflag
=
0
calculates results.