ASA066_PRB:
  FORTRAN77 version
 
  Tests for Applied Statistics Algorithm 66.
 
TEST01:
  Compare tabulated values of the normal 
  Cumulative Density Function against values
  computed by ALNORM.
 
         X        CDF                       CDF                    DIFF
               (tabulated)                 (ALNORM)
 
      0.0000    0.5000000000000000        0.5000000000000000       0.000    
      0.1000    0.5398278372770290        0.5398278372727792      0.4250E-11
      0.2000    0.5792597094391030        0.5792597093809396      0.5816E-10
      0.3000    0.6179114221889526        0.6179114219830535      0.2059E-09
      0.4000    0.6554217416103242        0.6554217411248666      0.4855E-09
      0.5000    0.6914624612740131        0.6914624603416568      0.9324E-09
      0.6000    0.7257468822499270        0.7257468806679227      0.1582E-08
      0.7000    0.7580363477769270        0.7580363453106433      0.2466E-08
      0.8000    0.7881446014166033        0.7881445978094612      0.3607E-08
      0.9000    0.8159398746532405        0.8159398696376543      0.5016E-08
      1.0000    0.8413447460685429        0.8413447393693563      0.6699E-08
      1.5000    0.9331927987311419        0.9331927987330156      0.1874E-11
      2.0000    0.9772498680518208        0.9772498680509744      0.8464E-12
      2.5000    0.9937903346742240        0.9937903346744605      0.2366E-12
      3.0000    0.9986501019683699        0.9986501019683744      0.4552E-14
      3.5000    0.9997673709209645        0.9997673709209559      0.8549E-14
      4.0000    0.9999683287581669        0.9999683287581664      0.4441E-15
 
TEST02:
  Compare tabulated values of the normal 
  Cumulative Density Function against values
  computed by NORMP.
 
         X        CDF                       CDF                    DIFF
               (tabulated)                 (NORMP)
 
      0.0000    0.5000000000000000        0.5000000000000000       0.000    
      0.1000    0.5398278372770290        0.5398278372770290       0.000    
      0.2000    0.5792597094391030        0.5792597094391031      0.1110E-15
      0.3000    0.6179114221889526        0.6179114221889526       0.000    
      0.4000    0.6554217416103242        0.6554217416103243      0.1110E-15
      0.5000    0.6914624612740131        0.6914624612740130      0.1110E-15
      0.6000    0.7257468822499270        0.7257468822499265      0.5551E-15
      0.7000    0.7580363477769270        0.7580363477769270       0.000    
      0.8000    0.7881446014166033        0.7881446014166034      0.1110E-15
      0.9000    0.8159398746532405        0.8159398746532405       0.000    
      1.0000    0.8413447460685429        0.8413447460685430      0.1110E-15
      1.5000    0.9331927987311419        0.9331927987311419       0.000    
      2.0000    0.9772498680518208        0.9772498680518208       0.000    
      2.5000    0.9937903346742240        0.9937903346742238      0.1110E-15
      3.0000    0.9986501019683699        0.9986501019683699       0.000    
      3.5000    0.9997673709209645        0.9997673709209645       0.000    
      4.0000    0.9999683287581669        0.9999683287581669       0.000    
 
TEST03:
  Compare tabulated values of the normal 
  Cumulative Density Function against values
  computed by NPROB.
 
         X        CDF                       CDF                    DIFF
               (tabulated)                 (NPROB)
 
      0.0000    0.5000000000000000        0.5000000000000000       0.000    
      0.1000    0.5398278372770290        0.5398278372805048      0.3476E-11
      0.2000    0.5792597094391030        0.5792597094424672      0.3364E-11
      0.3000    0.6179114221889526        0.6179114221891665      0.2139E-12
      0.4000    0.6554217416103242        0.6554217416083834      0.1941E-11
      0.5000    0.6914624612740131        0.6914624612735877      0.4254E-12
      0.6000    0.7257468822499270        0.7257468822526401      0.2713E-11
      0.7000    0.7580363477769270        0.7580363477802913      0.3364E-11
      0.8000    0.7881446014166033        0.7881446014178579      0.1255E-11
      0.9000    0.8159398746532405        0.8159398746539517      0.7112E-12
      1.0000    0.8413447460685429        0.8413447460717163      0.3173E-11
      1.5000    0.9331927987311419        0.9331927987330156      0.1874E-11
      2.0000    0.9772498680518208        0.9772498680509744      0.8464E-12
      2.5000    0.9937903346742240        0.9937903346744605      0.2366E-12
      3.0000    0.9986501019683699        0.9986501019683744      0.4552E-14
      3.5000    0.9997673709209645        0.9997673709209559      0.8549E-14
      4.0000    0.9999683287581669        0.9999683287581664      0.4441E-15
 
ASA066_PRB:
  Normal end of execution.