Added presentation
This commit is contained in:
60
presentation/gfx/BoxConverge.gp
Normal file
60
presentation/gfx/BoxConverge.gp
Normal file
@@ -0,0 +1,60 @@
|
||||
reset
|
||||
|
||||
set terminal epslatex size 2.5,1.3
|
||||
#set terminal windows
|
||||
|
||||
set grid
|
||||
|
||||
set key box opaque reverse left invert samplen 0.75 spacing 1.0 width -4
|
||||
set nokey
|
||||
|
||||
#set lmargin 4.3
|
||||
#set tmargin 0.5
|
||||
#set rmargin 0.5
|
||||
|
||||
unset xtics
|
||||
unset ytics
|
||||
unset border
|
||||
|
||||
#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
|
||||
|
||||
|
||||
# orange dahsed gaussian
|
||||
set style line 1 dt 3 lc rgb "#FCAF3E" lw 3.0
|
||||
# red approx
|
||||
set style line 2 lt 1 lc rgb "#CC0000" lw 3.0
|
||||
|
||||
|
||||
|
||||
set output "BoxConverge1.tex"
|
||||
plot \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(2)) with lines ls 2
|
||||
|
||||
set output "BoxConverge2.tex"
|
||||
plot \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(3)) with lines ls 1, \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(4)) with lines ls 2
|
||||
|
||||
set output "BoxConverge3.tex"
|
||||
plot \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(5)) with lines ls 1, \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(6)) with lines ls 2
|
||||
|
||||
set output "BoxConverge4.tex"
|
||||
plot \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(7)) with lines ls 1, \
|
||||
"BoxConvergeData.csv" using (column(1)):(column(8)) with lines ls 2
|
||||
|
||||
set output
|
||||
|
||||
#FCAF3E
|
||||
#CC0000
|
||||
#4E9A06
|
||||
#4E9A06
|
||||
3395
presentation/gfx/BoxConverge1.eps
Normal file
3395
presentation/gfx/BoxConverge1.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/BoxConverge1.tex
Normal file
95
presentation/gfx/BoxConverge1.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(3600.00,1872.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{BoxConverge1}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
7393
presentation/gfx/BoxConverge2.eps
Normal file
7393
presentation/gfx/BoxConverge2.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/BoxConverge2.tex
Normal file
95
presentation/gfx/BoxConverge2.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(3600.00,1872.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{BoxConverge2}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
7515
presentation/gfx/BoxConverge3.eps
Normal file
7515
presentation/gfx/BoxConverge3.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/BoxConverge3.tex
Normal file
95
presentation/gfx/BoxConverge3.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(3600.00,1872.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{BoxConverge3}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
7632
presentation/gfx/BoxConverge4.eps
Normal file
7632
presentation/gfx/BoxConverge4.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/BoxConverge4.tex
Normal file
95
presentation/gfx/BoxConverge4.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(3600.00,1872.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{BoxConverge4}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
4001
presentation/gfx/BoxConvergeData.csv
Normal file
4001
presentation/gfx/BoxConvergeData.csv
Normal file
File diff suppressed because it is too large
Load Diff
BIN
presentation/gfx/Eval1GroundTruth.png
Normal file
BIN
presentation/gfx/Eval1GroundTruth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 672 KiB |
BIN
presentation/gfx/KdeConstruction.pdf
Normal file
BIN
presentation/gfx/KdeConstruction.pdf
Normal file
Binary file not shown.
10130
presentation/gfx/boxkde.eps
Normal file
10130
presentation/gfx/boxkde.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/boxkde.tex
Normal file
95
presentation/gfx/boxkde.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(5040.00,2880.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{boxkde}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
1133
presentation/gfx/error.eps
Normal file
1133
presentation/gfx/error.eps
Normal file
File diff suppressed because it is too large
Load Diff
32
presentation/gfx/error.gp
Normal file
32
presentation/gfx/error.gp
Normal file
@@ -0,0 +1,32 @@
|
||||
reset
|
||||
|
||||
#set terminal windows
|
||||
set terminal epslatex size 3.5,2.5
|
||||
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
|
||||
138
presentation/gfx/error.tex
Normal file
138
presentation/gfx/error.tex
Normal file
@@ -0,0 +1,138 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(5040.00,3600.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,704){\makebox(0,0)[r]{\strut{}\footnotesize{0}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,1168){\makebox(0,0)[r]{\strut{}\footnotesize{2}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,1632){\makebox(0,0)[r]{\strut{}\footnotesize{4}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,2097){\makebox(0,0)[r]{\strut{}\footnotesize{6}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,2561){\makebox(0,0)[r]{\strut{}\footnotesize{8}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,3025){\makebox(0,0)[r]{\strut{}\footnotesize{10}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(435,3489){\makebox(0,0)[r]{\strut{}\footnotesize{12}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(567,484){\makebox(0,0){\strut{}\footnotesize{0.1}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1057,484){\makebox(0,0){\strut{}\footnotesize{0.2}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1546,484){\makebox(0,0){\strut{}\footnotesize{0.3}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2036,484){\makebox(0,0){\strut{}\footnotesize{0.4}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2525,484){\makebox(0,0){\strut{}\footnotesize{0.5}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3015,484){\makebox(0,0){\strut{}\footnotesize{0.6}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3504,484){\makebox(0,0){\strut{}\footnotesize{0.7}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3994,484){\makebox(0,0){\strut{}\footnotesize{0.8}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4483,484){\makebox(0,0){\strut{}\footnotesize{0.9}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4973,484){\makebox(0,0){\strut{}\footnotesize{1}}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(83,2096){\rotatebox{-270}{\makebox(0,0){\strut{}\footnotesize{MISE ($\times 10^{-3}$)}}}}%
|
||||
\put(2770,154){\makebox(0,0){\strut{}\footnotesize{bandwidth $h$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1653,2876){\makebox(0,0)[r]{\strut{}\footnotesize{KDE} }}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1653,3096){\makebox(0,0)[r]{\strut{}\footnotesize{BKDE} }}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1653,3316){\makebox(0,0)[r]{\strut{}\footnotesize{BoxKDE} }}%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{error}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
86
presentation/gfx/error/Box.csv
Normal file
86
presentation/gfx/error/Box.csv
Normal file
@@ -0,0 +1,86 @@
|
||||
0.15 0.00059687
|
||||
0.16 0.00065779
|
||||
0.17 0.0006009
|
||||
0.18 0.00069853
|
||||
0.19 0.00067814
|
||||
0.2 0.00060397
|
||||
0.21 0.00060019
|
||||
0.22 0.00056329
|
||||
0.23 0.00058935
|
||||
0.24 0.0005947
|
||||
0.25 0.00055101
|
||||
0.26 0.0016793
|
||||
0.27 0.0016706
|
||||
0.28 0.0016165
|
||||
0.29 0.0017043
|
||||
0.3 0.0017323
|
||||
0.31 0.001682
|
||||
0.32 0.0016604
|
||||
0.33 0.0016488
|
||||
0.34 0.0016879
|
||||
0.35 0.0016653
|
||||
0.36 0.0016577
|
||||
0.37 0.0015946
|
||||
0.38 0.001717
|
||||
0.39 0.001634
|
||||
0.4 0.0017368
|
||||
0.41 0.001615
|
||||
0.42 0.0015334
|
||||
0.43 0.0017162
|
||||
0.44 0.0016741
|
||||
0.45 0.0035742
|
||||
0.46 0.0035536
|
||||
0.47 0.0035763
|
||||
0.48 0.0035662
|
||||
0.49 0.0035824
|
||||
0.5 0.0036102
|
||||
0.51 0.0035645
|
||||
0.52 0.0035274
|
||||
0.53 0.0035878
|
||||
0.54 0.0035357
|
||||
0.55 0.0036062
|
||||
0.56 0.003644
|
||||
0.57 0.0035564
|
||||
0.58 0.0054383
|
||||
0.59 0.0054059
|
||||
0.6 0.0053969
|
||||
0.61 0.0054425
|
||||
0.62 0.0054856
|
||||
0.63 0.0054371
|
||||
0.64 0.0054208
|
||||
0.65 0.0054052
|
||||
0.66 0.0054552
|
||||
0.67 0.0054841
|
||||
0.68 0.0054098
|
||||
0.69 0.0053947
|
||||
0.7 0.0054073
|
||||
0.71 0.0054836
|
||||
0.72 0.005479
|
||||
0.73 0.0054226
|
||||
0.74 0.0090422
|
||||
0.75 0.0090316
|
||||
0.76 0.0090807
|
||||
0.77 0.0090336
|
||||
0.78 0.0090864
|
||||
0.79 0.009056
|
||||
0.8 0.0090689
|
||||
0.81 0.0090651
|
||||
0.82 0.0090826
|
||||
0.83 0.0090286
|
||||
0.84 0.0090444
|
||||
0.85 0.0090527
|
||||
0.86 0.0090639
|
||||
0.87 0.0090555
|
||||
0.88 0.0091075
|
||||
0.89 0.009093
|
||||
0.9 0.011388
|
||||
0.91 0.011381
|
||||
0.92 0.011396
|
||||
0.93 0.011363
|
||||
0.94 0.011375
|
||||
0.95 0.011399
|
||||
0.96 0.011412
|
||||
0.97 0.011366
|
||||
0.98 0.011353
|
||||
0.99 0.011379
|
||||
1 0.011397
|
||||
|
86
presentation/gfx/error/ExBox.csv
Normal file
86
presentation/gfx/error/ExBox.csv
Normal file
@@ -0,0 +1,86 @@
|
||||
0.15 0.00058275
|
||||
0.16 0.00062877
|
||||
0.17 0.00057353
|
||||
0.18 0.00068519
|
||||
0.19 0.00068682
|
||||
0.2 0.00061422
|
||||
0.21 0.00063777
|
||||
0.22 0.00062259
|
||||
0.23 0.00067975
|
||||
0.24 0.00069164
|
||||
0.25 0.00067199
|
||||
0.26 0.00081329
|
||||
0.27 0.00084847
|
||||
0.28 0.00084521
|
||||
0.29 0.00097837
|
||||
0.3 0.001063
|
||||
0.31 0.0010714
|
||||
0.32 0.001116
|
||||
0.33 0.001181
|
||||
0.34 0.0012786
|
||||
0.35 0.001345
|
||||
0.36 0.0014194
|
||||
0.37 0.0014429
|
||||
0.38 0.001663
|
||||
0.39 0.0016755
|
||||
0.4 0.0018851
|
||||
0.41 0.0018659
|
||||
0.42 0.0018964
|
||||
0.43 0.0022078
|
||||
0.44 0.0022825
|
||||
0.45 0.0024083
|
||||
0.46 0.002501
|
||||
0.47 0.0026722
|
||||
0.48 0.0028053
|
||||
0.49 0.0029689
|
||||
0.5 0.0031423
|
||||
0.51 0.0032524
|
||||
0.52 0.0033713
|
||||
0.53 0.0035952
|
||||
0.54 0.0037081
|
||||
0.55 0.003948
|
||||
0.56 0.0041574
|
||||
0.57 0.0042471
|
||||
0.58 0.0044276
|
||||
0.59 0.0045744
|
||||
0.6 0.0047528
|
||||
0.61 0.0049851
|
||||
0.62 0.0052184
|
||||
0.63 0.0053606
|
||||
0.64 0.0055147
|
||||
0.65 0.0056563
|
||||
0.66 0.0058633
|
||||
0.67 0.0060525
|
||||
0.68 0.0061413
|
||||
0.69 0.0062951
|
||||
0.7 0.0064694
|
||||
0.71 0.0067058
|
||||
0.72 0.0068741
|
||||
0.73 0.0069869
|
||||
0.74 0.007156
|
||||
0.75 0.0073243
|
||||
0.76 0.0075373
|
||||
0.77 0.0076646
|
||||
0.78 0.0078997
|
||||
0.79 0.0080406
|
||||
0.8 0.0082263
|
||||
0.81 0.0083948
|
||||
0.82 0.0085871
|
||||
0.83 0.0087002
|
||||
0.84 0.0088932
|
||||
0.85 0.0090744
|
||||
0.86 0.0092566
|
||||
0.87 0.0094215
|
||||
0.88 0.0096413
|
||||
0.89 0.0097972
|
||||
0.9 0.0099539
|
||||
0.91 0.010114
|
||||
0.92 0.010305
|
||||
0.93 0.010425
|
||||
0.94 0.010599
|
||||
0.95 0.010793
|
||||
0.96 0.010969
|
||||
0.97 0.011077
|
||||
0.98 0.011225
|
||||
0.99 0.011406
|
||||
1 0.011578
|
||||
|
86
presentation/gfx/error/KDE.csv
Normal file
86
presentation/gfx/error/KDE.csv
Normal file
@@ -0,0 +1,86 @@
|
||||
0.15 0.00084575
|
||||
0.16 0.0008555
|
||||
0.17 0.00070335
|
||||
0.18 0.00075477
|
||||
0.19 0.00068716
|
||||
0.2 0.00057767
|
||||
0.21 0.00055525
|
||||
0.22 0.00050787
|
||||
0.23 0.00053075
|
||||
0.24 0.00052867
|
||||
0.25 0.00048694
|
||||
0.26 0.00059659
|
||||
0.27 0.00061149
|
||||
0.28 0.00060552
|
||||
0.29 0.00070919
|
||||
0.3 0.00078033
|
||||
0.31 0.00078231
|
||||
0.32 0.00081119
|
||||
0.33 0.00087494
|
||||
0.34 0.00094694
|
||||
0.35 0.0010085
|
||||
0.36 0.0010783
|
||||
0.37 0.0010941
|
||||
0.38 0.0012901
|
||||
0.39 0.0012999
|
||||
0.4 0.0014947
|
||||
0.41 0.0014695
|
||||
0.42 0.0014919
|
||||
0.43 0.0017827
|
||||
0.44 0.0018517
|
||||
0.45 0.0019647
|
||||
0.46 0.0020368
|
||||
0.47 0.0021959
|
||||
0.48 0.0023185
|
||||
0.49 0.0024715
|
||||
0.5 0.0026232
|
||||
0.51 0.002723
|
||||
0.52 0.0028187
|
||||
0.53 0.0030264
|
||||
0.54 0.0031228
|
||||
0.55 0.0033492
|
||||
0.56 0.0035401
|
||||
0.57 0.0036015
|
||||
0.58 0.0037649
|
||||
0.59 0.0038893
|
||||
0.6 0.0040476
|
||||
0.61 0.0042546
|
||||
0.62 0.0044674
|
||||
0.63 0.0045828
|
||||
0.64 0.004733
|
||||
0.65 0.0048899
|
||||
0.66 0.0051112
|
||||
0.67 0.0053131
|
||||
0.68 0.0054134
|
||||
0.69 0.0055695
|
||||
0.7 0.0057556
|
||||
0.71 0.0060067
|
||||
0.72 0.0061785
|
||||
0.73 0.0062981
|
||||
0.74 0.0064684
|
||||
0.75 0.0066467
|
||||
0.76 0.0068563
|
||||
0.77 0.006984
|
||||
0.78 0.0072279
|
||||
0.79 0.0073651
|
||||
0.8 0.0075512
|
||||
0.81 0.0077164
|
||||
0.82 0.0079074
|
||||
0.83 0.008007
|
||||
0.84 0.0082
|
||||
0.85 0.0083749
|
||||
0.86 0.0085491
|
||||
0.87 0.0087095
|
||||
0.88 0.0089233
|
||||
0.89 0.0090684
|
||||
0.9 0.0092171
|
||||
0.91 0.0093685
|
||||
0.92 0.0095564
|
||||
0.93 0.0096567
|
||||
0.94 0.0098157
|
||||
0.95 0.010008
|
||||
0.96 0.010175
|
||||
0.97 0.010262
|
||||
0.98 0.010403
|
||||
0.99 0.010573
|
||||
1 0.010741
|
||||
|
86
presentation/gfx/error/R.csv
Normal file
86
presentation/gfx/error/R.csv
Normal file
@@ -0,0 +1,86 @@
|
||||
0.15 0.00058513
|
||||
0.16 0.00063311
|
||||
0.17 0.00056715
|
||||
0.18 0.00066154
|
||||
0.19 0.0006489
|
||||
0.2 0.00057419
|
||||
0.21 0.00059376
|
||||
0.22 0.00058064
|
||||
0.23 0.00064472
|
||||
0.24 0.00066439
|
||||
0.25 0.00065271
|
||||
0.26 0.0008034
|
||||
0.27 0.00084639
|
||||
0.28 0.00085144
|
||||
0.29 0.0009914
|
||||
0.3 0.0010808
|
||||
0.31 0.0010957
|
||||
0.32 0.0011434
|
||||
0.33 0.0012088
|
||||
0.34 0.0013151
|
||||
0.35 0.0013819
|
||||
0.36 0.001457
|
||||
0.37 0.001481
|
||||
0.38 0.0016998
|
||||
0.39 0.0017104
|
||||
0.4 0.001917
|
||||
0.41 0.0018942
|
||||
0.42 0.0019193
|
||||
0.43 0.0022234
|
||||
0.44 0.00229
|
||||
0.45 0.0024113
|
||||
0.46 0.0024951
|
||||
0.47 0.0026559
|
||||
0.48 0.0027777
|
||||
0.49 0.0029289
|
||||
0.5 0.003088
|
||||
0.51 0.0031833
|
||||
0.52 0.0032852
|
||||
0.53 0.0034919
|
||||
0.54 0.003586
|
||||
0.55 0.0038063
|
||||
0.56 0.0039949
|
||||
0.57 0.0040647
|
||||
0.58 0.0042219
|
||||
0.59 0.0043447
|
||||
0.6 0.0044993
|
||||
0.61 0.0047046
|
||||
0.62 0.0049136
|
||||
0.63 0.0050255
|
||||
0.64 0.005173
|
||||
0.65 0.0053243
|
||||
0.66 0.0055417
|
||||
0.67 0.0057377
|
||||
0.68 0.0058326
|
||||
0.69 0.0059893
|
||||
0.7 0.0061679
|
||||
0.71 0.0064099
|
||||
0.72 0.0065768
|
||||
0.73 0.0066899
|
||||
0.74 0.0068573
|
||||
0.75 0.0070248
|
||||
0.76 0.0072316
|
||||
0.77 0.0073546
|
||||
0.78 0.0075865
|
||||
0.79 0.0077214
|
||||
0.8 0.007899
|
||||
0.81 0.0080582
|
||||
0.82 0.0082415
|
||||
0.83 0.0083389
|
||||
0.84 0.0085233
|
||||
0.85 0.0086915
|
||||
0.86 0.0088592
|
||||
0.87 0.0090121
|
||||
0.88 0.0092176
|
||||
0.89 0.0093578
|
||||
0.9 0.0095
|
||||
0.91 0.0096446
|
||||
0.92 0.0098242
|
||||
0.93 0.0099207
|
||||
0.94 0.010073
|
||||
0.95 0.010258
|
||||
0.96 0.010418
|
||||
0.97 0.0105
|
||||
0.98 0.010635
|
||||
0.99 0.010799
|
||||
1 0.010958
|
||||
|
2484
presentation/gfx/info_graphic.eps
Normal file
2484
presentation/gfx/info_graphic.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
presentation/gfx/info_graphic.pdf
Normal file
BIN
presentation/gfx/info_graphic.pdf
Normal file
Binary file not shown.
1603
presentation/gfx/info_graphic.svg
Normal file
1603
presentation/gfx/info_graphic.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 144 KiB |
10130
presentation/gfx/max_particle.eps
Normal file
10130
presentation/gfx/max_particle.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/max_particle.tex
Normal file
95
presentation/gfx/max_particle.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(5040.00,2880.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{max_particle}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
579
presentation/gfx/multimodalPath2.eps
Normal file
579
presentation/gfx/multimodalPath2.eps
Normal file
@@ -0,0 +1,579 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: cairo 1.14.8 (http://cairographics.org)
|
||||
%%CreationDate: Thu Apr 20 14:10:46 2017
|
||||
%%Pages: 1
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 3
|
||||
%%BoundingBox: 0 -1 251 116
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
save
|
||||
50 dict begin
|
||||
/q { gsave } bind def
|
||||
/Q { grestore } bind def
|
||||
/cm { 6 array astore concat } bind def
|
||||
/w { setlinewidth } bind def
|
||||
/J { setlinecap } bind def
|
||||
/j { setlinejoin } bind def
|
||||
/M { setmiterlimit } bind def
|
||||
/d { setdash } bind def
|
||||
/m { moveto } bind def
|
||||
/l { lineto } bind def
|
||||
/c { curveto } bind def
|
||||
/h { closepath } bind def
|
||||
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
|
||||
0 exch rlineto 0 rlineto closepath } bind def
|
||||
/S { stroke } bind def
|
||||
/f { fill } bind def
|
||||
/f* { eofill } bind def
|
||||
/n { newpath } bind def
|
||||
/W { clip } bind def
|
||||
/W* { eoclip } bind def
|
||||
/BT { } bind def
|
||||
/ET { } bind def
|
||||
/pdfmark where { pop globaldict /?pdfmark /exec load put }
|
||||
{ globaldict begin /?pdfmark /pop load def /pdfmark
|
||||
/cleartomark load def end } ifelse
|
||||
/BDC { mark 3 1 roll /BDC pdfmark } bind def
|
||||
/EMC { mark /EMC pdfmark } bind def
|
||||
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
|
||||
/Tj { show currentpoint cairo_store_point } bind def
|
||||
/TJ {
|
||||
{
|
||||
dup
|
||||
type /stringtype eq
|
||||
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
|
||||
} forall
|
||||
currentpoint cairo_store_point
|
||||
} bind def
|
||||
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
|
||||
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
|
||||
/Tf { pop /cairo_font exch def /cairo_font_matrix where
|
||||
{ pop cairo_selectfont } if } bind def
|
||||
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
|
||||
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
|
||||
/cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
|
||||
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/g { setgray } bind def
|
||||
/rg { setrgbcolor } bind def
|
||||
/d1 { setcachedevice } bind def
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
%%PageBoundingBox: 0 -1 251 116
|
||||
%%EndPageSetup
|
||||
q 0 -1 251 117 rectclip q
|
||||
1 g
|
||||
0.75 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 -1 0 115.266312 cm
|
||||
-0.375 -18.938 289.5 136.5 re S Q
|
||||
q
|
||||
133.391 73.911 m 133.391 70.794 130.25 68.266 126.375 68.266 c 122.5 68.266
|
||||
119.359 70.794 119.359 73.911 c 119.359 77.032 122.5 79.559 126.375 79.559
|
||||
c 130.25 79.559 133.391 77.032 133.391 73.911 c h
|
||||
133.391 73.911 m W n
|
||||
[0.206307 0 0 -0.166086 197.646648 105.552092] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
184.875 63.704 m 184.875 55.938 178.578 49.641 170.812 49.641 c 163.047
|
||||
49.641 156.75 55.938 156.75 63.704 c 156.75 71.469 163.047 77.766 170.812
|
||||
77.766 c 178.578 77.766 184.875 71.469 184.875 63.704 c h
|
||||
184.875 63.704 m W n
|
||||
[0.413603 0 0 -0.413603 313.697538 142.49422] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
140.438 98.766 m 140.438 91.001 134.141 84.704 126.375 84.704 c 118.609
|
||||
84.704 112.312 91.001 112.312 98.766 c 112.312 106.532 118.609 112.829
|
||||
126.375 112.829 c 134.141 112.829 140.438 106.532 140.438 98.766 c h
|
||||
140.438 98.766 m W n
|
||||
[0.369485 -0.0000000443479 -0.0000000317716 -0.264706 254.018966 149.191822] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
0 g
|
||||
0.75 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 -1 0 115.266312 cm
|
||||
247.09 60.562 m 225.375 60.562 l 135.375 42.562 l 12.375 42.562 l 12.375
|
||||
15.562 l S Q
|
||||
q
|
||||
92.109 97.438 m 92.109 90.016 86.094 84.001 78.676 84.001 c 71.254 84.001
|
||||
65.238 90.016 65.238 97.438 c 65.238 104.856 71.254 110.872 78.676 110.872
|
||||
c 86.094 110.872 92.109 104.856 92.109 97.438 c h
|
||||
92.109 97.438 m W n
|
||||
[0.395137 0 0 -0.395137 215.179931 172.710147] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
1 g
|
||||
44.625 68.954 84.75 -8.25 re f
|
||||
46.125 62.204 10.5 -4.5 re f
|
||||
99.375 85.454 30.75 -7.5 re f
|
||||
98.625 49.454 30.75 -8.25 re f
|
||||
61.949 110.954 12.75 -33 re f
|
||||
73.559 90.434 12.75 -12.48 re f
|
||||
0.643137 g
|
||||
0.75 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 -1 0 115.266312 cm
|
||||
6.992 57.043 m 6.98 65.43 l 7 88.949 l 78.227 88.91 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
56.688 88.922 m 56.688 69.016 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
56.688 63.492 m 56.688 54.562 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
6.98 57.418 m 56.688 57.418 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
56.625 46.312 m 3.375 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
29.07 46.371 m 29.07 44.16 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
33.488 37.535 m 22.445 37.535 l 22.445 17.098 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
39.566 37.535 m 42.703 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
42.328 17.098 m 42.328 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
22.445 11.023 m 22.445 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
42.328 11.023 m 42.328 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
3.113 4.395 m 3.113 46.371 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
78.227 88.91 m 247.086 89.051 l 247.098 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
247.469 4.395 m 3.113 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
50.848 37.535 m 59.133 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
63.781 37.535 m 72.391 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
52.504 24.832 m 52.504 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
52.504 24.832 m 96.375 24.832 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
66.312 37.535 m 66.312 24.832 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
96.375 24.457 m 96.453 37.535 l 130.145 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
130.145 37.535 m 130.145 13.785 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
130.145 7.711 m 130.145 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
141.191 4.395 m 141.191 37.535 l 155 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
160.523 37.535 m 168.258 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
163.836 37.535 m 163.836 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
174.332 37.535 m 179.301 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
177.094 37.535 m 177.094 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
185.379 37.535 m 195.32 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
190.902 37.535 m 190.902 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
201.395 37.535 m 211.891 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
204.156 37.535 m 204.156 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
217.965 37.535 m 228.457 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
221.277 37.535 m 221.277 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
234.535 37.535 m 247.094 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
56.625 54.562 m 129.375 54.562 l 129.375 46.312 l 56.625 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
68.285 65.703 m 68.285 88.914 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
80.988 65.703 m 78.227 65.703 l 78.227 88.91 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
87.066 65.703 m 143.402 65.703 l 143.402 72.883 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
143.402 78.957 m 143.402 88.961 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
143.402 65.703 m 168.258 65.703 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
174.332 65.703 m 180.961 65.703 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
177.094 65.703 m 177.094 72.883 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
177.094 78.406 m 177.094 88.992 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
187.035 65.703 m 194.215 65.703 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
200.289 65.703 m 206.918 65.703 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
204.156 65.703 m 204.156 72.883 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
190.902 65.703 m 190.902 89.004 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
204.156 78.406 m 204.156 89.012 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
213.547 65.703 m 247.09 65.703 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
67.969 14.891 m 51.953 14.891 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
51.953 14.891 m 51.953 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
242.02 46.371 m 211.086 46.371 l 211.086 56.867 l 242.02 56.867 l S Q
|
||||
0.25098 g
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
0.375 0.375 249.816 92.438 re S Q
|
||||
0.211765 0.835294 0.411765 rg
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
74.711 21.355 m 78.414 18.172 l 76.867 13.617 l 79.473 15.383 l 81.527
|
||||
11.957 l 78.02 22.383 l 85.215 19.664 l 82.02 18.293 l 83.578 11.953 l 90.105
|
||||
8.547 l 90.684 15.871 l 93.926 17.652 l 89.613 20.805 l 92.797 21.434 l
|
||||
96.656 20.906 l 103.219 29.812 l 103.406 22.219 l 105.094 19.219 l 107.344
|
||||
19.125 l 109.875 26.062 l 109.875 23.812 l 110.625 20.062 l 115.797 25.77
|
||||
l 119.133 28.555 l 122.645 28.828 l 126.375 29.812 l 126.375 26.531 l 132.375
|
||||
27.562 l 138.375 27.562 l 135.375 36.562 l 138.375 39.562 l 135.523 43.539
|
||||
l 138.375 45.562 l 135.375 51.562 l 142.875 50.363 l 146.023 51.039 l 149.625
|
||||
51.414 l 151.199 51.789 l 154.727 50.887 l 157.875 51.188 l 161.176 51.113
|
||||
l 165 50.887 l 166.574 51.039 l 169.727 51.262 l 173.102 51.715 l 177.375
|
||||
51.562 l 179.551 51.938 l 182.625 51.863 l 185.773 51.863 l 190.426 51.188
|
||||
l 191.551 51.789 l 195.148 51.938 l 198.75 51.863 l 202.352 51.863 l 206.129
|
||||
56.715 l 207.027 57.09 l 207.75 61.164 l 211.273 61.164 l 215.023 61.312
|
||||
l 216.449 61.387 l 219.602 61.387 l 222.898 61.238 l 225.375 60.562 l 228.375
|
||||
64.312 l 233.625 56.062 l 235.949 60.414 l 239.324 60.637 l 242.859 61.457
|
||||
l 246.715 61.457 l S Q
|
||||
0.643137 g
|
||||
0.225 w
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
66.738 24.562 m 66.738 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
65.238 24.562 m 65.238 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
63.738 24.562 m 63.738 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
62.238 24.562 m 62.238 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
60.738 24.562 m 60.738 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
59.238 24.562 m 59.238 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
57.738 24.562 m 57.738 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
56.238 24.562 m 56.238 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
54.738 24.562 m 54.738 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
53.238 24.562 m 53.238 4.395 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
239.113 56.867 m 239.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
239.113 56.867 m 239.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
237.613 56.867 m 237.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
236.113 56.867 m 236.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
234.613 56.867 m 234.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
233.113 56.867 m 233.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
231.613 56.867 m 231.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
230.113 56.867 m 230.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
228.613 56.867 m 228.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
227.113 56.867 m 227.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
225.613 56.867 m 225.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
224.113 56.867 m 224.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
222.613 56.867 m 222.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
221.113 56.867 m 221.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
219.613 56.867 m 219.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
218.113 56.867 m 218.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
216.613 56.867 m 216.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
215.113 56.867 m 215.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
218.113 56.867 m 218.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
216.613 56.867 m 216.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
215.113 56.867 m 215.113 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
213.613 56.867 m 213.613 46.312 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
212.113 56.867 m 212.113 46.312 l S Q
|
||||
0 g
|
||||
0.75 w
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
250.109 98.812 m 69.375 98.812 l S Q
|
||||
65.914 16.454 m 71.102 19.454 l 71.102 13.454 l h
|
||||
65.914 16.454 m f*
|
||||
0.8 w
|
||||
q -1 0 0 1 0 115.266312 cm
|
||||
-65.914 -98.812 m -71.102 -95.812 l -71.102 -101.812 l h
|
||||
-65.914 -98.812 m S Q
|
||||
0.643137 g
|
||||
0.75 w
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
77.188 37.535 m 96.152 37.535 l S Q
|
||||
q 1 0 0 -1 0 115.266312 cm
|
||||
74.691 24.832 m 74.82 4.395 l S Q
|
||||
Q q
|
||||
74 100.266 2 -90 re W n
|
||||
q
|
||||
74 100.266 2 -90 re W n
|
||||
% Fallback Image: x=74 y=15 w=2 h=90 res=300ppi size=10125
|
||||
[ 0.24 0 0 0.24 74 10.266312 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 9 def
|
||||
/Height 375 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 375 ] def
|
||||
end
|
||||
image
|
||||
Gb"/hh+Lsb*67dilulIBdU/\p]8TRp2/JJAMTBJ=RnVCUD)$*H\g6FW/DAd#0hjI3>s"fVCL
|
||||
X_ac4u\CSKbG]@0XGs0oCRU0\?nZ.h%/qrLW0YnO,>An`4/CkAtcj50l7PRrc;(01e'kh:g
|
||||
S?ElNk9GS@:pn-7f.aC_cJS!uDqfU3i%X%\M4NLf6S]'Jl:55lj9)cJqmYCuMh\^PeoO1,4
|
||||
?;5e5)MbTlUYa)2MOc^PWL[B]G'RBf99PnT^L_u!JlhOQ-=eHi/?P@d[<Nq0+78^4.L-"_4
|
||||
XgnEP9R4<X&`[?nWSH&qg%VIiRI[R&#o*^K9UmUT<UD4S;sWc8,0#gcq`_Er[O0MahR7fPZ
|
||||
,+u@ebblW]tV/s4JBgU&MYn<Qfem5:i<aHW6<`[j?BjsG;N:!I.'>2R$sY>^W.5,h1?Z/?]
|
||||
ij\b)/_Lg"2ZS.;^cl;ar7#aTscOk@SAA"(Hn$Sk.Is$ACfYNos<jT7.'*SLVfb9Gn3eQck
|
||||
YP;=g)`ni[X.(Wtua$<?nA7=P/NWfC%&O_E]UHJN'.o$_Y!_;h>WQBjoID_a`@hI!>_\9/2
|
||||
^TN82:d%0]Ilj!A+n.ns?_o&4CmHs*,0&URXQ5&^T`2J1c,^p-Fh>utOb2I:FAbk70p&Xjg
|
||||
h?3\1WGjgJ.XJG_%"8H6%i>LSS^cZYU58=rEWq5Kf`@br8M)JEjA`K(,CoLh#MB5Xa^e:Ko
|
||||
Kge,MucBKLY2f.G.V%uq"2H_n,_JAJ0SksTm@_L!TS\pYR.+=;kg!]bM2eJi(kIBOIDZ.'/
|
||||
>aHB/gCr&B"]LZa6u)9oh2Bi]-o=@KMP<8J)\c(^hggT.?\fB0S:=M`9)F]"0p7UUITh>)8
|
||||
K=$oXUB'opgZSPqg/[^WaGim:$#(rYJ)Mk!m#[SM$gFd6ru_;N-EI@$RFkaPe@KJPD?G<+.
|
||||
$dmZhf2)TN/1GLU]P_=.&pmjeHJtaNd/tM)4$k*griU6.%59*iT8jXOE.r%2?XJkZBZD))E
|
||||
71V_m2U<BN^Y`C$=ns8>U8#N.69i,aBV(cc*I<e_cYW6&Z(jYc&W9s,`3UjTCe##UhqDW@)
|
||||
\pmn?:EDcX/PQALT'ETg<`nP&rDFr-!E:d4&J&0VO-;o3:pgL<hUUA<n)B2,?[lljAf0=XJ
|
||||
kZBZD))E7?&NBW^^%=GX>P1isB9ce]<Ud7oiU6s0n^?D=i=@lL+'UIt5sBe`2O]1c7/(`+`
|
||||
mu:fQX+PSI2n<RKpiAZ+#Q.`ZG90<6drc)%85cZ;]N9$E!V9IB:&"YH[ncY0)G:gQSMF!N9
|
||||
)8u8UilcYg<`l=7#_u3g0Ji<H3AOVT",V+3)KN^>2IfUdBP6q~>
|
||||
Q
|
||||
Q q
|
||||
126 100.266 1 -90 re W n
|
||||
q
|
||||
126 100.266 1 -90 re W n
|
||||
% Fallback Image: x=126 y=15 w=1 h=90 res=300ppi size=5625
|
||||
[ 0.24 0 0 0.24 126 10.266312 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 5 def
|
||||
/Height 375 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 375 ] def
|
||||
end
|
||||
image
|
||||
Gb"/fHV@@N'YsI`P2.FtU7dcRD?lD%B$i)p8jOY0>?.8$*WhfBk6$#))OY7AH0B4i9InRd7<
|
||||
BH"dYLAj=.8(MU)%\bQi_HBY\XFT5<u?$6\U(QpR>_G,W'kdCeK9Rjb1P3nF^`[?S>`@n6.
|
||||
#`YTDb6ZRH0XU7rdn!e2rW&Eee3&EcZlP:;S(@IS<U8SQb4!r3!.:./8dSE8js2:LeZW%7i
|
||||
IiFmm)&n@&c6<lid4Mj`gFf89SOO5^jm`!?<15j;K$sncMGFB7F+MX:p_^$`ZL<E!CV)YGn
|
||||
e.$"S69$"EN>?-!Nm/X4`;>r.B-PWZAgJ/4Y@)<%ib$W?$O-+%)4ZaI"jJe:aJUc&!8Yhb)
|
||||
7R51mCPNc(?)r=pCRo[I"6H<E+=Q2_L)TmHCGTj6(EgEAJE3u1UmR-r\Wq,Jc%D1Q_F$H0"
|
||||
S.td!4%\T0i<g.m#9B\3f'J;QiHUZJFhP_8]CAY"D])cr?VT'0uL[ATsD#l<T7-HkNAB0`U
|
||||
+>aLteW3N7)8L/Zm&g-ekfWi819`)P41[)_'84Dr@SU>Vo[1MKi:P/-eFbhhLL0d1V&$7U5
|
||||
1Cjk48HXajVF(`+9=3<HdBe<Z#1,pc5(Ta[ig&H-HduO#8o$;:*+*L]bdTQ;If7M<ie.4[S
|
||||
)&F=QX&OW$/sZt?gl5MNiB,X1]RJu/YPfJ]Z-b%.-$]B'jj:eQe"[0(>o4Q+rq+2!d#2m@I
|
||||
iRL@TO,!An[Y-Sc\;\#@5C?0WM'/WPi&#hQDs>D[.d<BGnu0f9#E,Lj'+a!#[Zt:C4G(tP1
|
||||
K7_6Y6;D@pO-W_)')hOH,PT\m.9SS\(),8QUK)9mT?#Po>nl=0.\QU;>!4>"GQFat67HL3Q
|
||||
gtcH?o^$YA6N6TLrkGLfr`l5T$'g3[%Fs("e&:QQ%r%Ls&)LPLT@)]u7-eC<"#9MHj42Z\A
|
||||
Tr14#$\[b:bVPY]0Pmmr82ZtOHZa*?(4$[IpCU71>nDV8H$*C>32Cl[BD\1ilg8pg9T"]m)
|
||||
f[slDnt0[/>-7KB^u=6+`Poe$#pglDa2_"t0!",>-Ag[3N!)^]a;",YdB'L/o=4TQ4.QHKh
|
||||
$iGDF7X&\;';LWi7$n;Nf,MWU>$qJmWZ^l&M?QJ&;f<WZGB"2fpAXNWH1@i(i7jiL,IP?nP
|
||||
dBJBm(BunfKVH#AG!1ZN?Z4)lm66Aq\bYS46aRQLIM"=-0pqpgeN7H+1OA'5e86Ag^HW,K2
|
||||
<Hi7ioh_i`^mMhG*&4C_j1<##=tkgEq>E:6&G,SF%/>:IEVoMQrlQnE]%>ia1K8/tq@Q`D+
|
||||
36RHkqBN@`Vr!!?AU3dfHZ,#2jR="fI*l8!Yb3VuYO!/nfC`1)NZn^,d61"YQ(J=4#`!&nD
|
||||
4l6AqB\YZAMTDG>5&\n61MH_nn*V^pkk>=Rd`_fC\.JYd&8V,coh4V7@0u\`b3Z[H7>SFZH
|
||||
>[@;dj>jm7YA^\m(U)c0juQnC`.Js4M1@.;EmB1)'LXd%u(,ah;S]DX`j'04LO<Y1@=c]o9
|
||||
\3LYbo?4Bk]$o\OXn6E,`%5!+0S\DRR%154'T-ZF37m7f!\gH9E6am"kKNG3mi^l"Or"D7<
|
||||
<Q^$YO%O2]uLEVMV4DmO'*qoN-UG&8VB'+1OdJUsBqNCF$9rP.!.\:A0'i8q>Q["u]\#m>0
|
||||
bn"?<rLqg]W$4$of1rbu6YjLKBs-r_E#@87C]"5KCTA$/G@rM7F=Yd_ma[TKC~>
|
||||
Q
|
||||
Q q
|
||||
171 100.266 1 -90 re W n
|
||||
q
|
||||
171 100.266 1 -90 re W n
|
||||
% Fallback Image: x=171 y=15 w=1 h=90 res=300ppi size=5625
|
||||
[ 0.24 0 0 0.24 171 10.266312 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 5 def
|
||||
/Height 375 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 375 ] def
|
||||
end
|
||||
image
|
||||
Gb"0PIo)>O*!c!(Y3W'n7h\;[EIq\-&]H3FfHtnVP+j6eMNHfu))*g-5tFFd":CuUVBUg/8g
|
||||
]rgU%i->(nS.(kQL:n&SMAP8`5qPLr^,&D4c50m^2E%+*HC>]^L!TkHjP>]DF_Jms!*1#M)
|
||||
dV>.Tcj^:kX\V,A`iWMlcjF'2IA[#LlaY0Lc`9Ahmu8Bb];Ln.Nq<A7!UA`\`=#6kD/8-T;
|
||||
(8*p//ZE:7R7+0Q51ZApVA7WW?<**.^fX\#^8kX4%p?`GRO,i$g7`YLI7`TBms,+&l%JCE_
|
||||
&&;$A:ga)rh`ZmHd';uoA7\_"\5[`sYf@H[GYKN-#Nb5H#.b_J,*pD7joEZ*6iA%u(X=$aF
|
||||
$(Q"\utA2>MEqrmVTAqCVANTHDT5l-dEBjHspbbAmA*nR_"E4HgnSed)AoWku)_lc]4m[D`
|
||||
SR-RZGr=!VMS!\o/TR\EhDH`8t]i+^^kdlMBa9B1"st_ZA-7E3SXt@H[<RcKi"V5ORq:1%4
|
||||
[GlZ@NEmaJ[Q%-\eaG")U+4N(16WIi3<[9Fk^RHlSs!@RKLp6q4g8pT?hks0SDo^92FD3n=
|
||||
.>`$.0&_C'[,\#K-hIrrrBr^5toV!j_c<M69`t/jNk9QHU!?C"YeQNh'^.]Yh*A<g@rn.,>
|
||||
b[1O,]eimO3Y%BjB?`KpqNLIlNa">S(7<Bm)7:*Pf#+GO)Cp?NV9I1N1V6(#DUH["Nj&ua*
|
||||
=&s`VW'Bag`i2X:'#eOK23`["e%joi):LuMTWC8MH((`.1kJOKKhctkceNLMhmFN,H*<I+Z
|
||||
$tF(p]\$@Dk<!ZU,#gCDgB5\-4]NN<4J/K*tMY_HmsbUC+BUV`<]7#j2c0`*S+@&'IFe&(7
|
||||
Y*e>s74C["0u$ZT(5SOroHL;>q_k<ZEU$LlFOc9Uo+'DuI%"mS%Di:ddX7<gVn"lV:kP7`8
|
||||
!8?mQlP_9r6L`2IFc'p7+EO0B1JHC3)K/Y""D7C!dE$F:RdB#J7p`KdE7J)dRjHH3n(6?f5
|
||||
SRdOuHH^,)\;ZX(;:F_V"OB1bk4-JO&^B$-lpQ_<atuLIF3^SgV0H>O.oH+O61I:=fS?F4&
|
||||
`RJgE%EF/^l*tlG\^7=ho1LbF`0DOm9/G5iW[9^*0d%db[fmL-b@sOZ@1odY2Z>+X:=F,M"
|
||||
ro?HEO0ZC9EQ=h*rLM#b>rp_CH0u+<6)S%(V0^QM9?a-.3#YC'"O,5f'i6+^Tl4))Q,!!T&
|
||||
mRWtFMeZ]cfQ#;CB3MYELr-Q3BBbGX8$K]A3Vokaha_WurY7kdEF!Au0t`q?(G6rA"<_OD)
|
||||
qLLqo4J.H5Leo5\EQD":#`k[SoghCp="o&?-Vk`S"c;uq2YH!8b[YXERKXVO2#\OcQ#]D)6
|
||||
+T+DqI`XKA4q;6>"L+E+Gr4hX!WFYTef3dDZVD4m=#2fHQ#@3Ja"kVR9MLfak9Km*Jq[rZJ
|
||||
1)E2Tg`B0=mZPX_fdE["l/]+lV%=CM1KN\H./jN!rOALo-cQK?572WoXc.60a'T(G:/2F`+
|
||||
_Pto_Y.84/Zh:3aRFj<p%OVRD?Br%6iV5gf!P][WE]T@k9%ME&F6[9]2fEHeJ7B9e>&ZDYe
|
||||
aSkmLj^cI].%@b*+glX#7NJd=4!"'bFO)th&B9+05EOOafCL\luTZYVpAp>S0#,$+oWGduF
|
||||
XdbJDNeZ2^RcLc(^#:K(K\bgNd0D[ObFKmcIEQ5$OmGDc6o8Q:XYM"<lqos*Vh5^Y4LlA^K
|
||||
b7qd57I[rCO!SoGYZnA[^3#AK3;m8jBDm9JaE,e?6D4<k?.[=g?_'eR?'M-;9)@fC^@%VOi
|
||||
Cr[R<GKp+idToZ33hp2PnBJ^c/j?3QCQ0D:hTR5#Cd=#jsQA:"D&n4]r$]biINb@)^m5]la
|
||||
uc5U&9jn;rcb.9rPUumVfkohpF^E!!=6##J,C2RY^+p^V+UVHj)2^f+7T3;+<"q1+CRbe3a
|
||||
>o8nGA7-BlVa'j<3eZ&Lrhr3)]&XClYA%qg"N<\c^Z/,:]*ms$ZZ*_f[9<Z4PYIQiu[5!Fc
|
||||
J3B=XGUu^Dmp7S(Ofd$_)"gtbG%Lrt*M-)>&p@`*$<_P8urd6,$I5HH6fWF>O\(^fZrF_7'
|
||||
B4i.l#4'V5P9/!4f`.@,ju38W=%`~>
|
||||
Q
|
||||
Q Q
|
||||
showpage
|
||||
%%Trailer
|
||||
end restore
|
||||
%%EOF
|
||||
59
presentation/gfx/multimodalPath2.eps_tex
Normal file
59
presentation/gfx/multimodalPath2.eps_tex
Normal file
@@ -0,0 +1,59 @@
|
||||
%% Creator: Inkscape inkscape 0.92.1, www.inkscape.org
|
||||
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
|
||||
%% Accompanies image file 'multimodalPath.eps' (pdf, eps, ps)
|
||||
%%
|
||||
%% To include the image in your LaTeX document, write
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics{<filename>.pdf}
|
||||
%% To scale the image, write
|
||||
%% \def\svgwidth{<desired width>}
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics[width=<desired width>]{<filename>.pdf}
|
||||
%%
|
||||
%% Images with a different path to the parent latex file can
|
||||
%% be accessed with the `import' package (which may need to be
|
||||
%% installed) using
|
||||
%% \usepackage{import}
|
||||
%% in the preamble, and then including the image with
|
||||
%% \import{<path to file>}{<filename>.pdf_tex}
|
||||
%% Alternatively, one can specify
|
||||
%% \graphicspath{{<path to file>/}}
|
||||
%%
|
||||
%% For more information, please see info/svg-inkscape on CTAN:
|
||||
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\providecommand\color[2][]{%
|
||||
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\transparent[1]{%
|
||||
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
|
||||
\renewcommand\transparent[1]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\ifx\svgwidth\undefined%
|
||||
\setlength{\unitlength}{250.5662384bp}%
|
||||
\ifx\svgscale\undefined%
|
||||
\relax%
|
||||
\else%
|
||||
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
|
||||
\fi%
|
||||
\else%
|
||||
\setlength{\unitlength}{\svgwidth}%
|
||||
\fi%
|
||||
\global\let\svgwidth\undefined%
|
||||
\global\let\svgscale\undefined%
|
||||
\makeatother%
|
||||
\begin{picture}(1,0.46002332)%
|
||||
\put(0,0){\includegraphics[width=\unitlength]{multimodalPath2.eps}}%
|
||||
\put(2.89893406,0.19736444){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{\textbf{ }}}}%
|
||||
\put(0.14220044,0.04977066){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{Time}}}%
|
||||
\put(0.29233099,0.00579833){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t$}}}%
|
||||
\put(0.46064291,0.00579833){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t-1$}}}%
|
||||
\put(0.63956621,0.00579833){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t-2$}}}%
|
||||
\end{picture}%
|
||||
\endgroup%
|
||||
1084
presentation/gfx/multimodalPath2.svg
Normal file
1084
presentation/gfx/multimodalPath2.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 50 KiB |
655
presentation/gfx/multimodalpath.eps
Normal file
655
presentation/gfx/multimodalpath.eps
Normal file
@@ -0,0 +1,655 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: cairo 1.14.2 (http://cairographics.org)
|
||||
%%CreationDate: Tue Dec 8 14:52:15 2015
|
||||
%%Pages: 1
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 3
|
||||
%%BoundingBox: 0 -1 310 147
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
save
|
||||
50 dict begin
|
||||
/q { gsave } bind def
|
||||
/Q { grestore } bind def
|
||||
/cm { 6 array astore concat } bind def
|
||||
/w { setlinewidth } bind def
|
||||
/J { setlinecap } bind def
|
||||
/j { setlinejoin } bind def
|
||||
/M { setmiterlimit } bind def
|
||||
/d { setdash } bind def
|
||||
/m { moveto } bind def
|
||||
/l { lineto } bind def
|
||||
/c { curveto } bind def
|
||||
/h { closepath } bind def
|
||||
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
|
||||
0 exch rlineto 0 rlineto closepath } bind def
|
||||
/S { stroke } bind def
|
||||
/f { fill } bind def
|
||||
/f* { eofill } bind def
|
||||
/n { newpath } bind def
|
||||
/W { clip } bind def
|
||||
/W* { eoclip } bind def
|
||||
/BT { } bind def
|
||||
/ET { } bind def
|
||||
/pdfmark where { pop globaldict /?pdfmark /exec load put }
|
||||
{ globaldict begin /?pdfmark /pop load def /pdfmark
|
||||
/cleartomark load def end } ifelse
|
||||
/BDC { mark 3 1 roll /BDC pdfmark } bind def
|
||||
/EMC { mark /EMC pdfmark } bind def
|
||||
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
|
||||
/Tj { show currentpoint cairo_store_point } bind def
|
||||
/TJ {
|
||||
{
|
||||
dup
|
||||
type /stringtype eq
|
||||
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
|
||||
} forall
|
||||
currentpoint cairo_store_point
|
||||
} bind def
|
||||
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
|
||||
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
|
||||
/Tf { pop /cairo_font exch def /cairo_font_matrix where
|
||||
{ pop cairo_selectfont } if } bind def
|
||||
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
|
||||
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
|
||||
/cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
|
||||
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/g { setgray } bind def
|
||||
/rg { setrgbcolor } bind def
|
||||
/d1 { setcachedevice } bind def
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
%%PageBoundingBox: 0 -1 310 147
|
||||
%%EndPageSetup
|
||||
q 0 -1 310 148 rectclip q
|
||||
0.980392 g
|
||||
0.8 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 -1 0 146.399994 cm
|
||||
0.398 0.398 308.801 145.602 re S Q
|
||||
q
|
||||
87.602 110.002 m 87.602 100.279 79.719 92.4 70 92.4 c 60.281 92.4 52.398
|
||||
100.279 52.398 110.002 c 52.398 119.72 60.281 127.599 70 127.599 c 79.719
|
||||
127.599 87.602 119.72 87.602 110.002 c h
|
||||
87.602 110.002 m W n
|
||||
[0.517647 0 0 -0.517647 248.828584 208.611763] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
77.199 85.201 m 77.199 80.56 73.438 76.798 68.801 76.798 c 64.16 76.798
|
||||
60.398 80.56 60.398 85.201 c 60.398 89.837 64.16 93.599 68.801 93.599 c
|
||||
73.438 93.599 77.199 89.837 77.199 85.201 c h
|
||||
77.199 85.201 m W n
|
||||
[0.247059 0 0 -0.247059 154.15 132.264701] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
138 82.002 m 138 75.373 132.629 70.002 126 70.002 c 119.371 70.002 114
|
||||
75.373 114 82.002 c 114 88.627 119.371 94.002 126 94.002 c 132.629 94.002
|
||||
138 88.627 138 82.002 c h
|
||||
138 82.002 m W n
|
||||
[0.352941 0 0 -0.352941 247.928536 149.235269] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
138 99.599 m 138 92.974 132.629 87.599 126 87.599 c 119.371 87.599 114
|
||||
92.974 114 99.599 c 114 106.228 119.371 111.599 126 111.599 c 132.629 111.599
|
||||
138 106.228 138 99.599 c h
|
||||
138 99.599 m W n
|
||||
[0.352941 0 0 -0.352941 247.928536 166.835272] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
q
|
||||
198 90.798 m 198 82.517 191.285 75.798 183 75.798 c 174.715 75.798 168
|
||||
82.517 168 90.798 c 168 99.084 174.715 105.798 183 105.798 c 191.285 105.798
|
||||
198 99.084 198 90.798 c h
|
||||
198 90.798 m W n
|
||||
[0.441176 0 0 -0.441176 335.410704 174.844106] concat
|
||||
/CairoFunction
|
||||
<< /FunctionType 3
|
||||
/Domain [ 0 1 ]
|
||||
/Functions [
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.305882 0.145098 ]
|
||||
/C1 [ 0.909804 0.701961 0.145098 ]
|
||||
/N 1
|
||||
>>
|
||||
<< /FunctionType 2
|
||||
/Domain [ 0 1 ]
|
||||
/C0 [ 0.909804 0.701961 0.145098 ]
|
||||
/C1 [ 1 1 1 ]
|
||||
/N 1
|
||||
>>
|
||||
]
|
||||
/Bounds [ 0.529851 ]
|
||||
/Encode [ 1 1 2 { pop 0 1 } for ]
|
||||
>>
|
||||
def
|
||||
<< /ShadingType 3
|
||||
/ColorSpace /DeviceRGB
|
||||
/Coords [ -345.464294 190.5 0 -345.464294 190.5 34 ]
|
||||
/Extend [ true true ]
|
||||
/Function CairoFunction
|
||||
>>
|
||||
shfill
|
||||
Q
|
||||
48.398 96.4 90.402 -8.801 re f
|
||||
50 89.201 11.199 -4.801 re f
|
||||
106.801 114.002 32.801 -8 re f
|
||||
106 75.599 32.801 -8.801 re f
|
||||
0.643137 g
|
||||
0.8 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 -1 0 146.399994 cm
|
||||
8.246 50.062 m 8.246 91.59 l 8.27 116.676 l 84.242 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
61.266 116.648 m 61.266 74.215 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
61.266 68.324 m 61.266 58.801 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
8.246 61.844 m 61.266 61.844 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
61.199 50 m 4.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
31.809 50.062 m 31.809 47.707 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
36.523 40.637 m 24.738 40.637 l 24.738 18.836 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
43.004 40.637 m 52.43 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
45.949 18.836 m 45.949 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
58.91 40.637 m 65.391 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
64.211 18.836 m 64.211 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
24.738 12.355 m 24.738 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
45.949 12.355 m 45.949 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
64.211 12.355 m 64.211 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
4.121 5.285 m 4.121 50.062 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
84.242 116.633 m 305.156 116.785 l 305.172 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
305.172 5.285 m 4.121 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
73.051 40.637 m 81.887 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
89.547 40.637 m 96.027 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
74.816 27.086 m 74.816 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
74.816 27.086 m 103.684 27.086 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
89.547 40.637 m 89.547 27.086 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
103.684 5.285 m 103.684 40.637 l 139.621 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
139.621 40.637 m 139.621 15.301 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
139.621 8.82 m 139.621 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
151.406 5.285 m 151.406 40.637 l 166.133 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
172.023 40.637 m 180.273 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
175.559 40.637 m 175.559 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
186.754 40.637 m 192.055 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
189.699 40.637 m 189.699 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
198.535 40.637 m 209.141 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
204.43 40.637 m 204.43 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
215.621 40.637 m 226.816 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
218.566 40.637 m 218.566 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
233.297 40.637 m 244.488 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
236.832 40.637 m 236.832 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
250.969 40.637 m 259.219 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
254.504 40.637 m 254.504 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
265.699 40.637 m 273.945 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
280.426 40.637 m 286.316 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
268.645 40.637 m 268.645 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
292.797 40.637 m 305.172 40.637 l 305.172 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
61.199 58.801 m 138.801 58.801 l 138.801 50 l 61.199 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
73.641 70.68 m 73.641 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
87.188 70.68 m 84.242 70.68 l 84.242 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
93.668 70.68 m 153.762 70.68 l 153.762 78.34 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
153.762 84.82 m 153.762 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
153.762 70.68 m 180.273 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
186.754 70.68 m 193.824 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
189.699 70.68 m 189.699 78.34 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
189.699 84.23 m 189.699 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
200.305 70.68 m 207.961 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
214.441 70.68 m 221.512 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
218.566 70.68 m 218.566 78.34 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
204.43 70.68 m 204.43 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
218.566 84.23 m 218.566 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
228.582 70.68 m 257.449 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
254.504 70.68 m 254.504 116.633 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
254.504 97.781 m 258.629 97.781 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
265.699 116.633 m 265.699 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
263.93 70.68 m 268.645 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
275.715 70.68 m 305.164 70.68 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
283.371 5.285 m 283.371 40.637 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
91.312 16.48 m 74.227 16.48 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
74.227 16.48 m 74.227 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
287.496 50.062 m 254.504 50.062 l 254.504 61.254 l 287.496 61.254 l S Q
|
||||
0.25098 g
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
1.199 1.199 307.199 118.402 re S Q
|
||||
0.211765 0.835294 0.411765 rg
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
74.641 20.559 m 71.281 23.281 l 69.359 26.398 l 69.281 27.68 l 69.281 34.961
|
||||
l 69.039 38.641 l 68.641 42.32 l 68.961 43.84 l 69.121 46.879 l 70 49.199
|
||||
l 69.762 53.602 l 72.559 54.559 l 73.762 54.48 l 78 53.52 l 81.199 54.16
|
||||
l 85.039 53.84 l 89.68 51.359 l 89.84 52.641 l 92.961 53.441 l 97.922 52.078
|
||||
l 102.238 51.441 l 104 50.879 l 106.641 53.762 l 110.238 54.641 l 117.281
|
||||
51.84 l 115.52 53.68 l 118.32 55.039 l 121.199 54.961 l 127.039 50.238
|
||||
l 127.359 51.922 l 129.199 56.32 l 132.398 55.602 l 135.602 57.199 l 137.199
|
||||
55.602 l 140.398 56.398 l 142.879 50.398 l 145.359 53.441 l 147.121 52.801
|
||||
l 149.922 53.359 l 153.199 54.32 l 156.559 55.039 l 160.398 55.441 l 162.078
|
||||
55.84 l 165.84 54.879 l 169.199 55.199 l 172.719 55.121 l 176.801 54.879
|
||||
l 178.48 55.039 l 181.84 55.281 l 185.441 55.762 l 190 55.602 l 192.32
|
||||
56 l 195.602 55.922 l 198.961 55.922 l 203.922 55.199 l 205.121 55.84 l
|
||||
208.961 56 l 212.801 55.922 l 216.641 55.922 l 220.719 55.84 l 221.68 56.238
|
||||
l 228.559 56.238 l 232.559 56.398 l 234.078 56.48 l 237.441 56.48 l 240.961
|
||||
56.32 l 243.602 55.602 l 246.801 59.602 l 250 60.398 l 252.48 65.039 l
|
||||
256.078 65.281 l 259.762 65.199 l 263.602 65.52 l 265.121 65.84 l 268.559
|
||||
65.84 l 272.32 65.199 l 275.121 63.922 l 277.359 63.84 l 278.398 63.359
|
||||
l 281.84 62.801 l 285.602 62 l 288.238 59.922 l 291.281 61.84 l 291.68
|
||||
57.602 l 294.32 56.48 l 299.68 58.641 l 303.68 57.68 l 302.961 54.48 l 304.879
|
||||
52.559 l S Q
|
||||
0.643137 g
|
||||
0.24 w
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
90 26.801 m 90 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
88.398 26.801 m 88.398 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
86.801 26.801 m 86.801 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
85.199 26.801 m 85.199 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
83.602 26.801 m 83.602 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
82 26.801 m 82 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
80.398 26.801 m 80.398 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
78.801 26.801 m 78.801 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
77.199 26.801 m 77.199 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
75.602 26.801 m 75.602 5.285 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
284.398 61.254 m 284.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
284.398 61.254 m 284.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
282.801 61.254 m 282.801 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
281.199 61.254 m 281.199 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
279.602 61.254 m 279.602 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
278 61.254 m 278 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
276.398 61.254 m 276.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
274.801 61.254 m 274.801 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
273.199 61.254 m 273.199 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
271.602 61.254 m 271.602 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
270 61.254 m 270 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
268.398 61.254 m 268.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
266.801 61.254 m 266.801 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
265.199 61.254 m 265.199 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
263.602 61.254 m 263.602 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
262 61.254 m 262 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
260.398 61.254 m 260.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
258.801 61.254 m 258.801 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
262 61.254 m 262 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
260.398 61.254 m 260.398 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
258.801 61.254 m 258.801 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
257.199 61.254 m 257.199 50 l S Q
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
255.602 61.254 m 255.602 50 l S Q
|
||||
0 g
|
||||
0.8 w
|
||||
q 1 0 0 -1 0 146.399994 cm
|
||||
305.199 126 m 74.801 126 l S Q
|
||||
71.105 20.4 m 76.645 23.599 l 76.645 17.201 l h
|
||||
71.105 20.4 m f*
|
||||
0.8 w
|
||||
q -1 0 0 1 0 146.399994 cm
|
||||
-71.105 -126 m -76.645 -122.801 l -76.645 -129.199 l h
|
||||
-71.105 -126 m S Q
|
||||
Q q
|
||||
68 128.4 1 -115 re W n
|
||||
q
|
||||
68 128.4 1 -115 re W n
|
||||
% Fallback Image: x=68 y=18 w=1 h=115 res=300ppi size=7200
|
||||
[ 0.24 0 0 0.24 68 13.199994 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 5 def
|
||||
/Height 480 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 480 ] def
|
||||
end
|
||||
image
|
||||
Gb"/fHVfo-)TMg%VPYb69Mcl5%X3PS8O.0V#R!FF@1^8?Mqhl@.]l`N1nmeM2bVQ"(Pmlt(1
|
||||
jj&U8"qnZuR$:,-kE)+RH],OZSA"n[@mHM71A@S^.5>ZSQmh2js,CEo-8TLOAPN?[R6K-rj
|
||||
8Iea(hjrVZRuW63<,hmFaV,m@98mHn:g^Dq_lGXcuTlM9)5kDq$dYJs)EIVA]=q^,^\YP[G
|
||||
1IYFuL=ip`bO643%no'5CQa:cDE4g;MMm<-dDbk#&'2V`BkP=>tc9#+q[8u+!]f>MSDLC[A
|
||||
pg>nSBmcQcGh-6rXM=I3+)hlQ]J"^5?e,<2f8H4ar74prOYXA\Z%=Q'J#`()1"*Tj^p3gET
|
||||
-%%NY#'e!iW5Q$h>63)-_L#NJ'q9hV#+rMZ,cTs+*R`U*d8>23jiH<"dFBWHC9,!J2fN=3E
|
||||
);-G'C-NLTSM:*%:V4lHqiG4s&8fOdSToX#P=BB`$),>tap("Rb(]fPl00B\TtXgKR-Ndmm
|
||||
S#;`9WBC`$m^@^p"JE6GiOk&kP(@W%`B#s>.h2;G^]gXT!W3*kOb/_[0@C.Rug2cJ^D,'GX
|
||||
hqGKLZ(VRW'<9u:J.*D*#]Xad0e<8tb76o1qTRlE%#AShpC6\ZSJc42N:\q7IlG"7aJ(;=6
|
||||
gP*GWNK1QAgAs5?>qTJk/=0$BgMn'7cClhu@CK:[-'K5$8\h$A.p6(C7)1XUf+al/bJL)=l
|
||||
!^FK_b(/=C#<oZ[W?d.Y->n\#bOPf(IZ35623:q]CQH`E*oA*G7K^uBan*,LWpqWT\='JX:
|
||||
q).@KEJc@Pu7iFZ^Hge2WUhV$ND!WkXZ/>E&%`KSr\"8R`Y=/?I/5!#8#FNT?+9`e)/8=fP
|
||||
G)fmsUa`3,rfSlu.fodR.?4+n%\!hc9<N5^,UhLfbgW]iafoG,6RK^-InC0'iRbIHgKDIFl
|
||||
[Q/%,=R'?YA.U(Moc-0VtW^L;@S;iaW%Zm5Jer)<rhLY0><;fm%3<S5WKPCt(.YP8T]EM<u
|
||||
&KB"4"kn$Jlr>km$T;M;!`W%h7RCkc/6*t?C(X8/a&OY"KqHhqefjr/_PsJ[(Tj3bn61K07
|
||||
FaJ6<\_Jf-p`9WTOJ;Rb)FS=B*#"dX'[EEV$_W\\^ZA\XMTZ#b68?KJr2B>WLSKX*5XG/@_
|
||||
4.qnHd/Z*0%\XR87E@j/G2OC,bSS1`'&)-CZ_u1"07P$$1Q4QR@u27+`>*KcHq>'=u;FP_q
|
||||
bO-,L7-p$&<k`_mb4<aK$+C`KtnN^=mj,=kkD7Y*l9+O0N,=,&`)Yj?T2&3Gg&\QkG#Y(Fm
|
||||
?S#>u>ApTrl4rZs`,pSq5RaR_aRb0J'r_eq'd92W4U`b.3,Ar;^V9IU$O(BL4=BA*I@)Kap
|
||||
b\FH?$AgXJSt`Pc8]$3M6"oKqh,q;riA;6J)l:;H3l7B6r72"AeHGEV<14.MA@bpcXk4-G+
|
||||
&*ABf2oCigB]1?[1Q<3H*5r%!EM)^M`ku+i*@c*Pb5*R:jj&'60T0eFZ/Yk(fmE-CEYa.<i
|
||||
$4K24EVO0_Ql(F"7+LG3m>2-G%@1BDoV@[l;mke^p+%U3WF]%_>dpCl-+9;<@=n\l*&F>1@
|
||||
QEcK1%&geFA+T8I$)<jUJ<-&Z\[XBu%:Ap/*u&s7t*gs/H_Pt'E18$K><<M*8O_C*^X94%H
|
||||
6SOC8m.X-;AWBBjG\8,#sqQ(MlA'M<grCC:`RDdbU_=<MEn=Q`QRd;[`L@p/cX`Ej3P2<t7
|
||||
U+=c@fq\;I421'a>=Do,G@1#p^2!KA4,IM7i`SQfIZU)_I*`u%!b\[gIL<;9S,Bo8\F@H1`
|
||||
^",ORFhP*HX<-KE:[a.E*L1e>n"+%_7Gna[8@0uj+\IQ6.6li8,t[iinMaIh`;DWr2V/QW%
|
||||
lu[9dk#B"%RAI%l]"#m:IN0D$h!G<fYs-o6.U+Lh97I1Q'^+,Ib/]rQ9l'WqF/goijrTA9H
|
||||
I=3pZN`f'hk)cN?dhX/)Pe33)?3Cp5+GaHA#!,mCB2O,oM4Y/eQ%i+pN7.P!$iJ#?ac@md2
|
||||
:@hf?)1K@R\ft4\kW9=4]CMW5@.sH)Wgnbo+)#.M#$+@1Ho,a07m/&YK<q!6is-OOkfc6rr
|
||||
ZEe4\CFB#so()?lWO,h\fZJfib5>Vn[4f0Y&(tq:>dZ5o-INn-)I6j+NC1=>%k[G@Y+bOMj
|
||||
$XSiB;Doq-nRDiMA`4pa-,#5_^Q2iH3M0Z#VSP)N&5hN)2rMG_BC<I)$QIK!bZPrgh2/&S$
|
||||
HJG@&C6:DLD3tC%]rr-DI'WLJjQE4LHOQ2P$9ZF)iMhmAgdl5S%[_.1!,SX?hi&_YQ5XIB9
|
||||
(dfodoFbmpdSnmR)i9/\SY"_`PaYURa-S!hA"[%Vm"_4*=i)nlj`*SW-=rK7hGqH%?lrY.Z
|
||||
G`:2:8>bFPtNXm92iP^>E:#b2#LibsV(8+sNLZ;*^O-.kM"-dYkJ]eW(#2rKOf)Wq33?.o/
|
||||
MpcrLo'iCKi<=sTObm1NWg%Lg16WB`7"&.LhXmkjKc/nLCJ3k'EN7Z?C/LkKi-0Z5\D95bZ
|
||||
PQG^Hl9;g?V[2Wd5sEZgU<0OAa!h-gX`gVl+g(h4!/mClSIEq3laSPA5T?uHJG4enX:\nMk
|
||||
kErNp]\s_m?O?/7iXJA,2UCrpbA+bGi+5jZn;se[+*OjQJeWqN_q-h/Lkn1"Q$W;&=Tq+5W
|
||||
X)58S!K\af6)T0hN&io1B:3,o@5-mlTQ,U=Xg;<cq9I[B'oRs1CsWk5mTPA52]oRiDVfUe\
|
||||
+/h5]0pM7XIhI"rtPp%YF<ed[a=W+M#A7`j)OHgui$.dYWFZ*5p:/5kOo7ZkS#s/)jrNENt
|
||||
o^m7"dV(JA9OhSmO/_%`=!j-ag"G%T8Yo><46h8bL>S9T))Pms62_%i)0Y<~>
|
||||
Q
|
||||
Q q
|
||||
125 128.4 2 -115 re W n
|
||||
q
|
||||
125 128.4 2 -115 re W n
|
||||
% Fallback Image: x=125 y=18 w=2 h=115 res=300ppi size=12960
|
||||
[ 0.24 0 0 0.24 125 13.199994 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 9 def
|
||||
/Height 480 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 480 ] def
|
||||
end
|
||||
image
|
||||
Gb"/)>>/!d)"-F0=Wb:mD3(`q?2p@&;X-jDdYE]<%;KVo;+*^3S"bKc?;NpU6rC!jCl?nCX9
|
||||
C0+e$loFBmclU5aO[A%jagWRi5clI8EUp28oe]s$&TWZQRF\[un,^bEpJADpIc8b^=';g"!
|
||||
o)6t^.FQGd/fY$ALm7j@r8hVR+$M8;TQ^V@Nb+sA1idD]l),n`!.(piaS,NS0u8g5E'MuhZ
|
||||
P6Yb<2:i"b@:i"b@i#!SA^OCU-`'?.3?bSX,,6"a:St=CD",T9M?XJj^6:MfeMq@f*+sDT"
|
||||
0cNnI_AMU(E:@&!'(M%0p4gA$,GUgVf[s:Wd2n:IW[bJG4C*.a,i.iYqR6A<ceII_GnYHHM
|
||||
4Fn&5)eZ]?P:[RP:NcN>)8e$'ZsQdT)h"Urgb[f>7NsU6ur5OYS1E0l_^?^ng96aT*"lmXA
|
||||
[lEV?uf?MG:l)Ob%8b\'c]R'Qso;;.)nEIAlW@Om@dQ*@*NS`AJGB"5=?f*eH9;^_S.k@IR
|
||||
@T7.C8]3ad<Nb103l'4eMLTO%_:2d"bEq6D?gRjd\*[L:__YZC#N9:?uAU0%T#'%h@5QFjb
|
||||
d$tQWZ[\:Q]!8@RV!go<V:9PBXDP^q_YYp1f\XDm="Df:cZ45]=V]a_Z,/9fSfK-7&kiO-"
|
||||
l-sqk`JqZjJJEd%VOJ5Vj<T^"!%S,Z*q3Vjp_UQj%7g7O#Cg<1_"+IK/[.+J<WcPpj;0h,^
|
||||
&0Im^p8N&!F%ip8\Jp#>PQI2^m5!o#I^.?bDC?:(V2_-*$3qP?R&kKJQAdgNn9@+[)`L#)m
|
||||
+fT(Bl&$TYUl!)8<XVh]+"nN=;EXA@r\MO:RI<R3i8Z.$Ae/-]4c[=R6O!2?Y8R98d8)FRq
|
||||
pq0X<+6PZENV:=]Om91]>l1)4_\%7%?.DKU/g(kQ2NF<=1D2CK9^TsXM@iS=7[r+gGmpPgt
|
||||
9TDbEua6`5R6T0_!Y8I^sp2Z_1T5a&CV3I2Y0OK%:0j3_1@]0)%g=9`[]Eq6.F/iN\5It27
|
||||
oS&R@h4*t^&+b]drWk.DW=J7_hV<Fbn#%6KFS"gBDKs'Fk,l5OLNiRWgjA[$:A6(Y-@M.6j
|
||||
*`^.F*T`D4?^<ec>W2YXA=]0HRj$,RX_*l]DFf&hj4683cF`L*dCS[4T+NkGkU<_0U=M+<7
|
||||
p@C(!likd7J"dC76U!.5>Sa\$WL^P6d*Gp&iAoL$^%h0.<C;.S255ok$n\5_J%=EscAY2\S
|
||||
t1/[#f?-V6EpdG+k*R1e2KYiEM_`cUp$?0S[8Jf*(Z8H4Loq5BJ+7nN>M1`mXU_\DDGPg90
|
||||
$H%>O8R*P[TQY30_&Arf97Qa.]%9PV_RZ"i@R9km-/4OeBbsbr?e';2)JTZ]#bpeHqp^Z)[
|
||||
EBb8=*N%KM\'#??9M&).o=CI[.Dl;)9Z]2S3<f[[.G_3/o*?SqW<m#rM8WPPfjl[tC!Is8O
|
||||
J8a#P\\is1<h1](iTZ.Ru^,Zb]7nZ238msTaWNK`"\?)8^*pMcDA"+PilK[V=oe?OW@P?pg
|
||||
uO7D`W<D1Ff\3K/I"*p37$f?ZbDgKsa1<ffT++*sE>^4mDL@dgTiWArL4IOoW1_o=f?5H
|
||||
4keD<Hi:"'rQLiP5fV;P_Knk=65L5o0nTqds^9Sr+V\Y.\s9s#.&(LQ0=']hF(#uTOj`n6!
|
||||
#6XcuC<mqYcQ<Zpt$oq.OE%ebD*s?f""(">KADR3XZ`@*!Ro;/[aAJ8K\lQ(R\hq7El.:\d
|
||||
P?"?H;`2D<_psPJD#OD=O1;f:%-/H3T1<nF5!b7sn^'WDHA[cII[YLRThs$f:B#fsb.c7S^
|
||||
C-RLNQ%pIbuZbggh4Pa#lads%BNjHl.,u_'?TnWUqbcO50kB#'QsNF=NSXB$AJ%Fne4eeEM
|
||||
BV=DQZB0]L1oHka3Z97q1gtb-Q3CkD^XmraY,NBB^>XhKV`PlP9C>qm"((o]rISS,&.Lp2B
|
||||
)./__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4Z/__4ZXoFG@D@p&
|
||||
V>E^@N8]:DuPSgni1.IgoJ#PBF6F=/.L$(/&3iN7bN0?el#6/aV8>O7V)#l`g%*%-_<'5AC
|
||||
N&nh\]Pl:4EcZ;EM->`PSdJ%6A(8?LhGEat^%!XZp:_^>2\$T2.K~>
|
||||
Q
|
||||
Q q
|
||||
183 128.4 1 -115 re W n
|
||||
q
|
||||
183 128.4 1 -115 re W n
|
||||
% Fallback Image: x=183 y=18 w=1 h=115 res=300ppi size=7200
|
||||
[ 0.24 0 0 0.24 183 13.199994 ] concat
|
||||
/DeviceRGB setcolorspace
|
||||
8 dict dup begin
|
||||
/ImageType 1 def
|
||||
/Width 5 def
|
||||
/Height 480 def
|
||||
/Interpolate false def
|
||||
/BitsPerComponent 8 def
|
||||
/Decode [ 0 1 0 1 0 1 ] def
|
||||
/DataSource currentfile /ASCII85Decode filter /FlateDecode filter def
|
||||
/ImageMatrix [ 1 0 0 -1 0 480 ] def
|
||||
end
|
||||
image
|
||||
Gb"0PCJ[uA(^KOoT%P;CF58(nhKZPVJ]"dh@V9,9+H&P5'be,,WG(/+FAfc;WN6F7!Q%-r9b
|
||||
\bo/5!LP>:D(I8]48;@2F2$6pMFuJY%:4$Z/ARRAO\5s7?,lce6uqhXfWKG><'pDc0J21eg
|
||||
D-7;m*_BP;'%9j(WP?cSn8U-+mug=kD=V66uh!_lm'gI#&VDnL>bif>p?55X9n\#Tb;N;#D
|
||||
jk0Eoh;B/t&\oMoSkj%X'Wi%pXVmA$Vg2m.;W%K>l*Ipb+(O(']:R`7A4Y[<20AgjJ`[.+7
|
||||
HIUb:DR]XV=,4@jcZHRd]rUPUXfEhH`^T-e_GL'"gs2chX[]GdpHcCufACC(W9%#oc5Z0)[
|
||||
e=>3rW;->m'HrLBa[]V&itKt97>Uc)qoMrkM:<Xkk\)P1Z*#J3OfAQS//87a:AUJ%e*Jk*U
|
||||
h9k5G&ZGatmG8%.2-+IdN(;A>HhP\.lVp9PcfhG3p*(:OSgTlLVu]/1Xr>:Mp&Z"_p,Q<jn
|
||||
TEK3CSnD5j,!ZT9XI\LqB;BOt?E<QiVE5ZcKtJZ*6LGk7%cNI$]$cN$r>Njec<=(3D=;*$/
|
||||
[PHMT.Nj9UR`B9jY^mLu$02XA]*IPEf95W]j84SA?XpCKeU1C@fRB`1]V&P.qr_1:P:NE%f
|
||||
UM[!WnEEd+mg79,KF6S#OcR>g:h#eJcnIt!c;p#;iNA6?1:n'q&u`s9<uPY8R5/Q?Oq\!_<
|
||||
5c=%86EqG'C\@WS<Ap(=]/oTQ&ID`,m@,Y;/Y&06e6'"ab)h>"3KdP(J#;Yj!BEs0f#Y!8I
|
||||
"[U,#69'+c.M7JbQC0;d#7f0nIV[I@X3V$lAIEOS*c9J@l'HD7apU<WcK7[hd$lLuFjKLH(
|
||||
ujGSdXoG_Lrp@?@-pa\q'Y,&Rr4a0T;2(giFC_Sq6G`TC6uA.dJ,%O;5I/M`r%!+[7d4pS)
|
||||
#jH]8@aon,TQBKGnI^"VIa<4n"94e1m.cSBg$ti-En1Jes1I;pO&tsWGgnL-<U1MmY-&D_n
|
||||
GeiWU)NYdcep_0C(e7+*JRZN<@e3^dMS]WPO/Lf>S\3Xrh[O^.T2'PNl2&?&JI']AE#^RJX
|
||||
8a"qjI%*P:d-o;a>CPS#FPQ[%mNk[[*8-r]4rUJ[Ok6$".;J70H"?TS0Ok*OYWht(L1n]4=
|
||||
fE_@CQ>s&AjS5i!5,.[;FEu\5+>&0oQkmo0b$q%Q6+nbQP#!,ZFJI2NZO,WoE-*EAFW=R]I
|
||||
e+J:CV<8Ji^@Yh1<V'lbdWKLcm5k%/WS`!GC*Z371?aXtUib:K(SFX;;HCmIrAJY_#6ik&4
|
||||
m=Tuh8&jrH3RHI34!:XkMDD6]r(`&/;&,%`D,oc;9=.A,DRt7C0OT?`6O";F,&2VHh;WWR(
|
||||
k.-SU^jCu!3J2uqQ3_S30M%SUP3lYI/hnW/%9(7.F].cOgh!4'fG.>sTINlHR3BJ?Ts[]g8
|
||||
qA':ida<]$;:*>d@ES?)_BYM]It9g(h"lJn;6nEmI!IPi+R]=Kef9TEj"B-48eVUiq!'\e4
|
||||
?'d;2noeB.`Z-]Z:b7]C!/+YJW5trr-5"U$\nkVF-IaQ.Y!++"CM7GibFYfEap1mTK1uQJg
|
||||
oCEE'TqObBd$l#njZ9@Y"sDG)jUf5`u"DVVIp0Mh=<:3>gDA\fT*WhD&dZq9.UZR0pMRqe<
|
||||
@12WG,X`iaUooh/_9ZUJ6YM,>kIP-7.g76K*[r/Us6e?f=4C^;!*([+jR+>)tGN7[XmH@sZ
|
||||
IVu)DG>ZC6+)4=C#5Ga(SU!jh/sU4Ek5mV=Znjr>B#E4b*8>W0k`2u>M]4<sg=c6AFkESUn
|
||||
?(h_I2q]j3P@"W?#IZ^gl0d]/Gm#]=`klRC6^G%GsD3"NF-h^kLBT^BQnH&pW^]lM,U,rN^
|
||||
N]ebBgb&p!MXFI1,_BSh?N4r%iucq9%*MUFSi9Nij@-3P'6Qjljk7eY@4d?XM.N]H<+U#UY
|
||||
`a4["3L9n%Q*l%/*clmsP5aItV>o&N$d(#E"g:sa0MXK3t47anPJ^F*`CI!fo*o()@E;6/6
|
||||
9HW,-,*iZ3TNfJ2Ra&8n9W="?rKgr8t5PDm;hjaXM<t?>OL$.`F#f(bd~>
|
||||
Q
|
||||
Q Q
|
||||
showpage
|
||||
%%Trailer
|
||||
end restore
|
||||
%%EOF
|
||||
59
presentation/gfx/multimodalpath.eps_tex
Normal file
59
presentation/gfx/multimodalpath.eps_tex
Normal file
@@ -0,0 +1,59 @@
|
||||
%% Creator: Inkscape inkscape 0.91, www.inkscape.org
|
||||
%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010
|
||||
%% Accompanies image file 'multimodalpath.eps' (pdf, eps, ps)
|
||||
%%
|
||||
%% To include the image in your LaTeX document, write
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics{<filename>.pdf}
|
||||
%% To scale the image, write
|
||||
%% \def\svgwidth{<desired width>}
|
||||
%% \input{<filename>.pdf_tex}
|
||||
%% instead of
|
||||
%% \includegraphics[width=<desired width>]{<filename>.pdf}
|
||||
%%
|
||||
%% Images with a different path to the parent latex file can
|
||||
%% be accessed with the `import' package (which may need to be
|
||||
%% installed) using
|
||||
%% \usepackage{import}
|
||||
%% in the preamble, and then including the image with
|
||||
%% \import{<path to file>}{<filename>.pdf_tex}
|
||||
%% Alternatively, one can specify
|
||||
%% \graphicspath{{<path to file>/}}
|
||||
%%
|
||||
%% For more information, please see info/svg-inkscape on CTAN:
|
||||
%% http://tug.ctan.org/tex-archive/info/svg-inkscape
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\providecommand\color[2][]{%
|
||||
\errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\transparent[1]{%
|
||||
\errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}%
|
||||
\renewcommand\transparent[1]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\ifx\svgwidth\undefined%
|
||||
\setlength{\unitlength}{309.60002441bp}%
|
||||
\ifx\svgscale\undefined%
|
||||
\relax%
|
||||
\else%
|
||||
\setlength{\unitlength}{\unitlength * \real{\svgscale}}%
|
||||
\fi%
|
||||
\else%
|
||||
\setlength{\unitlength}{\svgwidth}%
|
||||
\fi%
|
||||
\global\let\svgwidth\undefined%
|
||||
\global\let\svgscale\undefined%
|
||||
\makeatother%
|
||||
\begin{picture}(1,0.47286818)%
|
||||
\put(0,0){\includegraphics[width=\unitlength]{multimodalpath.eps}}%
|
||||
\put(2.50516776,0.17958655){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{}}}%
|
||||
\put(0.13632429,0.05863215){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{Time}}}%
|
||||
\put(0.21593636,0.01421189){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t$}}}%
|
||||
\put(0.38131103,0.01421189){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t-1$}}}%
|
||||
\put(0.56735752,0.01421189){\color[rgb]{0,0,0}\makebox(0,0)[lb]{\smash{$t-2$}}}%
|
||||
\end{picture}%
|
||||
\endgroup%
|
||||
1545
presentation/gfx/perf.eps
Normal file
1545
presentation/gfx/perf.eps
Normal file
File diff suppressed because it is too large
Load Diff
134
presentation/gfx/perf.tex
Normal file
134
presentation/gfx/perf.tex
Normal file
@@ -0,0 +1,134 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(5040.00,3600.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,704){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-7}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,1013){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-6}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,1323){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-5}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,1632){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-4}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,1942){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-3}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,2251){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-2}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,2561){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{-1}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,2870){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{0}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,3180){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{1}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(554,3489){\makebox(0,0)[r]{\strut{}\footnotesize{$10^{2}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(686,484){\makebox(0,0){\strut{}\footnotesize{$10^{2}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(1400,484){\makebox(0,0){\strut{}\footnotesize{$10^{3}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2115,484){\makebox(0,0){\strut{}\footnotesize{$10^{4}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(2830,484){\makebox(0,0){\strut{}\footnotesize{$10^{5}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(3544,484){\makebox(0,0){\strut{}\footnotesize{$10^{6}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4259,484){\makebox(0,0){\strut{}\footnotesize{$10^{7}$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4973,484){\makebox(0,0){\strut{}\footnotesize{$10^{8}$}}}%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
\csname LTb\endcsname%%
|
||||
\put(30,2096){\rotatebox{-270}{\makebox(0,0){\strut{}\footnotesize{$t$ in seconds}}}}%
|
||||
\put(2829,154){\makebox(0,0){\strut{}\footnotesize{number of grid points $G$}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4415,1262){\makebox(0,0)[r]{\strut{}\footnotesize{BKDE}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4415,1064){\makebox(0,0)[r]{\strut{}\footnotesize{BoxKDE}}}%
|
||||
\csname LTb\endcsname%%
|
||||
\put(4415,866){\makebox(0,0)[r]{\strut{}\footnotesize{weighted average}}}%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{perf}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
34
presentation/gfx/test/KDE_0_1530019607est.csv
Normal file
34
presentation/gfx/test/KDE_0_1530019607est.csv
Normal file
@@ -0,0 +1,34 @@
|
||||
62.6338 37.9573 1.8
|
||||
63.1788 37.9573 1.8
|
||||
63.7238 37.9573 1.8
|
||||
59.3638 38.235 1.80006
|
||||
58.5462 38.235 1.79993
|
||||
58.0013 38.5127 1.80006
|
||||
57.1838 38.5127 1.79995
|
||||
56.6388 38.7904 1.79994
|
||||
55.8213 38.7904 1.79997
|
||||
55.2763 38.7904 1.80003
|
||||
54.4588 38.7904 1.79997
|
||||
53.9137 38.7904 1.80006
|
||||
53.0963 38.7904 1.80008
|
||||
52.2788 38.7904 1.79992
|
||||
51.7337 38.7904 1.79994
|
||||
51.1888 38.7904 1.80005
|
||||
50.3713 39.0681 1.79998
|
||||
49.5537 38.7904 1.80001
|
||||
48.7363 38.7904 1.80005
|
||||
48.1912 38.7904 1.80006
|
||||
47.6463 39.0681 1.80004
|
||||
47.1012 39.6235 1.80009
|
||||
46.8288 40.1788 1.80004
|
||||
46.8288 41.0119 1.80007
|
||||
47.1012 41.845 1.80005
|
||||
47.3738 42.4004 1.80006
|
||||
47.9188 42.6781 1.80007
|
||||
48.4638 43.2335 1.79991
|
||||
48.4638 44.0665 1.79996
|
||||
49.2813 44.6219 1.80002
|
||||
49.8263 44.8996 1.8001
|
||||
50.3713 45.1773 1.79994
|
||||
50.9163 45.455 1.80004
|
||||
49.8263 46.5658 1.8
|
||||
|
34
presentation/gfx/test/MAXP_0_1530020617est.csv
Normal file
34
presentation/gfx/test/MAXP_0_1530020617est.csv
Normal file
@@ -0,0 +1,34 @@
|
||||
62.5723 38.8922 1.8
|
||||
62.9342 39.5702 1.8
|
||||
60.2861 39.6264 1.8
|
||||
63.2333 35.2984 1.8
|
||||
61.9037 34.8786 1.8
|
||||
62.5039 33.9074 1.8
|
||||
61.452 33.162 1.8
|
||||
61.3279 32.6818 1.8
|
||||
62.2747 31.3264 1.8
|
||||
55.0513 37.7576 1.8
|
||||
61.9326 30.4359 1.8
|
||||
61.6942 29.7673 1.8
|
||||
61.9217 29.1851 1.8
|
||||
62.5004 27.6546 1.8
|
||||
63.4426 27.9182 1.8
|
||||
50.5343 38.6668 1.8
|
||||
63.4646 27.0532 1.8
|
||||
62.9904 25.8391 1.8
|
||||
48.9987 38.8325 1.8
|
||||
60.7542 24.9599 1.8
|
||||
62.0018 23.9844 1.8
|
||||
61.7394 23.5833 1.8
|
||||
61.6573 23.5911 1.8
|
||||
60.9706 23.1752 1.8
|
||||
48.0095 42.8515 1.8
|
||||
60.7682 21.948 1.8
|
||||
47.4447 43.0209 1.8
|
||||
48.8874 42.5262 1.8
|
||||
49.0352 44.1314 1.8
|
||||
48.631 45.0075 1.8
|
||||
52.4209 44.0325 1.8
|
||||
53.1349 44.035 1.8
|
||||
48.0186 48.2645 1.8
|
||||
48.3064 45.2962 1.8
|
||||
|
34
presentation/gfx/test/WAVG_0_1530020537est.csv
Normal file
34
presentation/gfx/test/WAVG_0_1530020537est.csv
Normal file
@@ -0,0 +1,34 @@
|
||||
62.0158 38.005 1.8
|
||||
62.0363 38.0201 1.8
|
||||
61.9794 37.8891 1.8
|
||||
61.0608 37.1255 1.79997
|
||||
60.6228 36.6195 1.80005
|
||||
60.261 36.2274 1.79993
|
||||
59.9834 35.7616 1.79995
|
||||
59.6545 35.3946 1.8
|
||||
59.3914 34.9844 1.79992
|
||||
59.0983 34.5797 1.80006
|
||||
58.7824 34.1995 1.79989
|
||||
58.4723 33.8376 1.80008
|
||||
58.1718 33.4487 1.80007
|
||||
57.8725 33.0498 1.80005
|
||||
57.6426 32.5833 1.80005
|
||||
57.3251 32.1857 1.79993
|
||||
57.1166 31.6778 1.79992
|
||||
56.8583 31.2226 1.79992
|
||||
56.4811 30.9399 1.80002
|
||||
56.1458 30.6037 1.79995
|
||||
55.4542 30.7634 1.80008
|
||||
54.3716 31.6223 1.80007
|
||||
53.0507 33.0442 1.80003
|
||||
51.3512 35.2757 1.79999
|
||||
49.1556 38.879 1.80002
|
||||
48.2035 41.3272 1.80006
|
||||
48.341 42.4311 1.79997
|
||||
48.7264 43.0627 1.80007
|
||||
48.7368 43.7149 1.79994
|
||||
49.1444 44.2159 1.79997
|
||||
49.6919 44.5618 1.80007
|
||||
50.2151 44.9703 1.80006
|
||||
50.6732 45.4944 1.79991
|
||||
50.1306 46.2689 1.8
|
||||
|
4095
presentation/gfx/test/avg_particles_1.dat
Normal file
4095
presentation/gfx/test/avg_particles_1.dat
Normal file
File diff suppressed because it is too large
Load Diff
4812
presentation/gfx/test/avg_particles_2.dat
Normal file
4812
presentation/gfx/test/avg_particles_2.dat
Normal file
File diff suppressed because it is too large
Load Diff
241
presentation/gfx/test/base.gp
Normal file
241
presentation/gfx/test/base.gp
Normal file
@@ -0,0 +1,241 @@
|
||||
reset
|
||||
|
||||
#set terminal x11 size 2000,1500
|
||||
#set terminal windows size 2000,1500
|
||||
set terminal epslatex size 3.5,2.0
|
||||
set output "boxkde.tex"
|
||||
|
||||
|
||||
set ticslevel 0
|
||||
#unset key
|
||||
set xrange [15.000000:71.300003]
|
||||
set xtics autofreq
|
||||
set format x '%h'
|
||||
unset xlabel
|
||||
set yrange [-0.500000:51.700001]
|
||||
set ytics autofreq
|
||||
set format y '%h'
|
||||
unset ylabel
|
||||
set zrange [0.000000:11.000000]
|
||||
set ztics autofreq
|
||||
set format z '%h'
|
||||
unset zlabel
|
||||
set cbtics autofreq
|
||||
set format cb '%h'
|
||||
unset cblabel
|
||||
set view 0,90
|
||||
set ticslevel 0
|
||||
unset lmargin
|
||||
unset rmargin
|
||||
unset tmargin
|
||||
unset bmargin
|
||||
|
||||
#Building
|
||||
set object 1 polygon from first 35.000000,first 35.799999,first 1.700000 to first 59.700001,first 36.100002,first 1.700000 to first 59.480000,first 21.639999,first 1.700000 to first 55.700001,first 21.600000,first 1.700000 to first 55.600002,first 14.300000,first 1.700000 to first 59.320000,first 14.299999,first 1.700000 to first 59.100002,first 6.900000,first 1.700000 to first 34.500000,first 8.900001,first 1.700000 to first 35.000000,first 35.799999,first 1.700000 fillcolor rgb '#f5f5f5' fillstyle solid 1.000000 noborder linecolor rgb '#000000' linewidth 0.000000
|
||||
set object 2 polygon from first 44.700001,first 41.400002,first 1.700000 to first 22.600000,first 41.400002,first 1.700000 to first 20.700001,first 43.100002,first 1.700000 to first 17.000000,first 44.100002,first 1.700000 to first 15.000000,first 36.700001,first 1.700000 to first 21.400000,first 36.500000,first 1.700000 to first 21.200001,first 20.100000,first 1.700000 to first 30.200001,first 19.400000,first 1.700000 to first 30.200001,first 16.800001,first 1.700000 to first 21.200001,first 17.500000,first 1.700000 to first 21.000000,first 4.100000,first 1.700000 to first 52.400002,first 1.400000,first 1.700000 to first 52.299999,first 0.300000,first 1.700000 to first 63.900002,first -0.500000,first 1.700000 to first 70.900002,first -0.400000,first 1.700000 to first 70.800003,first 9.800000,first 1.700000 to first 64.500000,first 9.900001,first 1.700000 to first 64.599998,first 19.300001,first 1.700000 to first 71.099998,first 19.000000,first 1.700000 to first 71.300003,first 28.800001,first 1.700000 to first 65.000000,first 28.800001,first 1.700000 to first 65.000000,first 39.200001,first 1.700000 to first 65.099998,first 39.299999,first 1.700000 to first 65.360001,first 40.320000,first 1.700000 to first 61.200001,first 41.400002,first 1.700000 to first 57.000000,first 41.400002,first 1.700000 to first 56.700001,first 49.500000,first 1.700000 to first 56.900002,first 49.500000,first 1.700000 to first 56.799999,first 51.700001,first 1.700000 to first 44.799999,first 51.400002,first 1.700000 to first 44.700001,first 41.400002,first 1.700000 fillcolor rgb '#bbbbbb' fillstyle solid 1.000000 noborder linecolor rgb '#000000' linewidth 0.000000
|
||||
set object 3 polygon from first 35.000000,first 35.799999,first 1.700000 to first 59.700001,first 36.100002,first 1.700000 to first 59.480000,first 21.639999,first 1.700000 to first 55.700001,first 21.600000,first 1.700000 to first 55.600002,first 14.300000,first 1.700000 to first 59.320000,first 14.299999,first 1.700000 to first 59.100002,first 6.900000,first 1.700000 to first 34.500000,first 8.900001,first 1.700000 to first 35.000000,first 35.799999,first 1.700000 fillcolor rgb '#b4f0b4' fillstyle solid 1.000000 noborder linecolor rgb '#000000' linewidth 0.000000
|
||||
set object 4 polygon from first 16.299999,first 36.939999,first 1.700000 to first 21.680000,first 36.759998,first 1.700000 to first 16.299999,first 36.939999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 5 polygon from first 22.100000,first 37.799999,first 1.700000 to first 21.900000,first 20.700001,first 1.700000 to first 22.100000,first 37.799999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 6 polygon from first 21.500000,first 20.500000,first 1.700000 to first 30.400000,first 19.800001,first 1.700000 to first 21.500000,first 20.500000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 7 polygon from first 21.200001,first 4.800000,first 1.700000 to first 53.900002,first 2.000000,first 1.700000 to first 21.200001,first 4.800000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 8 polygon from first 65.200005,first 39.799999,first 1.700000 to first 61.000000,first 40.900002,first 1.700000 to first 65.200005,first 39.799999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 9 polygon from first 64.099998,first 24.500000,first 1.700000 to first 64.599998,first 39.600002,first 1.700000 to first 64.099998,first 24.500000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 10 polygon from first 64.099998,first 21.800001,first 1.700000 to first 64.000000,first 7.500000,first 1.700000 to first 64.099998,first 21.800001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 11 polygon from first 64.300003,first 19.800001,first 1.700000 to first 71.099998,first 19.500000,first 1.700000 to first 64.300003,first 19.800001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 12 polygon from first 70.200005,first 9.600000,first 1.700000 to first 70.099998,first 0.600000,first 1.700000 to first 70.200005,first 9.600000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 13 polygon from first 70.599998,first 0.200000,first 1.700000 to first 63.400002,first 0.200000,first 1.700000 to first 70.599998,first 0.200000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 14 polygon from first 64.000000,first 4.800000,first 1.700000 to first 63.900002,first 0.600000,first 1.700000 to first 64.000000,first 4.800000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 15 polygon from first 59.900002,first 19.100000,first 1.700000 to first 59.700001,first 6.700000,first 1.700000 to first 59.900002,first 19.100000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 16 polygon from first 56.000000,first 21.300001,first 1.700000 to first 55.900002,first 14.400001,first 1.700000 to first 56.000000,first 21.300001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 17 polygon from first 55.600002,first 14.600000,first 1.700000 to first 59.400002,first 14.600000,first 1.700000 to first 55.600002,first 14.600000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 18 polygon from first 60.500000,first 21.300001,first 1.700000 to first 55.700001,first 21.300001,first 1.700000 to first 60.500000,first 21.300001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 19 polygon from first 34.600002,first 36.200001,first 1.700000 to first 60.799999,first 36.600002,first 1.700000 to first 34.600002,first 36.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 20 polygon from first 60.299999,first 36.299999,first 1.700000 to first 60.000000,first 21.600000,first 1.700000 to first 60.299999,first 36.299999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 21 polygon from first 60.200001,first 6.400000,first 1.700000 to first 33.700001,first 8.600000,first 1.700000 to first 60.200001,first 6.400000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 22 polygon from first 34.000000,first 8.300000,first 1.700000 to first 34.500000,first 36.500000,first 1.700000 to first 34.000000,first 8.300000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 23 polygon from first 17.700001,first 43.799999,first 1.700000 to first 15.800000,first 36.900002,first 1.700000 to first 17.700001,first 43.799999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 24 polygon from first 30.600000,first 12.700000,first 1.700000 to first 30.800001,first 33.900002,first 1.700000 to first 30.600000,first 12.700000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 25 polygon from first 22.500000,first 36.400002,first 1.700000 to first 31.300001,first 36.000000,first 1.700000 to first 22.500000,first 36.400002,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 26 polygon from first 17.700001,first 43.799999,first 1.700000 to first 22.600000,first 40.400002,first 1.700000 to first 17.700001,first 43.799999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 27 polygon from first 46.200001,first 40.600002,first 1.700000 to first 22.300001,first 40.600002,first 1.700000 to first 46.200001,first 40.600002,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 28 polygon from first 45.400002,first 40.900002,first 1.700000 to first 45.500000,first 50.400002,first 1.700000 to first 45.400002,first 40.900002,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 29 polygon from first 45.000000,first 50.299999,first 1.700000 to first 56.799999,first 50.600002,first 1.700000 to first 45.000000,first 50.299999,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 30 polygon from first 48.000000,first 40.700001,first 1.700000 to first 61.299999,first 40.799999,first 1.700000 to first 48.000000,first 40.700001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 31 polygon from first 56.400002,first 41.200001,first 1.700000 to first 56.299999,first 50.600002,first 1.700000 to first 56.400002,first 41.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 32 polygon from first 21.900000,first 17.000000,first 1.700000 to first 30.500000,first 16.400000,first 1.700000 to first 21.900000,first 17.000000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 33 polygon from first 21.900000,first 17.000000,first 1.700000 to first 21.600000,first 5.000000,first 1.700000 to first 21.900000,first 17.000000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 34 polygon from first 30.300001,first 4.500000,first 1.700000 to first 30.400000,first 10.600000,first 1.700000 to first 30.300001,first 4.500000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 35 polygon from first 64.200005,first 9.300000,first 1.700000 to first 70.300003,first 9.200000,first 1.700000 to first 64.200005,first 9.300000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 36 polygon from first 65.900002,first 26.200001,first 1.700000 to first 71.200005,first 25.600000,first 1.700000 to first 65.900002,first 26.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 37 polygon from first 71.000000,first 19.600000,first 1.700000 to first 71.200005,first 25.600000,first 1.700000 to first 71.000000,first 19.600000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 38 polygon from first 53.200001,first 0.400000,first 1.700000 to first 53.400002,first 2.500000,first 1.700000 to first 53.200001,first 0.400000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 39 polygon from first 64.000000,first 0.200000,first 1.700000 to first 53.200001,first 1.000000,first 1.700000 to first 64.000000,first 0.200000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 40 polygon from first 64.500000,first 28.200001,first 1.700000 to first 71.300003,first 28.200001,first 1.700000 to first 64.500000,first 28.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 41 polygon from first 70.900002,first 27.900000,first 1.700000 to first 70.900002,first 26.000000,first 1.700000 to first 70.900002,first 27.900000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 42 polygon from first 27.200001,first 32.400002,first 1.700000 to first 27.200001,first 30.900000,first 1.700000 to first 27.200001,first 32.400002,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 43 polygon from first 27.200001,first 30.900000,first 1.700000 to first 26.400000,first 30.900000,first 1.700000 to first 27.200001,first 30.900000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 44 polygon from first 26.400000,first 30.900000,first 1.700000 to first 26.400000,first 32.400002,first 1.700000 to first 26.400000,first 30.900000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 45 polygon from first 26.400000,first 32.400002,first 1.700000 to first 27.200001,first 32.400002,first 1.700000 to first 26.400000,first 32.400002,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 46 polygon from first 26.200001,first 29.400000,first 1.700000 to first 26.200001,first 27.800001,first 1.700000 to first 26.200001,first 29.400000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 47 polygon from first 26.200001,first 27.800001,first 1.700000 to first 27.400000,first 27.800001,first 1.700000 to first 26.200001,first 27.800001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 48 polygon from first 27.400000,first 27.800001,first 1.700000 to first 27.400000,first 29.400000,first 1.700000 to first 27.400000,first 27.800001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 49 polygon from first 27.400000,first 29.400000,first 1.700000 to first 26.200001,first 29.400000,first 1.700000 to first 27.400000,first 29.400000,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 50 polygon from first 26.400000,first 26.200001,first 1.700000 to first 26.400000,first 23.700001,first 1.700000 to first 26.400000,first 26.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 51 polygon from first 26.400000,first 23.700001,first 1.700000 to first 27.200001,first 23.700001,first 1.700000 to first 26.400000,first 23.700001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 52 polygon from first 27.200001,first 23.700001,first 1.700000 to first 27.200001,first 26.200001,first 1.700000 to first 27.200001,first 23.700001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
set object 53 polygon from first 27.200001,first 26.200001,first 1.700000 to first 26.400000,first 26.200001,first 1.700000 to first 27.200001,first 26.200001,first 1.700000 fillcolor rgb '#939393' fillstyle empty noborder linecolor rgb '#939393'
|
||||
|
||||
#set arrow from 61.5,24,1.7 to 47,39.5,1.7 front dt 2 nohead
|
||||
#54.25,31.75
|
||||
|
||||
|
||||
|
||||
#set key right horizontal at screen 0.99, 0.98 samplen 0.75
|
||||
set key left at screen 0.01, 0.98 samplen 0.75 box width -10 opaque
|
||||
|
||||
unset border
|
||||
unset xtics
|
||||
unset ytics
|
||||
unset ztics
|
||||
|
||||
#set xrange [40:*]
|
||||
#set yrange [20:*]
|
||||
set multiplot layout 1,1 offset -0.30, 0.20 scale 3.1,3.1
|
||||
|
||||
|
||||
#'KDE_0_1530019607est.csv' with lines linecolor rgb '#FCAF3E' linewidth 4.000000 dashtype 1 notitle,\
|
||||
#'WAVG_0_1530020537est.csv' with lines linecolor rgb '#FCAF3E' linewidth 4.000000 dashtype 1 notitle,\
|
||||
#'MAXP_0_1530020617est.csv' with lines linecolor rgb '#FCAF3E' linewidth 4.000000 dashtype 1 notitle,\
|
||||
|
||||
splot \
|
||||
'avg_particles_2.dat' with points pt 7 ps 0.2 lc rgb '#555555' notitle ,\
|
||||
'avg_particles_1.dat' with points pt 7 ps 0.2 lc rgb '#E84444' notitle ,\
|
||||
'-' with lines linecolor rgb '#000000' linewidth 1.500000 dashtype 1 notitle ,\
|
||||
'KDE_0_1530019607est.csv' with lines linecolor rgb '#FCAF3E' linewidth 4.000000 dashtype 1 notitle,\
|
||||
|
||||
# Groundtruth
|
||||
62 38.4 1.7
|
||||
47.75 38.4 1.7
|
||||
47.375 38.525 1.7
|
||||
47.125 38.775 1.7
|
||||
47 39.15 1.7
|
||||
47 42.05 1.7
|
||||
47.1234 42.4447 1.7
|
||||
47.3703 42.7342 1.7
|
||||
47.7406 42.9185 1.7
|
||||
51.2594 43.4815 1.7
|
||||
51.5047 43.5408 1.7
|
||||
51.5016 43.5803 1.7
|
||||
51.25 43.6 1.7
|
||||
50.75 43.6 1.7
|
||||
50.3607 43.7242 1.7
|
||||
50.082 43.9725 1.7
|
||||
49.914 44.3451 1.7
|
||||
49.486 48.0549 1.7
|
||||
49.443 48.3025 1.7
|
||||
49.4143 48.3008 1.7
|
||||
49.4 48.05 1.7
|
||||
49.4 45.75 1.7
|
||||
49.3098 45.2885 1.7
|
||||
49.1293 44.8655 1.7
|
||||
48.8585 44.4811 1.7
|
||||
47.5415 43.2189 1.7
|
||||
47.2707 42.8345 1.7
|
||||
47.0902 42.4115 1.7
|
||||
47 41.95 1.7
|
||||
47 39.05 1.7
|
||||
46.875 38.675 1.7
|
||||
46.625 38.425 1.7
|
||||
46.25 38.3 1.7
|
||||
36.05 38.3 1.7
|
||||
35.5792 38.2198 1.7
|
||||
35.1375 38.0593 1.7
|
||||
34.7249 37.8185 1.7
|
||||
31.5751 35.1815 1.7
|
||||
31.165 34.9162 1.7
|
||||
30.7281 34.7067 1.7
|
||||
30.2646 34.5529 1.7
|
||||
29.7354 34.4471 1.7
|
||||
29.3134 34.261 1.7
|
||||
28.9595 33.9868 1.7
|
||||
28.6739 33.6246 1.7
|
||||
27.9261 32.0754 1.7
|
||||
27.763 31.6127 1.7
|
||||
27.6543 31.1376 1.7
|
||||
27.6 30.65 1.7
|
||||
27.6 24.35 1.7
|
||||
27.4774 23.9505 1.7
|
||||
27.2323 23.6515 1.7
|
||||
26.8646 23.4529 1.7
|
||||
25.3354 23.1471 1.7
|
||||
24.965 23.1985 1.7
|
||||
24.7144 23.3994 1.7
|
||||
24.5837 23.7498 1.7
|
||||
24.4163 31.4502 1.7
|
||||
24.5252 31.869 1.7
|
||||
24.7538 32.2067 1.7
|
||||
25.1022 32.4633 1.7
|
||||
28.4978 33.7367 1.7
|
||||
28.972 33.8901 1.7
|
||||
29.4523 34.0213 1.7
|
||||
29.9386 34.1303 1.7
|
||||
31.8614 34.4697 1.7
|
||||
32.2316 34.4098 1.7
|
||||
32.4796 34.2033 1.7
|
||||
32.6054 33.85 1.7
|
||||
32.7946 7.74998 1.7
|
||||
32.9205 7.35389 1.7
|
||||
33.1687 7.06171 1.7
|
||||
33.5392 6.87342 1.7
|
||||
61.2608 2.12658 1.7
|
||||
61.6304 2.18829 1.7
|
||||
61.8768 2.3961 1.7
|
||||
62 2.75 1.7
|
||||
62 5.85 1.7
|
||||
62.125 6.225 1.7
|
||||
62.375 6.475 1.7
|
||||
62.75 6.6 1.7
|
||||
64.65 6.6 1.7
|
||||
65.025 6.475 1.7
|
||||
65.275 6.225 1.7
|
||||
65.4 5.85 1.7
|
||||
65.4 2.35 1.7
|
||||
65.517 2.01889 1.7
|
||||
65.7511 1.85667 1.7
|
||||
66.1022 1.86334 1.7
|
||||
67.8978 2.53666 1.7
|
||||
68.2489 2.79333 1.7
|
||||
68.483 3.13111 1.7
|
||||
68.6 3.55 1.7
|
||||
68.6 5.85 1.7
|
||||
68.475 6.225 1.7
|
||||
68.225 6.475 1.7
|
||||
67.85 6.6 1.7
|
||||
64.95 6.6 1.7
|
||||
64.4733 6.52735 1.7
|
||||
64.0199 6.38204 1.7
|
||||
63.5897 6.16407 1.7
|
||||
60.6103 4.03593 1.7
|
||||
60.1842 3.78641 1.7
|
||||
59.7389 3.578 1.7
|
||||
59.2743 3.41068 1.7
|
||||
56.1257 2.58932 1.7
|
||||
55.6961 2.60034 1.7
|
||||
55.3207 2.74861 1.7
|
||||
54.9995 3.03412 1.7
|
||||
53.4005 5.56588 1.7
|
||||
53.0753 5.88794 1.7
|
||||
52.6921 6.1093 1.7
|
||||
52.2506 6.22998 1.7
|
||||
33.7494 6.97002 1.7
|
||||
33.3476 7.10704 1.7
|
||||
33.0436 7.36107 1.7
|
||||
32.8373 7.73214 1.7
|
||||
32.1627 10.7679 1.7
|
||||
31.9564 11.1355 1.7
|
||||
31.6521 11.3827 1.7
|
||||
31.2501 11.5094 1.7
|
||||
24 11.6 1.7
|
||||
e
|
||||
|
||||
unset multiplot
|
||||
10130
presentation/gfx/weighted_avg.eps
Normal file
10130
presentation/gfx/weighted_avg.eps
Normal file
File diff suppressed because it is too large
Load Diff
95
presentation/gfx/weighted_avg.tex
Normal file
95
presentation/gfx/weighted_avg.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
% GNUPLOT: LaTeX picture with Postscript
|
||||
\begingroup
|
||||
% Encoding inside the plot. In the header of your document, this encoding
|
||||
% should to defined, e.g., by using
|
||||
% \usepackage[cp1252,<other encodings>]{inputenc}
|
||||
\inputencoding{cp1252}%
|
||||
\makeatletter
|
||||
\providecommand\color[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package color not loaded in conjunction with
|
||||
terminal option `colourtext'%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{Either use 'blacktext' in gnuplot or load the package
|
||||
color.sty in LaTeX.}%
|
||||
\renewcommand\color[2][]{}%
|
||||
}%
|
||||
\providecommand\includegraphics[2][]{%
|
||||
\GenericError{(gnuplot) \space\space\space\@spaces}{%
|
||||
Package graphicx or graphics not loaded%
|
||||
}{See the gnuplot documentation for explanation.%
|
||||
}{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
|
||||
\renewcommand\includegraphics[2][]{}%
|
||||
}%
|
||||
\providecommand\rotatebox[2]{#2}%
|
||||
\@ifundefined{ifGPcolor}{%
|
||||
\newif\ifGPcolor
|
||||
\GPcolorfalse
|
||||
}{}%
|
||||
\@ifundefined{ifGPblacktext}{%
|
||||
\newif\ifGPblacktext
|
||||
\GPblacktexttrue
|
||||
}{}%
|
||||
% define a \g@addto@macro without @ in the name:
|
||||
\let\gplgaddtomacro\g@addto@macro
|
||||
% define empty templates for all commands taking text:
|
||||
\gdef\gplbacktext{}%
|
||||
\gdef\gplfronttext{}%
|
||||
\makeatother
|
||||
\ifGPblacktext
|
||||
% no textcolor at all
|
||||
\def\colorrgb#1{}%
|
||||
\def\colorgray#1{}%
|
||||
\else
|
||||
% gray or color?
|
||||
\ifGPcolor
|
||||
\def\colorrgb#1{\color[rgb]{#1}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
|
||||
\else
|
||||
% gray
|
||||
\def\colorrgb#1{\color{black}}%
|
||||
\def\colorgray#1{\color[gray]{#1}}%
|
||||
\expandafter\def\csname LTw\endcsname{\color{white}}%
|
||||
\expandafter\def\csname LTb\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LTa\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT0\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT1\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT2\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT3\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT4\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT5\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT6\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT7\endcsname{\color{black}}%
|
||||
\expandafter\def\csname LT8\endcsname{\color{black}}%
|
||||
\fi
|
||||
\fi
|
||||
\setlength{\unitlength}{0.0500bp}%
|
||||
\ifx\gptboxheight\undefined%
|
||||
\newlength{\gptboxheight}%
|
||||
\newlength{\gptboxwidth}%
|
||||
\newsavebox{\gptboxtext}%
|
||||
\fi%
|
||||
\setlength{\fboxrule}{0.5pt}%
|
||||
\setlength{\fboxsep}{1pt}%
|
||||
\begin{picture}(5040.00,2880.00)%
|
||||
\gplgaddtomacro\gplbacktext{%
|
||||
}%
|
||||
\gplgaddtomacro\gplfronttext{%
|
||||
}%
|
||||
\gplbacktext
|
||||
\put(0,0){\includegraphics{weighted_avg}}%
|
||||
\gplfronttext
|
||||
\end{picture}%
|
||||
\endgroup
|
||||
BIN
presentation/gfx/wifiMultimodality.pdf
Normal file
BIN
presentation/gfx/wifiMultimodality.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user