-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmain.tex
More file actions
171 lines (145 loc) · 4.21 KB
/
Copy pathmain.tex
File metadata and controls
171 lines (145 loc) · 4.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
\documentclass[10pt,a4paper,twoside]{book}
% TODO: among us
\input{style}
\usepackage[
left=2.5cm, % inner
right=2.5cm, % outer
top=2.5cm,
bottom=3cm,
%showframe,
]{geometry}
\newcommand{\dl}{\de l}
\newcommand{\dr}{\de r}
\newcommand{\dxi}{\de \xi}
\newcommand{\drho}{\de \rho}
\newcommand{\dxx}{\de \x}
\newcommand{\dyy}{\de \y}
\newcommand{\dsig}{\de \sigg}
\newcommand{\fou}[1]{\mathcal{F}\left\{#1\right\}}
\newcommand{\ifou}[1]{\mathcal{F}^{-1}\left\{#1\right\}}
\DeclareMathOperator{\WN}{WN}
\newcommand{\E}{\mathbb{E}}
\allowdisplaybreaks[4] % Consente di rompere equazioni su più pagine
\newacronym{sp}{SP}{stochastic process}
\newacronym{ssp}{SSP}{stationary stochastic process}
\newacronym{ma}{MA}{Moving Average}
\newacronym{ar}{AR}{Auto Regressive}
\newacronym{arma}{ARMA}{Auto Regressive Moving Average}
\newacronym{mse}{MSE}{mean square error}
\newacronym{wn}{WN}{White Noise}
\newacronym{pem}{PEM}{Prediction Error Minimization}
\begin{document}
\frontmatter
\pagestyle{empty}
% TITLE PAGE
\hypertarget{mytitlepage}{} % set the hypertarget
\bookmark[dest=mytitlepage,level=chapter]{Title Page} % add the bookmark
\vspace*{\fill}
\begin{center}
{\large \textsc{Lecture Notes of}}\\
\vspace*{0.4cm}
{\Huge \textsc{Model Identification}}\\
\vspace*{0.4cm}
{\Huge \textsc{and Data Analysis}}\\
\vspace*{0.4cm}
{\huge \textsc{Module 1}}\\
\vspace*{1cm}
{\large {From Professor Simone Garatti's lectures}}\\
\vspace*{0.1cm}
{\large for the MSc in Mathematical Engineering}\\
\vspace*{0.4cm}
{\large {by Teo Bucci, Filippo Cipriani \& Gabriele Corbo}}\\
\vspace*{1cm}
Politecnico di Milano\\A.Y. 2021/2022
\end{center}
\vspace*{\fill}
\clearpage
% COPYRIGHT PAGE
\hypertarget{mycopyright}{} % set the hypertarget
\bookmark[dest=mycopyright,level=chapter]{Copyright Page} % add the bookmark
\input{firstpages/copyright}
\clearpage
% PREFACE
% \hypertarget{mypreface}{} % set the hypertarget
% \bookmark[dest=mypreface,level=chapter]{Preface} % add the bookmark
% \input{firstpages/preface}
% \clearpage
% CONTENTS
\cleardoublepage
\pagestyle{toc}
\hypertarget{mytoc}{} % set the hypertarget
\bookmark[dest=mytoc,level=chapter]{\contentsname} % add the bookmark
\tableofcontents
\cleardoublepage
% MAIN MATTER
\pagestyle{fancy}
\mainmatter
\tikzstyle{block} = [draw, rectangle, inner sep=6pt]
\tikzstyle{every node} = [font=\small]
\tikzstyle{sum} = [draw, circle, inner sep=6pt]
%\tikzstyle{input} = [coordinate]
%\tikzstyle{output} = [coordinate]
%\tikzstyle{pinstyle} = [pin edge={to-,thin,black}]
\input{lectures/2022_02_21}
\input{lectures/2022_02_22}
\input{lectures/2022_02_23}
\input{lectures/2022_02_24}
\input{lectures/2022_02_28}
\input{lectures/2022_03_01}
\input{lectures/2022_03_02}
\input{lectures/2022_03_03}
\input{lectures/2022_03_07}
\input{lectures/2022_03_08}
\input{lectures/2022_03_09}
\input{lectures/2022_03_10}
\input{lectures/2022_03_14}
\input{lectures/2022_03_15}
\input{lectures/2022_03_16}
\input{lectures/2022_03_17}
\input{lectures/2022_03_21}
\input{lectures/2022_03_22}
\input{lectures/2022_03_23}
\input{lectures/2022_03_24}
\input{lectures/2022_03_28}
\input{lectures/2022_03_29}
\input{lectures/2022_03_30}
\input{lectures/2022_03_31}
\input{lectures/2022_04_04}
\input{lectures/2022_04_05}
\input{lectures/2022_04_06}
\input{lectures/2022_04_07}
\input{lectures/2022_04_11}
\input{lectures/2022_04_12}
\input{lectures/2022_04_13}
\input{lectures/2022_04_14}
\input{lectures/2022_04_18}
\input{lectures/2022_04_19}
\input{lectures/2022_04_20}
\input{lectures/2022_04_21}
\input{lectures/2022_04_25}
\input{lectures/2022_04_26}
\input{lectures/2022_04_27}
\input{lectures/2022_04_28}
\input{lectures/2022_05_02}
\input{lectures/2022_05_03}
\input{lectures/2022_05_04}
\input{lectures/2022_05_05}
\input{lectures/2022_05_09}
\input{lectures/2022_05_10}
\input{lectures/2022_05_11}
\input{lectures/2022_05_12}
\input{lectures/2022_05_16}
\input{lectures/2022_05_17}
\input{lectures/2022_05_18}
\input{lectures/2022_05_19}
\input{lectures/2022_05_23}
\input{lectures/2022_05_24}
\input{lectures/2022_05_25}
\input{lectures/2022_05_26}
\input{lectures/2022_05_30}
\input{lectures/2022_05_31}
\input{lectures/2022_06_01}
\input{lectures/2022_06_02}
\input{lectures/2022_06_06}
\cleardoublepage
\end{document}