
Using the Action Menu
uvariance
Function: Returns the sample variance of the elements in a list.
Syntax: variance (List [ ) ]
Example: To determine the sample variance of the elements in the list {1, 2, 4}
Menu Item:
udim
Function: Returns the dimension of a list.
Syntax: dim (List [ ) ]
Example: To determine the dimension of the list {1, 2, 3}
Menu Item:
usum
Function: Returns the sum of the elements in a list.
Syntax: sum
•
Menu Item:
Example: To determine the sum of the elements in the list {1, 2, 3}, whose respective frequencies are {3, 2, 1}
Menu Item:
uprod
Function: Returns the product of the elements in a list.
Syntax: prod
•
Menu Item:
Example: To determine the product of the elements in the list {1, 2, 3}, whose respective frequencies are {3, 2, 1}
Menu Item:
20060301