                   π       
          

Program Lines:

Description

(In RPN mode)

 

   Adds the correction to yield a new Xguess.    

  Tests to see if the correction is significant.

   Goes back to start of loop if correction is significant. Continues if correction is not significant.

  

   Displays the calculated value of X.    Loops to calculate another X.

Checksum and length: EDF4 57

This subroutine calculates the upper–tail area Q(x).

Recalls the lower limit of integration.

Recalls the upper limit of integration.

Selects the function defined by LBL F for integration.

Integrates the normal function using the dummy variable D.

Calculates S 2π .

Stores result temporarily for inverse routine.

Adds half the area under the curve since we integrated using the mean as the lower limit.

  Returns to the calling routine. Checksum and length: 8387 52

  

This subroutine calculates the integrand for the normal

 

function e((X M)S)2 2

  

 

  

 

16-14Statistics Programs