Program Command Reference
CubicReg
Syntax: CubicRegxList, yList[,[FreqList (or 1)][, [<yn>][, {OnOff}]]]
Function: Performs y = a⋅x3 + b⋅x2 + c⋅x + d 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.
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.
ExpReg
Syntax: ExpRegxList, yList[,[FreqList (or 1)][, [<yn>][,{OnOff}]]]
Function: Performs y = a⋅eb ⋅x 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