
Definition of Terms
Prop condition : sample proportion test condition (“≠” specifies
sample value (integer, x >0) sample size (positive integer)
Calculation Result Output
Prop≠0.5 : test condition | |
z: | z value |
p: | |
pˆ : | estimated sample proportion |
n: | sample size |
Example
Data : 13
Sample size : 100
Expected proportion : 20%
•Statistics Wizard Operation
(1)On the menu bar, tap [Calc] and then [Test].
(2)Select
(3)Select Prop condition [≠] and input values.
(4)Tap [Next >>].
(5)To display the graph, tap $.
uProgram, eActivity or Main Application
Command: OnePropZTest
Command Syntax
“Prop condition”, p0 value, x value, n value
Input Example:
OnePropZTest “≠”,0.2,13,100
Menu:
Description: This command compares the proportion of successes for two populations. A
|
| x1 — | x2 |
|
| x1 | : data value of sample 1 | ||
Z = |
| n1 |
| n2 |
|
| x2 | : data value of sample 2 | |
|
|
|
|
|
|
|
| n1 | : size of sample 1 |
|
| p(1— p ) |
| 1 | + | 1 |
| ||
|
|
|
| n1 | n2 | n2 | : size of sample 2 | ||
|
|
|
|
|
|
|
| ˆp | : estimated sample proportion |
20060301