112
Alphabetical Listing
Output
variable
Description
stat.Resid
Residuals from the median-median line
stat.XReg
List of data points in the modified
X List
actually used in the regression based on
restrictions of
Freq
,
Category List
, and
Include Categories
stat.YReg
List of data points in the modified
Y List
actually used in the regression based on
restrictions of
Freq
,
Category List
, and
Include Categories
stat.FreqReg
List of frequencies corresponding to
stat.XReg
and
stat.YReg
mid()
Catalog >
mid(
sourceString
,
Start
[
,
Count
]
)
⇒
string
Returns
Count
characters from character
string
sourceString
, beginning with
character number
Start
.
If
Count
is omitted or is greater than the
dimension of
sourceString
, returns all
characters from
sourceString
, beginning
with character number
Start
.
Count
must be
≥
0. If
Count
= 0, returns an
empty string.
mid(
sourceList
,
Start
[
,
Count
]
)
⇒
list
Returns
Count
elements from
sourceList
,
beginning with element number
Start
.
If
Count
is omitted or is greater than the
dimension of
sourceList
, returns all
elements from
sourceList
, beginning with
element number
Start
.
Count
must be
≥
0. If Count = 0, returns an
empty list.
mid(
sourceStringList
,
Start
[
,
Count
]
)
⇒
list
Returns
Count
strings from the list of
strings
sourceStringList
, beginning with
element number
Start
.
Содержание TI-Nspire CAS
Страница 4: ...4 Service and Warranty Information 249 Index 251 ...
Страница 248: ...248 ...
Страница 250: ...250 ...