12-6-28

Program Command Reference

CubicReg

Syntax: CubicRegxList, yList[,[FreqList (or 1)][, [<yn>][, {OnOff}]]]

Function: Performs y = ax3 + bx2 + cx + 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.

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.

DispStatSyntax: DispStat

Function: Displays previous statistical calculation results.

DrawStatSyntax: DrawStat

Function: Draws a statistical graph.

ExpReg

Syntax: ExpRegxList, yList[,[FreqList (or 1)][, [<yn>][,{OnOff}]]]

Function: Performs y = aebx 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.

20060301