Operation Manual
Chapter 12: Statistics 200
STAT EDIT Menu
STAT EDIT Menu
To display the STAT EDIT menu, press ….
Note: Use Catalog Help for more syntax help when needed.Select a menu item and then press à to go
to a syntax help editor (if the menu item is supported).
SortA(, SortD(
SortA( (sort ascending) sorts list elements from low to high values. SortD( (sort descending) sorts list
elements from high to low values. Complex lists are sorted based on magnitude (modulus). SortA( and
SortD( each can sort in either of two ways.
• With one
listname, SortA( and SortD( sort the elements in listname and update the list in memory.
• With two or more lists,
SortA( and SortD( sort keylistname, and then sort each dependlist by placing
its elements in the same order as the corresponding elements in keylistname. This lets you sort two-
variable data on X and keep the data pairs together. All lists must have the same dimension.
The sorted lists are updated in memory.
SortA(listname)
SortD(
listname)
SortA(
keylistname,dependlist1[,dependlist2,...,dependlist n])
SortD(
keylistname,dependlist1[,dependlist2,...,dependlist n])
Note: SortA( and SortD( are the same as SortA( and SortD( on the LIST OPS menu.
ClrList
ClrList clears (deletes) from memory the elements of one or more listnames. ClrList also detaches any
formula attached to a
listname.
ClrList listname1,listname2,...,listname n
Note: To clear from memory all elements of all list names, use ClrAllLists found in the Catalog menu.
(Chapter 15).
SetUpEditor
With SetUpEditor you can set up the stat list editor to display one or more listnames in the order that
you specify. You can specify zero to 20
listnames.
Additionally, if you want to use
listnames which happen to be archived, the SetUp Editor will
automatically unarchive the
listnames and place them in the stat list editor at the same time.
EDIT CALC TESTS
1: Edit...
Displays the stat list editor.
2: SortA(
Sorts a list in ascending order.
3: SortD(
Sorts a list in descending order.
4: ClrList
Deletes all elements of a list.
5: SetUpEditor
Stores specified lists in the stat list editor.