home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / ksprob21.zip / KSDOCS.EXE / KSPDBN.EXE / BINO.GNU < prev    next >
Text File  |  1990-05-28  |  298b  |  11 lines

  1. set xrange [-.5:16.5]
  2. set yrange [0:.2]
  3. set ytics 0,.05,.2
  4. set title "Comparison of Normal and Binomial pdfs"
  5. set nolabel
  6. set label "normal mu = 8, sigma = 2" at  .5,.185
  7. set label "binomial  n = 16, p = .5" at 9.5,.185
  8. set nokey
  9. set samples 501
  10. plot "b:bino.d01" w l,"b:bino.d02" w l 1
  11.