Program Command Reference
MultiSortA
Syntax 1: MultiSortA<list name>
Syntax 2: MultiSortA<base list name>, <subordinate list name>,
<subordinate list name>, ...
Function: Sorts a statistical list in ascending order.
Description
•Syntax 1 performs a simple list sort.
•Syntax 2 sorts multiple lists on the base list. Up to five subordinate lists can be specified.
MultiSortD
Syntax 1: MultiSortD<list name>
Syntax 2: MultiSortD<base list name>, <subordinate list name>,
<subordinate list name>, ...
Function: Sorts a statistical list in descending order.
Description
•Syntax 1 performs a simple list sort.
•Syntax 2 sorts multiple lists on the base list. Up to five subordinate lists can be specified.
OneVariable
Syntax: OneVariablexList [,FreqList (or 1)]
Function: Single variable statistics calculation
Description
xList: Name of list for storing
FreqList: Name of list for storing frequency of “xList” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
PowerReg
Syntax: PowerRegxList, yList[,[FreqList (or 1)][, [<yn>][,{OnOff}]]]
Function: Performs y = a⋅xb regression.
Description
xList: | Name of list for storing |
yList: | Name of list for storing |
FreqList: Name of list for storing frequency of “xList” and “yList” data
•“FreqList” can be omitted. Doing so sets “1” for “FreqList”.
•“yn” is the Graph Editor name (y1, y2, ...) that is the copy destination of the regression expression. Copy is not performed when “yn” is skipped.
•“On/Off” turns Residual calc on or off. Residual calc is turned off when this setting is skipped.
20050501