Texas Instruments NS/CLM/1L1/B Reference Guide - Page 91

Hypoth, stat.results, List1, List2, Freq1, Freq2, Pooled, List 1, List 2

Page 91 highlights

tTest tTest m0,List[,Freq[,Hypoth]] (Data list input) tTest m0,x,sx,n,[Hypoth] (Summary stats input) Performs a hypothesis test for a single unknown population mean m when the population standard deviation s is unknown. A summary of results is stored in the stat.results variable. (See page 76.) Test H0: m = m0, against one of the following: Hypoth < 0 for Ha: m < m0 Hypoth = 0 for Ha: m ƒ m0 (default) Hypoth > 0 for Ha: m > m0 Output variable stat.t stat.PVal stat.df stat.x stat.sx stat.n Description (x N m0) / (stdev / sqrt(n)) Least probability at which the null hypothesis can be rejected. Degrees of freedom. Sample mean of the data sequence in List. Sample standard deviation of the data sequence. Size of the sample. tTest_2Samp tTest_2Samp List1,List2[,Freq1[,Freq2[,Hypoth[,Pooled]]]] (Data list input) tTest_2Samp v1,sx1,n1,v2,sx2,n2[,Hypoth[,Pooled]] (Summary stats input) Computes a two-sample t test. A summary of results is stored in the stat.results variable. (See page 76.) Test H0: m1 = m2, against one of the following: Hypoth < 0 for Ha: m1 < m2 Hypoth = 0 for Ha: m1 ƒ m2 (default) Hypoth > 0 for Ha: m1 > m2 Pooled=1 pools variances Pooled=0 does not pool variances Output variable stat.t stat.PVal stat.df stat.x1, stat.x2 Description Standard normal value computed for the difference of means. Least probability at which the null hypothesis can be rejected. Degrees of freedom for the t-statistic. Sample means of the data sequences in List 1 and List 2. TI-Nspire™ Reference Guide Catalog > Catalog > 85

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130

TI-Nspire™ Reference Guide
85
tTest
Catalog >
tTest
m
0
,
List
[
,
Freq
[
,
Hypoth
]]
(Data list input)
tTest
m
0
,
x
,
sx
,
n
,
[
Hypoth
]
(Summary stats input)
Performs a hypothesis test for a single unknown population mean
m
when the population standard deviation
s
is unknown. A summary of
results is stored in the
stat.results
variable. (See page 76.)
Test H0:
m
=
m
0, against one of the following:
Hypoth
< 0
for Ha:
m
<
m
0
Hypoth
= 0
for Ha:
m
ƒ
m
0
(default)
Hypoth
> 0
for Ha:
m
>
m
0
Output variable
Description
stat.t
(
x
N
m
0) / (stdev / sqrt(n))
stat.PVal
Least probability at which the null hypothesis can be rejected.
stat.df
Degrees of freedom.
stat.
x
Sample mean of the data sequence in
List
.
stat.sx
Sample standard deviation of the data sequence.
stat.n
Size of the sample.
tTest_2Samp
Catalog >
tTest_2Samp
List1
,
List2
[
,
Freq1
[
,
Freq2
[
,
Hypoth
[
,
Pooled
]]]]
(Data list input)
tTest_2Samp
v
1
,
sx1
,
n1
,
v
2
,
sx2
,
n2
[
,
Hypoth
[
,
Pooled
]]
(Summary stats input)
Computes a two-sample
t
test. A summary of results is stored in the
stat.results
variable. (See page 76.)
Test H0:
m
1 =
m
2, against one of the following:
Hypoth
< 0
for Ha:
m
1 <
m
2
Hypoth
= 0
for Ha:
m
1
ƒ
m
2 (default)
Hypoth
> 0
for Ha:
m
1 >
m
2
Pooled
=
1
pools variances
Pooled
=
0
does not pool variances
Output variable
Description
stat.t
Standard normal value computed for the difference of means.
stat.PVal
Least probability at which the null hypothesis can be rejected.
stat.df
Degrees of freedom for the t-statistic.
stat.
x
1, stat.
x
2
Sample means of the data sequences in
List 1
and
List 2
.