G01 LBL G This subroutine calculates x for the straight-
line
model.
G02 STO- i Restores index value to its original value.
G03
RCL
Y
G04
RCL-
B
G05
RCL-5-
M Calculates x = (Y - B) + M.
G06 RTN Returns to the calling routine.
Bytes
and
Checksum: 009.0,
FDF1
BO
1 LBL B This subroutine calculates y for the logarith
mic
model.
B02
RCL
X
B03
LN
B04
RCLx
M
B05 RCL+ B Calculates y = M lnX + B.
B06 RTN Returns to the calling routine.
Bytes and Checksum: 009.0, 1B06
HO
1 LBL H This subroutine calculates x for the logarith
mic
model.
H02 STO- i Restores index value to its original value.
H03
RCL
Y
H04
RCL-
B
H05
RCL*
M
H06
e*
Calculates x = eV ~
B>
+ M.
H07 RTN Returns to
the
calling routine.
Bytes
and
Checksum: 010.5, C783
C01 LBL C This subroutine calculates y for
the
ex
ponential model.
C02
RCL
M
C03
RCLx
X
C04
e*
COS
RCLx
B
Calculates
y =
Be*1*
C06 RTN Returns to the calling routine.
Bytes
and
Checksum: 009.0, B411
13:
Statistics
Programs
209