
Tests
Calculation Result Output
μ1 ≠ μ2 : t :
p : df :
o1 : o2 :
n1 : n2 :
Example
test condition
tvalue
degrees of freedom
sample mean of sample 1 data sample mean of sample 2 data sample standard deviation of sample 1 sample standard deviation of sample 2
Pooled sample standard deviation (Displayed only when pooling is turned on.)
size of sample 1 size of sample 2
list1 : {−8522, 316, −9001, 6470, 8956, 4348, 8571, 2142, −7139, 9925, 1260}
list2 : {176, 5498, 4830, 9457, 6486, 9607, −8334, −1771, 7919, −2997}
•Statistics Wizard Operation
(1)Input the data into [list1] and [list2] in the Stat Editor.
(2)On the menu bar, tap [Calc] and then [Test].
(3)Select
(4)Select the μ1 condition [<].
(5)Select List(1) [list1], List(2) [list2], Freq(1) [1], Freq(2) [1] and Pooled [Off].
(6)Tap [Next >>].
(7)To display the graph, tap the $.
uProgram, eActivity or Main Application
Command: TwoSampleTTest
Command Syntax
Syntax 1 (list format)
“μ1 condition”, List(1), List(2), Freq(1) (or 1), Freq(2) (or 1), Pooled condition (On or Off)
*“Freq” can be omitted. Doing so sets “1” for “Freq”.
*“Pooled” can be omitted. Doing so sets “Off” for “Pooled”.
Syntax 2 (parameter format)
“μ1 condition”, o1 value, x1σn−1 value, n1 value, o2 value, x2σn−1 value, n2 value, Pooled condition (On or Off)
* “Pooled” can be omitted. Doing so sets “Off” for “Pooled”.
20070301