
Calculation Result Output
μ≠ 0 : test condition
z : z value
p :
o: sample mean
n: sample size
Example
Mean : 131
Sample size : 10
Population standard deviation : 19
Assumed population mean : 120
•Statistics Wizard Operation
(1)On the menu bar, tap [Calc] and then [Test].
(2)Select
(3)Select the μ condition [>] and input values.
(4)Tap [Next >>].
(5)To display the graph, tap $.
uProgram, eActivity or Main Application
Command: OneSampleZTest
Command Syntax
Syntax 1 (list format)
“μ condition”, μ0 value, σ value, List, Freq (or 1)
* “Freq” can be omitted. Doing so sets “1” for “Freq”.
Syntax 2 (parameter format)
“μ condition”, μ0 value, σ value, o value, n value
Input Example:
Syntax 1 (list format)
OneSampleZTest “≠”,0,1,list1,1
Syntax 2 (parameter format)
OneSampleZTest “>”,120,19,131,10
20070301