|
3 | 3 | \begin{document} |
4 | 4 |
|
5 | 5 | \part{Appendices} |
6 | | -\chapter{Estimation Methods} |
7 | | - |
8 | | -\section{Ordinary Least Squares} |
9 | | -\section{Recursive Least Squares} |
10 | | -\section{Expectation Maximization} |
11 | | -\section{\todo{Recursive Expectation Maximization}} |
12 | | - |
13 | | -\chapter{Material} |
14 | | -Here follows a brief description of the material used in this thesis |
15 | | -\section{Hardware} |
16 | | -A portable personal computer |
17 | | -\begin{description} |
18 | | -\item [Processor] Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz |
19 | | -\item [Memory] 15GiB System memory |
20 | | -\end{description} |
21 | | -\section{OS} |
22 | | -A GNU/Linux system based on architecture x86\_64 with |
23 | | -\begin{description} |
24 | | - \item[Linux kernel] version 5.4.0-73-generic |
25 | | - \item[Ubuntu distribution] version \#82~18.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021 |
26 | | -\end{description} |
27 | | - |
28 | | -\section{Programming} |
29 | | -The programs used in this thesis were developed in MATLAB language. |
30 | | - |
31 | | -They were executed on |
32 | | -\begin{description} |
33 | | -\item[MATLAB] version R2019b Update 3 (9.7.0.1261785) 64-bit (glnxa64). |
34 | | -\end{description} |
35 | | - |
36 | | -All code and resulting data is available in \todo{add github link}. |
37 | | - |
38 | | -The graphs based on the saved data were generated using python scripts, also available. |
39 | | - |
40 | | -The scripts were then executed using |
41 | | -\begin{description} |
42 | | -\item[python] version 3.6.9 |
43 | | -\end{description} |
44 | | -with packages: |
45 | | -\begin{description} |
46 | | - \item[matplotlib] version 3.2.2 |
47 | | - \item[numpy] version 1.19.0 |
48 | | - \item[scipy] version 1.3.2 |
49 | | -\end{description} |
50 | | -\section{Writing} |
51 | | -This thesis was written using GNU Emacs, typeset using \gls{latex}. |
52 | | - |
53 | | -Diagrams were drawn using \gls{TikZ}. |
54 | | - |
55 | | -Hand drawings were drawn using Xournal++ and Inkscape. |
| 6 | +% \chapter{Estimation Methods} |
| 7 | + |
| 8 | +% \section{Ordinary Least Squares} |
| 9 | +% \section{Recursive Least Squares} |
| 10 | +% \section{Expectation Maximization} |
| 11 | +% \section{\todo{Recursive Expectation Maximization}} |
| 12 | + |
| 13 | +% \chapter{Material} |
| 14 | +% Here follows a brief description of the material used in this thesis |
| 15 | +% \section{Hardware} |
| 16 | +% A portable personal computer |
| 17 | +% \begin{description} |
| 18 | +% \item [Processor] Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz |
| 19 | +% \item [Memory] 15GiB System memory |
| 20 | +% \end{description} |
| 21 | +% \section{OS} |
| 22 | +% A GNU/Linux system based on architecture x86\_64 with |
| 23 | +% \begin{description} |
| 24 | +% \item[Linux kernel] version 5.4.0-73-generic |
| 25 | +% \item[Ubuntu distribution] version \#82~18.04.1-Ubuntu SMP Fri Apr 16 15:10:02 UTC 2021 |
| 26 | +% \end{description} |
| 27 | + |
| 28 | +% \section{Programming} |
| 29 | +% The programs used in this thesis were developed in MATLAB language. |
| 30 | + |
| 31 | +% They were executed on |
| 32 | +% \begin{description} |
| 33 | +% \item[MATLAB] version R2019b Update 3 (9.7.0.1261785) 64-bit (glnxa64). |
| 34 | +% \end{description} |
| 35 | + |
| 36 | +% All code and resulting data is available in \todo{add github link}. |
| 37 | + |
| 38 | +% The graphs based on the saved data were generated using python scripts, also available. |
| 39 | + |
| 40 | +% The scripts were then executed using |
| 41 | +% \begin{description} |
| 42 | +% \item[python] version 3.6.9 |
| 43 | +% \end{description} |
| 44 | +% with packages: |
| 45 | +% \begin{description} |
| 46 | +% \item[matplotlib] version 3.2.2 |
| 47 | +% \item[numpy] version 1.19.0 |
| 48 | +% \item[scipy] version 1.3.2 |
| 49 | +% \end{description} |
| 50 | +% \section{Writing} |
| 51 | +% This thesis was written using GNU Emacs, typeset using \gls{latex}. |
| 52 | + |
| 53 | +% Diagrams were drawn using \gls{TikZ}. |
| 54 | + |
| 55 | +% Hand drawings were drawn using Xournal++ and Inkscape. |
56 | 56 |
|
57 | 57 | \chapter{Résumé étendu en français} |
58 | 58 |
|
|
0 commit comments