Reference Guide

Full Command and Function Reference 3-45
CONT
Type: Command
Description: Continue Program Execution Command: Resumes execution of a halted program.
Since CONT is a command, it can be assigned to a key or to a custom menu.
Access: ( æis the left-shift of the key).
Input/Output: None
Example: The program
« "Enter A, press { CONT }" { CONT } MENU PROMPT »
displays a prompt message, builds a menu with the CONT command assigned to the first menu
key, and halts the program for data input. After entering data, pressing
%CONT%
resumes program
execution. (Note that pressing is equivalent to pressing
%CONT%
.)
See also: HALT, KILL, PROMPT
CONVERT
Type: Command
Description: Convert Units Command: Converts a source unit object to the dimensions of a target unit.
The source and target units must be compatible. The number part x
2
of the target unit object is
ignored.
Access:
UNITS TOOLS CONVERT
( Ú is the left-shift of the 6key).
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
x
1
_units
source
x
2
_units
target
x
3
_units
target
See also: UBASE, UFACT, →UNIT, UVAL
CORR
Type: Command
Description: Correlation Command: Returns the correlation coefficient of the independent and dependent data
columns in the current statistics matrix (reserved variable ΣDAT).
The columns are specified by the first two elements in the reserved variable ΣPAR, set by XCOL
and YCOL, respectively. If ΣPAR does not exist, CORR creates it and sets the elements to their
default values (1 and 2).
The correlation is computed with the following formula:
x
in
1
x
n
1
( ) x
in
2
x
n
2
( )
i 1=
n
x
in
1
x
n
1
( )
2
i 1=
n
x
in
2
x
n
2
( )
2
i 1=
n
-----------------------------------------------------------------------------------
where
x
in
1
is the ith coordinate value in column n
1
,
x
in
2
is the ith coordinate value in the column
n
2
,
x
n
1
is the mean of the data in column n
1
,
x
n
2
is the mean of the data in column n
2
, and n is the
number of data points.
Access: …µ
CORR
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
correlation
See also: COLΣ, COV, PREDX, PREDY, XCOL, YCOL