-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTA261.tex
83 lines (73 loc) · 2.29 KB
/
STA261.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
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
\documentclass[letterpaper,twocolumn]{article}
% extarticle
% twoside,landscape,twocolumn,
\usepackage{hyperref}
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = red %Colour of citations
}
\input{math/packet.tex}
\input{math/math.tex}
\input{math/title.tex}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{datetime}
\usepackage{fancyhdr}
%\usepackage[nomain,acronym,xindy,toc]{glossaries}
%\makeglossaries
%\usepackage[xindy]{imakeidx}
%\makeindex
\newcommand{\refto}[1]{\{#1\}}
\newcommand{\extranote}[1]{{\color{Black!30}#1}}
\newcommand{\thmIF}{\textbf{\color{Red!50!Black}IF}}
\newcommand{\thmTHEN}{\textbf{\color{Blue!50!Black}THEN}}
\newcommand{\E}{\mathrm{E}}
\newcommand{\eps}{\varepsilon}
\newcommand{\B}{\mathrm{B}}
\newcommand{\MSE}{\mathrm{MSE}}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\Cov}{\mathrm{Cov}}
\newcommand{\hl}[1]{{\color{red}#1}}
\newcommand{\wraped}[1]{\parbox{\dimexpr\linewidth-2\fboxsep-2\fboxrule-1em}{#1}}
\newcommand{\todo}[1]{\fcolorbox{red!20!white}{black!5!white}{\color{red!40!black!40!white}\{ #1 \}}}
\newcommand{\fixme}[1]{\fcolorbox{orange!40!white}{black!5!white}{\color{orange!70!black!40!white}\{ #1 \}}}
\newcommand{\todowraped}[1]{\fcolorbox{red!20!white}{black!5!white}{\wraped{\color{red!40!black!40!white}\{ #1 \}}}}
% \newcommand{\todo}[1]{\colorbox{red!70!black!5!white}{\color{red!70!black!50!white}\{ #1 \}}}
\let\kw\textbf
\title{UofT-STA261-2015-Summer Note}
\author{hysw}
\date{\today\\ at \currenttime}
\pagestyle{fancy}
\lhead{Page \thepage}
\rfoot{}
\cfoot{}
\lfoot{}
%\rfoot{Compiled on \today\ at \currenttime}
%\cfoot{}
%\lfoot{Page \thepage}
\begin{document}
\maketitle
\tableofcontents
\include{topic/dist}
\include{topic/defn}
\include{topic/infer}
\include{lecture}
\include{topic/todo}
\include{topic/abbr}
\include{topic/basic}
% \include{basic}
% \include{linear_algebra}
% \include{topology}
% \include{measure_theory}
% \include{calculus_general}
% \include{calculus_differential}
% \include{calculus_integral}
% \include{test1}
% \include{todo}
% \include{copyright}
%\printglossaries
%\printindex
\section{Acknowledgement}
Thanks to \textit{Summer Bian} on Facebook for lecture notes.
\end{document}