3-2-7

Manipulating List Data

uTo 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 1-26>w

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

uTo calculate the cumulative frequency of each data item[OPTN]-[LIST]-[Cuml]

K1(LIST)6(g)6(g)3(Cuml)6(g)1(List) <list number 1-26>w

• 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=

uTo calculate the percentage represented by each data item[OPTN]-[LIST]-[%]

K1(LIST)6(g)6(g)4(%)6(g)1(List)<list number 1-26>w

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.

20070201