Added presentation

This commit is contained in:
2019-05-01 10:46:15 +02:00
parent b99d519aa7
commit 569f924fe3
133 changed files with 168314 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
reset
#set terminal windows
set terminal epslatex size 3.5,3
set output "error.tex"
set grid
set key box opaque reverse left invert samplen 0.75 spacing 1.0 width -4
set lmargin 4.3
set tmargin 0.5
set rmargin 0.5
#set xtics nomirror
#set ytics nomirror
set format x "\\footnotesize{%H}"
set format y "\\footnotesize{%H}"
set xlabel "\\footnotesize{bandwidth $h$}"
set ylabel "\\footnotesize{MISE ($\\times 10^{-3}$)}" offset +2.0,0
plot \
"error/KDE.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#4E9A06" lw 2.0 title "\\footnotesize{KDE} ",\
"error/R.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#CC0000" lw 2.0 title "\\footnotesize{BKDE} ",\
"error/Box.csv" using (column(1)):(column(2)*1000) with lines lc rgb "#FCAF3E" lw 2.0 title "\\footnotesize{BoxKDE} "
#FCAF3E
#CC0000
#4E9A06
#4E9A06