umedian [Action][List][Statistics][median]

Function: Returns the median of the elements in a list.

Syntax: median (List-1[, List-2] [ ) ](List-1: Data, List-2: Freq)

Example: To determine the median of the elements in the list {1, 2, 3}

umode [Action][List][Statistics][mode]

Function: Returns the mode of the elements in a list. If there are multiple modes, they are returned in a list.

Syntax: mode (List-1[, List-2] [ ) ](List-1: Data, List-2: Freq)

Example: To determine the mode of the elements in the list {1, 1, 2, 2, 2}

uQ1 [Action][List][Statistics][Q1]

Function: Returns the first quartile of the elements in a list.

Syntax: Q1 (List-1[, List-2] [ ) ](List-1: Data, List-2: Freq)

Example: To determine the first quartile of the elements in the list {1, 2, 3, 4, 5}

uQ3 [Action][List][Statistics][Q3]

Function: Returns the third quartile of the elements in a list.

Syntax: Q3 (List-1[, List-2] [ ) ](List-1: Data, List-2: Freq)

Example: To determine the third quartile of the elements in the list {1, 2, 3, 4, 5}

upercentile [Action][List][Statistics][percentile]

Function: Finds the nth percentile point in a list.

Syntax: percentile (list, number)

ustdDev [Action][List][Statistics][stdDev]

Function: Returns the sample standard deviation of the elements in a list.

Syntax: stdDev (List [ ) ]

Example: To determine the sample standard deviation of the elements in the list {1, 2, 4}

uvariance [Action][List][Statistics][variance]

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}

udim [Action][List][Calculation][dim]

Function: Returns the dimension of a list.

Syntax: dim (List [ ) ]

Example: To determine the dimension of the list {1, 2, 3}

usum [Action][List][Calculation][sum]

Function: Returns the sum of the elements in a list.

Syntax: sum (List-1[, List-2] [ ) ](List-1: Data, List-2: Freq)

Example: To determine the sum of the elements in the list {1, 2, 3}

Chapter 2: Main Application

71