Texas Instruments TINSPIRE Reference Guide - Page 22

Catalog &gt, Output variable, Description, ClearAZ, Chi square stat: sumobserved - expected

Page 22 highlights

c2Cdf() c2Cdf(lowBound,upBound,df) ⇒ number if lowBound and upBound are numbers, list if lowBound and upBound are lists chi2Cdf(lowBound,upBound,df) ⇒ number if lowBound and upBound are numbers, list if lowBound and upBound are lists Computes the c2 distribution probability between lowBound and upBound for the specified degrees of freedom df. For P(X { upBound), set lowBound = 0. For information on the effect of empty elements in a list, see "Empty (void) elements" on page 131. c2GOF c2GOF obsList,expList,df chi2GOF obsList,expList,df Performs a test to confirm that sample data is from a population that conforms to a specified distribution. obsList is a list of counts and must contain integers. A summary of results is stored in the stat.results variable. (See page 97.) For information on the effect of empty elements in a list, see "Empty (void) elements" on page 131. Output variable stat.c2 stat.PVal stat.df stat.CompList Description Chi square stat: sum((observed - expected)2/expected Smallest level of significance at which the null hypothesis can be rejected Degrees of freedom for the chi square statistics Elemental chi square statistic contributions c2Pdf() c2Pdf(XVal,df) ⇒ number if XVal is a number, list if XVal is a list chi2Pdf(XVal,df) ⇒ number if XVal is a number, list if XVal is a list Computes the probability density function (pdf) for the c2 distribution at a specified XVal value for the specified degrees of freedom df. For information on the effect of empty elements in a list, see "Empty (void) elements" on page 131. ClearAZ ClearAZ Clears all single-character variables in the current problem space. If one or more of the variables are locked, this command displays an error message and deletes only the unlocked variables. See unLock, page 109. Catalog > Catalog > Catalog > Catalog > 16 TI-Nspire™ Reference Guide

  • 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
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

16
TI-Nspire™ Reference Guide
c
2
Cdf()
Catalog >
c
2
Cdf(
lowBound
,
upBound
,
df
)
number
if
lowBound
and
upBound
are numbers,
list
if
lowBound
and
upBound
are lists
chi2Cdf(
lowBound
,
upBound
,
df
)
number
if
lowBound
and
upBound
are numbers,
list
if
lowBound
and
upBound
are lists
Computes the
c
2
distribution probability between
lowBound
and
upBound
for the specified degrees of freedom
df
.
For P(
X
{
upBound
), set
lowBound
= 0.
For information on the effect of empty elements in a list, see “Empty
(void) elements” on page 131.
c
2
GOF
Catalog >
c
2
GOF
obsList
,
expList
,
df
chi2GOF
obsList
,
expList
,
df
Performs a test to confirm that sample data is from a population that
conforms to a specified distribution.
obsList
is a list of counts and
must contain integers. A summary of results is stored in the
stat.results
variable. (See page 97.)
For information on the effect of empty elements in a list, see “Empty
(void) elements” on page 131.
Output variable
Description
stat.
c
2
Chi square stat: sum((observed - expected)
2
/expected
stat.PVal
Smallest level of significance at which the null hypothesis can be rejected
stat.df
Degrees of freedom for the chi square statistics
stat.CompList
Elemental chi square statistic contributions
c
2
Pdf()
Catalog >
c
2
Pdf(
XVal
,
df
)
number
if
XVal
is a number,
list
if
XVal
is a
list
chi2Pdf(
XVal
,
df
)
number
if
XVal
is a number,
list
if
XVal
is
a list
Computes the probability density function (pdf) for the
c
2
distribution
at a specified
XVal
value for the specified degrees of freedom
df
.
For information on the effect of empty elements in a list, see “Empty
(void) elements” on page 131.
ClearAZ
Catalog >
ClearAZ
Clears all single-character variables in the current problem space.
If one or more of the variables are locked, this command displays an
error message and deletes only the unlocked variables. See
unLock
,
page 109.