7-9-9 Tests

(7) To display the graph, tap .

Example 2 (calculation with parameter)

Standard deviation : 80.6

Mean : 295.6

Sample size : 9

Assumed population mean : 250

Statistics Wizard Operation

(1)On the menu bar, tap [Calc] and then [Test].

(2)Select [One-Sample TTest] and [Variable], and then tap [Next >>].

(3)Select the μ condition [ξ] and input values.

(4)Tap [Next >>].

(5)To display the graph, tap .

SProgram, eActivity or Main Application

Command: OneSampleTTest :

Command Syntax

Syntax 1 (list format)

μ condition”, μ0 value, List, Freq (or 1)

* “Freq” can be omitted. Doing so sets “1” for “Freq”.

Syntax 2 (parameter format)

μ condition”, μ0 value, M value, sx value, n value

Input Example:

Syntax 1 (list format)

OneSampleTTest “ξ”,250,list1,1

Syntax 2 (parameter format)

OneSampleTTest “ξ”,250,295.6,80.6,9

20090601