Texas Instruments TINSPIRE Reference Guide - Page 72

N, Catalog &gt, Output variable, Description

Page 72 highlights

Output variable stat.AdjR2 stat.s stat.DW stat.dfReg stat.SSReg stat.MSReg stat.dfError stat.SSError stat.MSError stat.bList stat.tList stat.PList stat.SEList y stat. List stat.Resid stat.sResid stat.CookDist stat.Leverage Description Adjusted coefficient of multiple determination Standard deviation of the error Durbin-Watson statistic; used to determine whether first-order auto correlation is present in the model Regression degrees of freedom Regression sum of squares Regression mean square Error degrees of freedom Error sum of squares Error mean square {b0,b1,...} List of coefficients List of t statistics, one for each coefficient in the bList List P-values for each t statistic List of standard errors for coefficients in bList yList = b0+b1·x1+ . . . Residuals from the regression Standardized residuals; obtained by dividing a residual by its standard deviation Cook's distance; measure of the influence of an observation based on the residual and leverage Measure of how far the values of the independent variable are from their mean values N nCr( ) nCr(Value1, Value2) ⇒ expression For integer Value1 and Value2 with Value1 | Value2 | 0, nCr() is the number of combinations of Value1 things taken Value2 at a time. (This is also known as a binomial coefficient.) nCr(Value, 0) ⇒ 1 nCr(Value, negInteger) ⇒ 0 nCr(Value, posInteger) ⇒ Value·(ValueN1)... (ValueNposInteger+1)/ posInteger! nCr(Value, nonInteger) ⇒ expression!/ ((ValueNnonInteger)!·nonInteger!) nCr(List1, List2) ⇒ list Returns a list of combinations based on the corresponding element pairs in the two lists. The arguments must be the same size list. nCr(Matrix1, Matrix2) ⇒ matrix Returns a matrix of combinations based on the corresponding element pairs in the two matrices. The arguments must be the same size matrix. Catalog > 66 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

66
TI-Nspire™ Reference Guide
N
stat.AdjR
2
Adjusted coefficient of multiple determination
stat.s
Standard deviation of the error
stat.DW
Durbin-Watson statistic; used to determine whether first-order auto correlation is present in the model
stat.dfReg
Regression degrees of freedom
stat.SSReg
Regression sum of squares
stat.MSReg
Regression mean square
stat.dfError
Error degrees of freedom
stat.SSError
Error sum of squares
stat.MSError
Error mean square
stat.bList
{b0,b1,...}
List of coefficients
stat.tList
List of t statistics, one for each coefficient in the bList
stat.PList
List P-values for each t statistic
stat.SEList
List of standard errors for coefficients in bList
stat.
y
List
y
List = b0+b1
·
x1+ . . .
stat.Resid
Residuals from the regression
stat.sResid
Standardized residuals; obtained by dividing a residual by its standard deviation
stat.CookDist
Cook’s distance; measure of the influence of an observation based on the residual and leverage
stat.Leverage
Measure of how far the values of the independent variable are from their mean values
nCr()
Catalog >
nCr(
Value1
,
Value2
)
expression
For integer
Value1
and
Value2
with
Value1
|
Value2
|
0,
nCr()
is
the number of combinations of
Value1
things taken
Value2
at a time.
(This is also known as a binomial coefficient.)
nCr(
Value
,
0
)
1
nCr(
Value
,
negInteger
)
0
nCr(
Value
,
posInteger
)
Value
·
(
Value
N
1
)...
(
Value
N
posInteger
+1)/
posInteger
!
nCr(
Value
,
nonInteger
)
expression
!/
((
Value
N
nonInteger
)!
·
nonInteger
!)
nCr(
List1
,
List2
)
list
Returns a list of combinations based on the corresponding element
pairs in the two lists. The arguments must be the same size list.
nCr(
Matrix1
,
Matrix2
)
matrix
Returns a matrix of combinations based on the corresponding
element pairs in the two matrices. The arguments must be the same
size matrix.
Output variable
Description