Casio ClassPad OS Version 3.03 Calculator User Manual


 
20060301
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.
12-6-30
Program Command Reference
OneVariable
Syntax: OneVariable
x
List [,FreqList (or 1)]
Function: Single variable statistics calculation
Description
x
List: Name of list for storing
x
-axis data
FreqList: Name of list for storing frequency of “
x
List” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
PowerReg
Syntax: PowerReg
x
List,
y
List[,[FreqList (or 1)][, [<
yn
>][,
{
On
Off
}
]]]
Function: Performs
y
=
a
x
b
regression.
Description
x
List: Name of list for storing
x
-axis data
y
List: Name of list for storing
y
-axis data
FreqList: Name of list for storing frequency of “
x
List” and “
y
List” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
• “
yn
” is the Graph Editor name (
y
1,
y
2, ...) 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.