Texas Instruments TINSPIRE Reference Guide - Page 137

Empty (void) elements - nspire manual

Page 137 highlights

Empty (void) elements When analyzing real-world data, you might not always have a complete data set. TI-Nspire™ Software allows empty, or void, data elements so you can proceed with the nearly complete data rather than having to start over or discard the incomplete cases. You can find an example of data involving empty elements in the Lists & Spreadsheet chapter, under "Graphing spreadsheet data." The delVoid() function lets you remove empty elements from a list. The isVoid() function lets you test for an empty element. For details, see delVoid(), page 29, and isVoid(), page 49. Note: To enter an empty element manually in a math expression, type "_" or the keyword void. The keyword void is automatically converted to a "_" symbol when the expression is evaluated. To type "_" on the handheld, press / _. Calculations involving void elements The majority of calculations involving a void input will produce a void result. See special cases below. List arguments containing void elements The following functions and commands ignore (skip) void elements found in list arguments. count, countIf, cumulativeSum, freqTable4list, frequency, max, mean, median, product, stDevPop, stDevSamp, sum, sumIf, varPop, and varSamp, as well as regression calculations, OneVar, TwoVar, and FiveNumSummary statistics, confidence intervals, and stat tests SortA and SortD move all void elements within the first argument to the bottom. TI-Nspire™ Reference Guide 131

  • 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

TI-Nspire™ Reference Guide
131
Empty (void) elements
When analyzing real-world data, you might not always have a complete data set. TI-Nspire™
Software allows empty, or void, data elements so you can proceed with the nearly complete
data rather than having to start over or discard the incomplete cases.
You can find an example of data involving empty elements in the Lists & Spreadsheet chapter,
under “
Graphing spreadsheet data
.”
The
delVoid()
function lets you remove empty elements from a list. The
isVoid()
function lets you
test for an empty element. For details, see
delVoid()
, page
29
, and
isVoid()
, page
49
.
Note:
To enter an empty element manually in a math expression, type “_” or the keyword
void
. The keyword
void
is automatically converted to a “_” symbol when the expression is
evaluated. To type “_” on the handheld, press
/_
.
Calculations involving void elements
The majority of calculations involving a void input will produce a void
result. See special cases below.
List arguments containing void elements
The following functions and commands ignore (skip) void elements
found in list arguments.
count
,
countIf
,
cumulativeSum
,
freqTable
4
list
,
frequency
,
max
,
mean
,
median
,
product
,
stDevPop
,
stDevSamp
,
sum
,
sumIf
,
varPop
, and
varSamp
, as well as regression calculations,
OneVar
,
TwoVar
, and
FiveNumSummary
statistics, confidence
intervals, and stat tests
SortA
and
SortD
move all void elements within the first argument
to the bottom.