-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfda.tex
47 lines (37 loc) · 1.1 KB
/
fda.tex
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
\documentclass[10pt]{article}
\input{preamble}
\usepackage[multidot]{grffile}
\newcommand{\cA}{\mathcal{A}} % algorithm
\newcommand{\R}{\mathbb{R}} % reals
\newcommand{\cD}{\mathcal{D}} % domain
\newcommand{\cC}{\mathcal{C}} % compression
\newcommand{\Xs}{X^*} % local minimizers
\newcommand{\cN}{\mathcal{N}} % neighborhood
\newcommand\TITLE{Multivariate and Functional Data Analysis}
\newcommand\AUTHOR{George Ostrouchov \and Jong Choi \and Drew Schmidt}
\newcommand\ID{CODAR-01}
\newcommand\DATE{\today}
\newcommand{\slc}[2]{\includegraphics[trim=1.5cm 1.7cm 0.1cm 1.5cm,clip,width=#1\textwidth]{#2}}
\newcommand{\scr}[2]{\includegraphics[trim=0cm 0cm 0cm 0cm,clip,width=#1\textwidth]{#2}}
\title{\TITLE{}}
\author{\AUTHOR{}}
\date{\DATE{}}
\begin{document}
\pagestyle{empty}
\input{header}
\newpage
\tableofcontents
\clearpage
\pagestyle{fancy}
\setcounter{page}{1}
\maketitle
\input{Narrative/abstract}
\input{Narrative/introduction}
\input{Narrative/pca}
\input{Narrative/xgc}
%\input{Narrative/transform}
\input{Narrative/conclusion}
\clearpage
\bibliographystyle{plain}
\bibliography{Bibs/fda}
\end{document}