Texas Instruments TINSPIRE Reference Guide - Page 54

dfNumer, dfDenom, interpolate, Catalog &gt, invNorm

Page 54 highlights

interpolate( ) Catalog > interpolate(xValue, xList, yList, yPrimeList) ⇒ list This function does the following: Differential equation: y'=-3·y+6·t+5 and y(0)=5 Given xList, yList=f(xList), and yPrimeList=f'(xList) for some unknown function f, a cubic interpolant is used to approximate the function f at xValue. It is assumed that xList is a list of monotonically increasing or decreasing numbers, but this function may return a value even when it is not. This function walks through xList looking for an interval [xList[i], xList[i+1]] that contains xValue. If it finds such an interval, it returns an interpolated value for f(xValue); otherwise, it returns undef. xList, yList, and yPrimeList must be of equal dimension | 2 and contain expressions that simplify to numbers. £ ¡ ¢ To see the entire result, press and then use and to move the cursor. Use the interpolate() function to calculate the function values for the xvaluelist: xValue can be a number or a list of numbers. invc2() invc2(Area,df) invChi2(Area,df) Computes the Inverse cumulative c2 (chi-square) probability function specified by degree of freedom, df for a given Area under the curve. invF() invF(Area,dfNumer,dfDenom) invF(Area,dfNumer,dfDenom) computes the Inverse cumulative F distribution function specified by dfNumer and dfDenom for a given Area under the curve. invNorm() invNorm(Area[,m[,s]]) Computes the inverse cumulative normal distribution function for a given Area under the normal distribution curve specified by m and s. invt() invt(Area,df) Computes the inverse cumulative student-t probability function specified by degree of freedom, df for a given Area under the curve. 48 TI-Nspire™ Reference Guide Catalog > Catalog > Catalog > Catalog >

  • 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

48
TI-Nspire™ Reference Guide
interpolate()
Catalog >
interpolate(
xValue
,
xList
,
yList
,
yPrimeList
)
list
This function does the following:
Given
xList
,
yList
=
f(
xList
)
, and
yPrimeList
=
f'(
xList
)
for some
unknown function
f
, a cubic interpolant is used to approximate the
function
f
at
xValue
. It is assumed that
xList
is a list of monotonically
increasing or decreasing numbers, but this function may return a
value even when it is not. This function walks through
xList
looking
for an interval [
xList
[i],
xList
[i+1]] that contains
xValue
. If it finds such
an interval, it returns an interpolated value for
f(
xValue
)
; otherwise, it
returns
undef
.
xList
,
yList
, and
yPrimeList
must be of equal dimension
|
2 and
contain expressions that simplify to numbers.
xValue
can be a number or a list of numbers.
Differential equation:
y
'=-3·
y
+6·
t
+5 and
y
(0)=5
To see the entire result, press
£
and then use
¡
and
¢
to
move the cursor.
Use the interpolate() function to calculate the function values for
the xvaluelist:
inv
c
2
()
Catalog >
inv
c
2
(
Area
,
df
)
invChi2(
Area
,
df
)
Computes the Inverse cumulative
c
2
(chi-square) probability function
specified by degree of freedom,
df
for a given
Area
under the curve.
inv
F
()
Catalog >
inv
F
(
Area
,
dfNumer
,
dfDenom
)
invF(
Area
,
dfNumer
,
dfDenom
)
computes the Inverse cumulative
F
distribution function specified by
dfNumer
and
dfDenom
for a given
Area
under the curve.
invNorm()
Catalog >
invNorm(
Area
[
,
m
[
,
s
]]
)
Computes the inverse cumulative normal distribution function for a
given
Area
under the normal distribution curve specified by
m
and
s
.
invt()
Catalog >
invt(
Area
,
df
)
Computes the inverse cumulative student-t probability function
specified by degree of freedom,
df
for a given
Area
under the curve.