home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / math / ksprob21.zip / KSDOCS.EXE / KSPDNS.EXE / NOT.GNU < prev    next >
Text File  |  1990-05-28  |  2KB  |  57 lines

  1. set xrange [-5:5]
  2. set yrange [0:.4]
  3. set ytics 0,.1,.4
  4. set title "Standard Normal pdf and Student's t pdf with 2 df"
  5. set nolabel
  6. set nokey
  7. set samples 501
  8. plot "b:not.d01" w l, "b:not.d02" w l 1
  9. set xrange [-5:5]
  10. set yrange [0:.4]
  11. set ytics 0,.1,.4
  12. set title "Standard Normal pdf and Student's t pdf with 8 df"
  13. set nolabel
  14. set nokey
  15. set samples 501
  16. plot "b:not.d01" w l, "b:not.d03" w l 1
  17. set xrange [-5:5]
  18. set yrange [0:.4]
  19. set ytics 0,.1,.4
  20. set title "Standard Normal pdf and Student's t pdf with 32 df"
  21. set nolabel
  22. set nokey
  23. set samples 501
  24. plot "b:not.d01" w l, "b:not.d04" w l 1
  25. set xrange [-5:5]
  26. set yrange [0:1]
  27. set ytics 0,.2,1
  28. set title "Standard Normal and Student's t (32 df) reliability functions"
  29. set nolabel
  30. set label "reliability functions are also" at -4.7,.24
  31. set label "called survival functions and " at -4.7,.17
  32. set label "are equal to 1 - cdf."          at -4.7,.1
  33. set nokey
  34. set samples 501
  35. plot "b:not.d05" w l, "b:not.d06" w l 1
  36. set xrange [1.5:3]
  37. set yrange [0:.08]
  38. set ytics 0,.02,.08
  39. set title "Standard Normal and Student's t (32 df) reliability functions"
  40. set nolabel
  41. set label "This region is important since prob" at 2,.07
  42. set label "values (p values) commonly come from" at 2,.065
  43. set label "here. Notice the increasing percentage" at 2,.06
  44. set label "difference between the two curves." at 2,.055
  45. set nokey
  46. set samples 501
  47. plot "b:not.d07" w l, "b:not.d08" w l 1
  48. set xrange [1.5:3]
  49. set yrange [0:50]
  50. set ytics 0,10,50
  51. set title "Percentage Difference - Normal and T (32 df) reliablilty functions"
  52. set nolabel
  53. set label "100 * (T - Normal) / T" at 1.6,40
  54. set nokey
  55. set samples 501
  56. plot "b:not.d09" w l
  57.