home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1993 #2
/
Image.iso
/
math
/
ksprob21.zip
/
KSDOCS.EXE
/
KSPDNS.EXE
/
NOT.GNU
< prev
next >
Wrap
Text File
|
1990-05-28
|
2KB
|
57 lines
set xrange [-5:5]
set yrange [0:.4]
set ytics 0,.1,.4
set title "Standard Normal pdf and Student's t pdf with 2 df"
set nolabel
set nokey
set samples 501
plot "b:not.d01" w l, "b:not.d02" w l 1
set xrange [-5:5]
set yrange [0:.4]
set ytics 0,.1,.4
set title "Standard Normal pdf and Student's t pdf with 8 df"
set nolabel
set nokey
set samples 501
plot "b:not.d01" w l, "b:not.d03" w l 1
set xrange [-5:5]
set yrange [0:.4]
set ytics 0,.1,.4
set title "Standard Normal pdf and Student's t pdf with 32 df"
set nolabel
set nokey
set samples 501
plot "b:not.d01" w l, "b:not.d04" w l 1
set xrange [-5:5]
set yrange [0:1]
set ytics 0,.2,1
set title "Standard Normal and Student's t (32 df) reliability functions"
set nolabel
set label "reliability functions are also" at -4.7,.24
set label "called survival functions and " at -4.7,.17
set label "are equal to 1 - cdf." at -4.7,.1
set nokey
set samples 501
plot "b:not.d05" w l, "b:not.d06" w l 1
set xrange [1.5:3]
set yrange [0:.08]
set ytics 0,.02,.08
set title "Standard Normal and Student's t (32 df) reliability functions"
set nolabel
set label "This region is important since prob" at 2,.07
set label "values (p values) commonly come from" at 2,.065
set label "here. Notice the increasing percentage" at 2,.06
set label "difference between the two curves." at 2,.055
set nokey
set samples 501
plot "b:not.d07" w l, "b:not.d08" w l 1
set xrange [1.5:3]
set yrange [0:50]
set ytics 0,10,50
set title "Percentage Difference - Normal and T (32 df) reliablilty functions"
set nolabel
set label "100 * (T - Normal) / T" at 1.6,40
set nokey
set samples 501
plot "b:not.d09" w l