
Using the Action Menu
umean
Function: Returns the mean of the elements in a list.
Syntax: mean 
•
Example: To determine the mean of the elements in the list {1, 2, 3}, whose respective frequencies are {3, 2, 1}
Menu Item: 
umedian
Function: Returns the median of the elements in a list.
Syntax: median 
• 
Example: To determine the median of the elements in the list {1, 2, 3}, whose respective frequencies are {3, 2, 1}
Menu Item: 
umode
Function: Returns the mode of the elements in a list.
Syntax: mode 
• 
Example: To determine the mode of the elements in the list {1, 1, 2, 2, 2}
Menu Item: 
Example: To determine the mode of the elements in the list {1,2,3}, whose respective frequencies are {3, 2, 1}
Menu Item: 
• If there are multiple modes, they are returned in a list.
20021201