12-6-29

Program Command Reference

LinearReg

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

Function: Performs y = a–x + b 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.

LogisticReg

Syntax: LogisticReg:xList, yList[,[<yn>][,{OnOff }]]

Function: Performs y = c/(1 + a–e(bϖx)) regression.

Description

xList: Name of list for storing x-axis data

yList: Name of list for storing y-axis data

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.

LogReg

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

Function: Performs y = a + b–ln(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.

MedMedLine

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

Function: Performs y = a–x + b Med-Med calculation.

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