T16
VIEW
X Displays the calculated value of X.
T17
GTO
I Loops to calculate another X.
Bytes
and
Checksum: 033.5, 4355
Q01
LBL
Q This subroutine calculates the upper-tail
area
Q(x).
Q02
RCL
M Recalls the lower limit of integration.
Q83
RCL
X Recalls the upper limit of integration.
Q04 FN= F Selects the function defined by LBL F for
integration.
Q05
XFN
d D Integrates the normal function using the
dummy variable D.
Q06
2
Q07
ir
Q08
X
Q09
SQRT
Q10
RCL
S
Qll
X
Q12
STO
T
Q13
•f
Q14
+/-
Q15
0.5
Q16
+
F02
RCL
D
F03
RCL-
M
F04
RCL-r
S
F05
X*
F86
2
F07
•r
F08
+/"-
F09
e*
F18
RTN
Calculates
S x
V2tt~.
Stores result temporarily for inverse routine.
Adds
half
the
area
under
the
curve
since
we
integrated using the mean as the lower limit.
Q17
RTN
Returns to the calling routine.
Bytes
and
Checksum: 033.5, 4B20
F01
LBL
F This subroutine calculates the integrand for
the
normal
function
e'^'W+S)
+2.
Returns
to
the
calling routine.
Bytes
and
Checksum: 015.0, 034D
Flags
Used:
None.
13:
Statistics
Programs
217