ClassPad 330 Plus Manual
20060301
DefaultListEditor
Syntax: DefaultListEditor
Function: Initializes the sort sequence and display contents of the list on the Stat Editor 
window (list1 to list6). 
DispListEditor
Syntax: DispListEditor
Function: Displays the Stat Editor window.
DispStat
Syntax: DispStat
Function: Displays previous statistical calculation results.
DrawStat
Syntax: DrawStat
Function: Draws a statistical graph.
12-6-28
Program Command Reference
CubicReg
Syntax: CubicReg
x
List, 
y
List[,[FreqList (or 1)][, [<
yn
>][,
{
On
}
]]]
         Off
Function: Performs 
y 
= 
a
⋅
x
3 
+ 
b
⋅
x
2
+ 
c
⋅
x 
+ 
d 
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. 
ExpReg
Syntax: ExpReg
x
List, 
y
List[,[FreqList (or 1)][, [<
yn
>][,
{
On
}
]]]
         Off
Function: Performs 
y 
= 
a
⋅
e
b
⋅
x
 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. 










