1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-19 18:55:21 +02:00

m1rc3/norruption/2/plot: corrected terminology and presentation of empirical cdf

This commit is contained in:
Werner Almesberger 2011-10-11 09:22:37 -03:00
parent 5ac8800b98
commit ebc8a1eb5e

View File

@ -25,7 +25,7 @@ $cmd = "|gnuplot -e '".
'set xlabel "Power cycles";'. 'set xlabel "Power cycles";'.
'set ylabel "Cumulative probability";'. 'set ylabel "Cumulative probability";'.
'set key bottom;'. 'set key bottom;'.
'plot "-" with lines title "Corruptions observed (N='.@f.')", '. 'plot "-" with steps title "Empirical distribution (N='.@f.')", '.
'1-exp(-'.1/$f.'*x) with lines lt 3 '. '1-exp(-'.1/$f.'*x) with lines lt 3 '.
'title "Exponential distribution ({/Symbol l}=1/'.$f.')"'. 'title "Exponential distribution ({/Symbol l}=1/'.$f.')"'.
"'"; "'";