Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[aspectratio=43,xcolor=dvipsnames]{beamer}
- \usepackage[italian]{babel}
- \definecolor{unired}{HTML}{9B0014} % forse serve xcolor
- \beamertemplatenavigationsymbolsempty
- \usetheme{Berlin} % Antibes, Darmstadt, JuanLesPins, CambridgeUS, ecc.
- \usecolortheme[named=unired]{structure}
- % ... continua preambolo con i pacchetti che ti servono
- % un po'
- % nelle parentesi quadre è un'abbreviazione che viene mostrata nelle eventuali intestazioni/piè di pagina
- \title[Anomaly Detection in Time Series with the Prophet Model]{\Large\bfseries Anomaly Detection in Time Series\\ with the Prophet Model}
- \subtitle{\normalfont\small Discussione relazione finale
- }
- % \subtitle{Discussione di tesi triennale in Statistica per le Tecnologie e le Scienze}
- \author[Giovanni Zedda]{Laureando: Giovanni Zedda (matricola 20828879)}
- \titlegraphic{\includegraphics[width=2cm]{logo-unipd2.png}}
- \institute[Università degli Studi di Padova]
- {
- \normalsize Università degli Studi di Padova \\
- Dipartimento di Scienze Statistiche \\
- \small Corso di Laurea Triennale in
- Statistica per le Tecnologie e le Scienze % Your institution for the title page
- }
- \date[A.A. 2024/25]{\small Anno Accademico 2024/2025} % Date, can be changed to a custom date
- \begin{document}
- % Slide personalizzata del titolo
- \begin{frame}[label=cover, plain]
- \centering
- % Logo in alto
- % Titolo in un box colorato
- \begin{beamercolorbox}[rounded=true, shadow=true, center, wd=\textwidth]{title}
- \usebeamerfont{title}%
- {\color{white}\inserttitle}\\[0.2cm]
- \usebeamerfont{subtitle}%
- {\normalsize Discussione relazione finale}
- \end{beamercolorbox}
- \vspace{0.75em}
- \includegraphics[width=0.2\textwidth]{logo-unipd2.png}
- \vspace{0.75em}
- % Autore
- {\large\textbf{Giovanni Zedda}} \\[1em]
- {\small Corso di Laurea Triennale in Statistica per le Tecnologie e le Scienze} \\[0.2em]
- {Dipartimento di Scienze Statistiche} \\[1em]
- % Relatori incolonnati
- \begin{columns}[t]
- \column{0.45\textwidth}
- \raggedright
- \textbf{Relatore}\\
- Prof. Matteo Ceccarello
- \column{0.45\textwidth}
- \raggedleft
- %\textbf{Correlatore:}\\
- %Prof. Nome Correlatore
- \end{columns}
- \vfill
- {\small A.A. 2024/25}
- \end{frame}
- \begin{frame}{Sommario}
- % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
- \tableofcontents
- \end{frame}
- %------------------------------------------------
- \section[abbreviazione]{Statistica bayesiana}
- %------------------------------------------------
- \begin{frame}{Due approcci alla statistica}
- \begin{columns}[t]
- \column{0.45\textwidth}
- \textbf{Approccio frequentista}
- \begin{itemize}
- \item La probabilità è un limite di una frequenza relativa.
- \item \uline{Il parametro è ignoto, ma ha un unico valore.}
- \item Stimatori, intervalli di confidenza e test statistici.
- \item Massima verosimiglianza e altri metodi.
- \end{itemize}
- \column{0.45\textwidth}
- \textbf{Approccio bayesiano}
- \begin{itemize}
- \item La probabilità è un grado di fiducia.
- \item \uline{Il parametro è una variabile casuale.}
- \item Intervalli \emph{di credibilità}.
- \item No test statistici tradizionali.
- \item Distribuzione \emph{a posteriori} del parametro con il teorema di Bayes.
- \end{itemize}
- \end{columns}
- \end{frame}
- % ...
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment