home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / engineer / ksprob21.zip / KSMISC.EXE / KSPRBAS.ERR < prev    next >
Text File  |  1992-12-21  |  9KB  |  172 lines

  1.       survey of errors for ksprbas.bas.
  2.  
  3.       binomial pdf and cdf, lines 100 - 150
  4.         checked n = 10 & 50 with p = .1, .5 & .9. no errors found.
  5.  
  6.       hypergeometric pdf and cdf, lines 200 - 290
  7.         checked np = 20 with ns = 5 & 15, k = 10
  8.         checked np = 100 with ns = 10, 50 & 90, k = 5 & 60
  9.         no errors found.
  10.  
  11.       Poisson pdf and cdf, lines 300 - 350
  12.         checked m = 5, 20. no errors found.
  13.  
  14.  
  15.       standard normal cdf, lines 400 - 450
  16.         checked z = 0(.1)4  no errors found.
  17.  
  18.       standard normal inverse, lines 500 - 570
  19.         checked p = .01(.01).99. program reports z = 2.327 for p = .01.
  20.         should be 2.326. Similar error for p = .99.
  21.  
  22.       standard normal reliability function, lines 600 - 695
  23.         checked z = 0.0(0.2)4.0. displayed values are correct except for
  24.         z = 3.0 the program reports 0.0013. should be 0.0014
  25.  
  26.       the errors shown below are true value minus value reported by the
  27.       program, both rounded to 4 decimal places, times 10000. An error
  28.       of 5, for example, means that the true value is 0.0005 larger
  29.       than the reported value when both are rounded to 4 dp. "bomb"
  30.       means that the program could not calculate the result. No entry
  31.       means the true and reported values agree.
  32.  
  33. Student's t cdf, lines 700 - 760.
  34.  
  35.  t\df: 2    4    8   16        t\df: 2    4   8   16
  36.  0.0 bomb bomb bomb bomb       2.4   1
  37.  0.2   7    2                  2.6   2    1
  38.  0.4  11    4    1             2.8   2
  39.  0.6  13    5    2    1        3.0   1       -1   -1
  40.  0.8  13    5    1             4.0   2    1
  41.  1.0  11    5    1             5.0   2
  42.  1.2   8    3    1             6.0   1
  43.  1.4   5    2                  7.0   1
  44.  1.6   4    1                  8.0   1    1
  45.  1.8   2                       9.0   1
  46.  2.0   2                      10.0   1
  47.  2.2   2   -1                 20.0
  48.  
  49.  
  50. ksprbas.err                                             page 2
  51.  
  52. chi-square cdf, lines 800 - 840.
  53. x²\df: 3    6     12     24    x²\df: 3      6     12     24
  54. .2    -2                       18
  55. .4    -3    1                  19
  56. .6    -1                       20
  57. .8     1                       22
  58.  1     3                       22.5                        1
  59.  2   bomb                      23                        bomb
  60.  3    12                       23.5
  61.  4    12    1                  24
  62.  5    10  bomb                 24.5
  63.  6     7    2                  25
  64.  7     5    2                  25.5
  65.  8     4    2                  26
  66.  9     3    2                  28
  67. 10     2    2      1           30                          1
  68. 10.5   2    1                  32
  69. 11     1    1    bomb          34
  70. 11.5   1    1                  36
  71. 12     1    1      1           38
  72. 12.5   1    1                  40
  73. 13                             42
  74. 13.5   1           1           44
  75. 14                        1    46
  76. 15          1                  48
  77. 16          1                  50
  78. 17
  79.  
  80.  
  81. ksprbas.err                                             page 3
  82.  
  83. f cdf, lines 900 - 960
  84. df1 f df2:2    8    32   df1 f df2:4   8  16  64   df1 f df2: 2   8  32 64
  85.  2 .01    -7   -4   -8    4 .02    2                8 .05    -1
  86.  2 .02    -5   -8  -12    4 .04    2   2   1        8 .10    -3
  87.  2 .03    -2   -9  -14    4 .06    3   2   2   1    8 .15    -8   1
  88.  2 .04    -2  -11  -17    4 .08    3   2   2        8 .20   -14   1   1  1
  89.  2 .05    -5  -12  -17    4 .1     2   3   2   1    8 .25   -20   1   1
  90.  2 .06    -8  -13  -17    4 .15    1   3   2        8 .30   -26       1  1
  91.  2 .07   -11  -13  -18    4 .2    -1   2   2   1    8 .35   -31       1
  92.  2 .08   -15  -14  -17    4 .25   -3   2   1        8 .40   -34  -1   1
  93.  2 .09   -18  -14  -16    4 .3    -5   1   2   1    8 .50   -38  -1      1
  94.  2  .1   -20  -12  -16    4 .4    -7   1   2   1    8 .60   -41  -1   1  1
  95.  2  .2   -36   43   -6    4 .6    -6   1   2   4    8 .80   -40  -1   1  1
  96.  2  .4   -37    9  -15    4 .8    -3   3 bomb  5    8 1     -37 bomb  1  1
  97.  2  .6   -25   23   28    4 1    bomb  5   6   6    8 1.2   -33   1   2  1
  98.  2  .8   -12   32   34    4 1.5    5   8   7   6    8 1.4   -28   1   1  1
  99.  2 1     bomb  37   37    4 2      7   8   7   4    8 1.6   -24   1   1  2
  100.  2 2      32   38   28    4 2.5    7   7   6   3    8 1.8   -20   2   2  1
  101.  2 2.5    37   34   22    4 3      6   5   4   2    8 2     -17   1   2  1
  102.  2 3      39   29   17    4 3.5    4   4   3   1    8 2.2   -14   1   1  1
  103.  2 3.5    39   24   12    4 4      3   3   2   1    8 2.4   -11       1  1
  104.  2 4      39   20    8    4 4.5    2   2   2        8 2.6    -9   1
  105.  2 4.5    37   17    7    4 5      1   2   1        8 2.8    -6       1  1
  106.  2   5    36   14    5    4 6          1            8 3      -4   1
  107.  2   6    33   10    2    4 7     -1       1        8 3.5     0  -1
  108.  2   7    29    7    1    4 8     -2                8   4     3  -1
  109.  2   8    25    5         4 9     -2                8   5     7  -1
  110.  2   9    23    4         4 10    -2  -1            8   6    10  -1
  111.  2  10    20    3         4 15    -3                8   8    12  -1
  112.  2  20     5    1         4 20    -2                8  10    12
  113.  2  40    -4              4 30    -1                8  13    14
  114.  2  80    -7              4 40    -1                8  17    12
  115.  2 160    -7                                        8  20    12  -1
  116.  2 320    -5                                        8  30    11
  117.                                                     8  40     9
  118.                                                     8  80     5
  119.                                                     8 160     3
  120.                                                     8 320     1
  121.  
  122.  
  123.  
  124. ksprbas.err                                             page 4
  125.  
  126.  df1 f df2:4  16  64   df1 f df2:2   8  32   df1 f df2:4   16  64
  127.  16 .1                 32 .1     0            64 .2
  128.  16 .2    -1           32 .2    -5            64 .25   -1
  129.  16 .3    -3           32 .3   -13            64 .3    -1
  130.  16 .4    -6           32 .35  -18            64 .35   -3
  131.  16 .45   -6           32 .4   -22  -1        64 .4    -3
  132.  16 .5    -7           32 .45  -25  -1        64 .45   -4
  133.  16 .55   -8  -1   1   32 .5   -28  -2        64 .5    -4
  134.  16 .6    -8       1   32 .55  -31  -2        64 .55   -5
  135.  16 .8    -7  -1       32 .6   -33  -2        64 .6    -6  -1
  136.  16 1     -6 bomb      32 .65  -35  -2        64 .65   -6  -1
  137.  16 1.2   -4       1   32 .7   -35  -1  -1    64 .7    -6  -1
  138.  16 1.4   -3       1   32 .8   -37  -2        64 .75   -6
  139.  16 1.6   -2       1   32 1    -37  -1 bomb   64 .8    -6
  140.  16 1.8   -2       1   32 1.2  -35            64 .9    -6      -1
  141.  16 2     -2           32 1.4  -32            64 1     -6     bomb
  142.  16 2.3   -2           32 1.5  -30  -1        64 1.1   -5
  143.  16 2.7   -2  -1   1   32 1.6  -29            64 1.2   -5
  144.  16 3     -2           32 1.7  -27            64 1.3   -4
  145.  16 3.5   -1  -1       32 1.8  -26  -1        64 1.4   -4
  146.  16 4     -1  -1       32 2    -22            64 1.5   -4
  147.  16 5     -2           32 2.2  -19  -1        64 1.6   -4
  148.  16 6     -2           32 2.4  -17  -1        64 1.7   -3
  149.  16 7     -2           32 2.6  -13  -1        64 1.8   -3
  150.  16 8     -2           32 2.8  -11  -1        64 1.9   -2  -1
  151.  16  10   -2           32 3     -9  -1        64 2     -3
  152.  16  15   -1           32 3.5   -4  -1        64 2.2   -2
  153.  16  20   -1           32 4      0  -1        64 2.4   -2  -1
  154.  16  40   -1           32 5      6  -1        64 2.6   -2
  155.  16  80   -1           32 6      9  -1        64 2.8   -1
  156.                        32 8     14            64 3     -1
  157.                        32  10   16            64 3.5   -1
  158.                        32  15   18            64 4
  159.                        32  20   17            64 4.5   -1
  160.                        32  40   14            64 5     -1
  161.                        32  80    9            64 5.5
  162.                        32 160    6            64 6     -1
  163.                        32 320    3            64 7
  164.                                               64 8
  165.                                               64 9
  166.                                               64 10    -1
  167.                                               64 15    -1
  168.                                               64 20
  169.                                               64 30
  170.                                               64 40    -1
  171.                                               64 80
  172.