12-6-27

Program Command Reference

SeqSelOnSyntax: SeqSelOn an+1

an+2 bn+1 bn+2 cn+1 cn+2

anE bnE cnE

Function: Selects the specified sequence expression. Specifying “anE”, “bnE”, or “cnE” as the argument activates [Explicit]. Specifying any other argument activates [Recursive].

SeqType

Syntax: SeqType "n"

"an+1a0" "an+1a1" "an+2a0" "an+2a1"

Function: Specifies the recursion type.

Description: Specifying “n” as the argument activates [Explicit]. Specifying any other argument activates [Recursive].

kStatisticsabExpReg

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

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