User Guide

52 Commands and Functions Listing
max(
max(list)
Returns largest real or complex element in list.
y 9
MATH
2:max(
max(
max(listA,listB)
Returns a real or complex list of the larger of each pair of elements in
listA and listB.
y 9
MATH
2:max(
max(
max(value,list)
Returns a real or complex list of the larger of value or each list element.
y 9
MATH
2:max(
mean(
mean(list[,freqlist])
Returns the mean of list with frequency freqlist.
y 9
MATH
3:mean(
median(
median(list[,freqlist])
Returns the median of list with frequency freqlist.
y 9
MATH
4:median(
Med-Med
Med-Med [Xlistname,Ylistname,freqlist,regequ]
Fits a median-median model to Xlistname and Ylistname with
frequency freqlist, and stores the regression equation to regequ.
CALC
3:Med-Med
Menu(
Menu("title","text1",label1[,...,"text7",label7])
Generates a menu of up to seven items during program execution.
¼
CTL
C:Menu(
min(
min(valueA,valueB)
»