Casio ClassPad 300 Calculator User Manual


 
20021201
DefaultListEditor
Syntax: DefaultListEditor
Function: Initializes the sort sequence and display contents of the list on the List Editor
window (list1 to list6).
DispListEditor
Syntax: DispListEditor
Function: Displays the List 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
xList, yList[,[FreqList (or 1)][, [<yn>][,
{
On
}
]]]
Off
Function: Performs y = a
x
3
+ b
x
2
+ c
x + d regression.
Description
xList: Name of list for storing x-axis data
yList: Name of list for storing y-axis data
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.
ExpReg
Syntax: ExpReg
xList, yList[,[FreqList (or 1)][, [<yn>][,
{
On
}
]]]
Off
Function: Performs y = a
e
b
x
regression.
Description
xList: Name of list for storing x-axis data
yList: Name of list for storing y-axis data
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.