Assembly Language Programming: Inferential Statistics and Distribution Functions
10
All examples on pages 10 through 23 assume a fixed-decimal mode setting of four.
If you set the decimal mode to
Float
or a different fixed-decimal setting, your
output may differ from the output in the examples.
Be sure to turn off the y= functions before drawing results.
To remove the menu from a drawing, press
:
.
Ztest
This one-sample
Z
-test, shown as
Z-Test
in the editor, performs a hypothesis test
for a single unknown population mean
m
when the population standard
deviation
s
is known. It tests the null hypothesis H
0
:
m
=
m
0
against one of the
alternatives below.
¦
H
a
:
mƒm
0
(
m
:
ƒm
0)
¦
H
a
:
m
<
m
0
(
m
:<
m
0)
¦
H
a
:
m
>
m
0
(
m
:>
m
0)
In the example:
L1=
{299.4 297.7 301 298.9 300.2 297}
Data
Stats
$
$
$
$
Input
Calculated
Results
Drawn
Results