88
List Function
Chapter 6
Example
To calculate the mean of values in List 1 (36
,
16
,
58
,
46
,
56)
A
K
1
(LIST)
[
4
(Mean)
[[
1
(List)
b)
w
u
u
u
u
u
To calculate the mean of values of specified frequency (Mean)
This procedure uses two lists: one that contains values and one that contains the
number of occurrences of each value. The frequency of the data in Cell 1 of the first
list is indicated by the value in Cell 1 of the second list, etc.
• The two lists must contain the same number of values. If they don’t, an error (Dim
ERROR) occurs.
K
1
(LIST)
[
4
(Mean)
[
[
1
(List) <list number 1-6(data)>
,
1
(List) <list number 1-6 (frequency)>
)
w
Example
To calculate the mean of values in List 1 (36
,
16
,
58
,
46
,
56)
,
whose
frequency is indicated by List 2 (75
,
89
,
98
,
72
,
67)
A
K
1
(LIST)
[
4
(Mean)
[[
1
(List)
b,
1
(List)
c)
w
u
u
u
u
u
To calculate the median of values in a list (Med)
K
1
(LIST)
[
[
1
(Med)
[
1
(List) <list number 1-6>
)
w
Example
To calculate the median of values in List 1 (36
,
16
,
58
,
46
,
56)
A
K
1
(LIST)
[[
1
(Med)
[
1
(List)
b)
w
u
u
u
u
u
To calculate the median of values of specified frequency (Med)
This procedure uses two lists: one that contains values and one that contains the
number of occurrences of each value. The frequency of the data in Cell 1 of the first
list is indicated by the value in Cell 1 of the second list, etc.
• The two lists must contain the same number of values. If they don’t, an error (Dim
ERROR) occurs.
K
1
(LIST)
[
[
1
(Med)
[
1
(List) <list number 1-6 (data)>
,
1
(List) <list number 1-6 (frequency)>
)
w
Example
To calculate the median of values in List 1 (36
,
16
,
58
,
46
,
56)
,
whose frequency is indicated by List 2 (75
,
89
,
98
,
72
,
67)
A
K
1
(LIST)
[[
1
(Med)
[
1
(List)
b,
1
(List)
c)
w
Summary of Contents for fx-7400G
Page 46: ...Differential Calculations Chapter 3 ...
Page 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...