20021201
LinearReg
Syntax:
LinearReg
䡺
x
List,
y
List[,[FreqList (or 1)][, [<
yn
>][,
{
On
}
]]]
Off
Function:
Performs
y
=
a
⋅
x
+
b
regression.
Description
x
List:
Name of list for storing
x
-axis data
y
List:
Name of list for storing
y
-axis data
FreqList: Name of list for storing frequency of “
x
List” and “
y
List” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
• “
yn
” is the Graph Editor name (
y
1,
y
2, ...) 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
䡺
x
List,
y
List[,[<
yn
>][,
{
On
}
]]
Off
Function:
Performs
y
=
c
/(1 +
a
⋅
e
(
−
b
•
x
)
) regression.
Description
x
List: Name of list for storing
x
-axis data
y
List: Name of list for storing
y
-axis data
• “
yn
” is the Graph Editor name (
y
1,
y
2, ...) 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
䡺
x
List,
y
List[,[FreqList (or 1)][,[<
yn
>][,
{
On
}
]]]
Off
Function:
Performs
y
=
a
+
b
⋅
ln(
x
)
regression.
Description
x
List:
Name of list for storing
x
-axis data
y
List:
Name of list for storing
y
-axis data
FreqList: Name of list for storing frequency of “
x
List” and “
y
List” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
• “
yn
” is the Graph Editor name (
y
1,
y
2, ...) 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
䡺
x
List,
y
List[,[FreqList (or 1)][,[<
yn
>][,
{
On
}
]]]
Off
Function:
Performs
y
=
a
⋅
x
+
b
Med-Med calculation.
Description
x
List:
Name of list for storing
x
-axis data
y
List:
Name of list for storing
y
-axis data
FreqList: Name of list for storing frequency of “
x
List” and “
y
List” data
• “FreqList” can be omitted. Doing so sets “1” for “FreqList”.
• “
yn
” is the Graph Editor name (
y
1,
y
2, ...) 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.
12-6-29
Program Command Reference