
Manipulating List Data
u To calculate the product of values in a list[OPTN]-[LIST]-[Prod]
K1(LIST)6(g)6(g)2(Prod)6(g)1(List)<list number
Example To calculate the product of values in List 1 (2, 3, 6, 5, 4)
AK1(LIST)6(g)6(g)2(Prod)
6(g)1(List)bw
u To calculate the cumulative frequency of each data item
K1(LIST)6(g)6(g)3(Cuml)6(g)1(List) <list number
• The result of this operation is stored in ListAns Memory.
Example | To calculate the cumulative frequency of each data item in List 1 |
| (2, 3, 6, 5, 4) |
AK1(LIST)6(g)6(g)3(Cuml)
6(g)1(List)bw
2+3=
2+3+6=
2+3+6+5=
2+3+6+5+4=
u To calculate the percentage represented by each data item
K1(LIST)6(g)6(g)4(%)6(g)1(List)<list number
•The above operation calculates what percentage of the list total is represented by each data item.
•The result of this operation is stored in ListAns Memory.
20050401