-
Notifications
You must be signed in to change notification settings - Fork 6
/
defs-all.sty
executable file
·160 lines (139 loc) · 6.01 KB
/
defs-all.sty
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
\usepackage{bm}
\usepackage{amsmath, booktabs, caption, longtable,listings,fancyvrb,fvextra}
\usepackage{amsmath,amsthm}
\usepackage{wasysym,pifont}
\usepackage{Sweave}
\usepackage{ulem}
\usepackage{textcomp}
\usepackage{versions}
%% amsthm-type theorem environment specifications --
%% see amsthdoc.pdf in amscls documentation
\theoremstyle{plain}
\newtheorem{prop}{Proposition}[section]
\newtheorem{lem}[prop]{Lemma}
\newtheorem*{thm}{Proposition}
\newtheorem*{cor}{Corollary}
\theoremstyle{definition}
\newtheorem{defn}{Definition}[section]
\newcommand{\Pdistsym}{P}
\newcommand{\Pdistsymn}{P_n}
\newcommand{\Qdistsym}{Q}
\newcommand{\Qdistsymn}{Q_n}
\newcommand{\Qdistsymni}{Q_{n_i}}
\newcommand{\Qdistsymt}{Q[t]}
\newcommand{\dQdP}{\ensuremath{\frac{dQ}{dP}}}
\newcommand{\dQdPn}{\ensuremath{\frac{dQ_{n}}{dP_{n}}}}
\newcommand{\EE}{\ensuremath{\mathbf{E}}}
\newcommand{\EEp}{\ensuremath{\mathbf{E}_{P}}}
\newcommand{\EEpn}{\ensuremath{\mathbf{E}_{P_{n}}}}
\newcommand{\EEq}{\ensuremath{\mathbf{E}_{Q}}}
\newcommand{\EEqn}{\ensuremath{\mathbf{E}_{Q_{n}}}}
\newcommand{\EEqni}{\ensuremath{\mathbf{E}_{Q_{n[i]}}}}
\newcommand{\EEqt}{\ensuremath{\mathbf{E}_{Q[t]}}}
\newcommand{\PP}{\ensuremath{\mathbf{Pr}}}
\newcommand{\PPp}{\ensuremath{\mathbf{Pr}_{P}}}
\newcommand{\PPpn}{\ensuremath{\mathbf{Pr}_{P_{n}}}}
\newcommand{\PPq}{\ensuremath{\mathbf{Pr}_{Q}}}
\newcommand{\PPqn}{\ensuremath{\mathbf{Pr}_{Q_{n}}}}
\newcommand{\PPqt}{\ensuremath{\mathbf{Pr}_{Q[t]}}}
\DeclareMathOperator{\E}{\mathbb{E}}
\DeclareMathOperator{\Var}{\rm{Var}}
% \DeclareMathOperator{\btau}{\bm{\tau}}
\newcommand{\var}{\ensuremath{\mathbf{V}}}
\newcommand{\varp}{\ensuremath{\mathbf{V}_{P}}}
\newcommand{\varpn}{\ensuremath{\mathbf{V}_{P_{n}}}}
\newcommand{\varq}{\ensuremath{\mathbf{V}_{Q}}}
\newcommand{\cov}{\ensuremath{\mathbf{Cov}}}
\newcommand{\covp}{\ensuremath{\mathbf{Cov}_{P}}}
\newcommand{\covpn}{\ensuremath{\mathbf{Cov}_{P_{n}}}}
\newcommand{\covq}{\ensuremath{\mathbf{Cov}_{Q}}}
\newcommand{\hatvar}{\ensuremath{\widehat{\mathrm{Var}}}}
\newcommand{\hatcov}{\ensuremath{\widehat{\mathrm{Cov}}}}
\newcommand{\sehat}{\ensuremath{\widehat{\mathrm{se}}}}
\newcommand{\combdiff}[1]{\ensuremath{\Delta_{{z}}[#1]}}
\newcommand{\Combdiff}[1]{\ensuremath{\Delta_{{Z}}[#1]}}
\newcommand{\psvec}{\ensuremath{\varphi}}
\newcommand{\psvecgc}{\ensuremath{\tilde{\varphi}}}
\newcommand{\atob}[2]{\ensuremath{#1\!\! :\!\! #2}}
\newcommand{\stratA}{\ensuremath{\mathbf{S}}}
\newcommand{\stratAnumstrat}{\ensuremath{S}}
\newcommand{\sAsi}{\ensuremath{s}}
\newcommand{\permsd}{\ensuremath{\sigma_{\Pdistsym}}}
\newcommand{\dZ}[1]{\ensuremath{d_{Z}[{#1}]}}
\newcommand{\tz}[1]{\ensuremath{t_{{z}}[#1]}}
\newcommand{\tZ}[1]{\ensuremath{t_{{Z}}[#1]}}
\newlength{\tabcolsepadj}
\setlength{\tabcolsepadj}{1.3mm}
%%% NEWBLOCK UNDEFINED BUG
\def\newblock{\hskip .11em plus .33em minus .07em}
%%% tightlist undefined control sequence bug
%%% http://tex.stackexchange.com/questions/257418/error-tightlist-converting-md-file-into-pdf-using-pandoc
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\newcommand{\igrphx}[2][width=\linewidth]{\includegraphics[#1]{images/#2}}
\renewcommand{\strut}{\rule{0pt}{3ex}}
\newenvironment{Column}[1][.5\linewidth]{\begin{column}{#1}}{\end{column}}
\newcommand{\mlpnode}[1]{\tikz[baseline=-.5ex] \coordinate (#1) {};}
%\newcommand{\mlpnode}[1]{\raisebox{.5ex}{\pnode{#1}}}
\usepackage{xspace}
\includeversion{pedantic} % \excludeversion
% copied from CSCAR svn repo, `dissdefs.tex`
%\usepackage{xspace}
\newcommand{\satm}{\mbox{\textsc{sat-m}}\xspace}
\newcommand{\satv}{\mbox{\textsc{sat-v}}\xspace}
\newcommand{\upm}{\mbox{\textsc{urm}}\xspace}
\newcommand{\asian}{\mbox{\textsc{asian}}\xspace}
\newcommand{\presatm}{\mbox{\textsc{pre-m}}\xspace}
\newcommand{\premath}{\mbox{\textsc{pre-m}}\xspace}
\newcommand{\presatv}{\mbox{\textsc{pre-v}}\xspace}
\newcommand{\preverb}{\mbox{\textsc{pre-v}}\xspace}
\newcommand{\parentsinc}{\mbox{\textsc{incm}}\xspace}
\newcommand{\gpa}{\mbox{\textsc{gpa}}\xspace}
\newcommand{\dadsed}{\mbox{\textsc{dadsed}}\xspace}
\newcommand{\momsed}{\mbox{\textsc{momsed}}\xspace}
\newcommand{\avgeng}{\mbox{\textsc{e-gpa}}\xspace}
\newcommand{\avgmath}{\mbox{\textsc{m-gpa}}\xspace}
\newcommand{\avgnatsci}{\mbox{\textsc{ns-gpa}}\xspace}
\newcommand{\avgssci}{\mbox{\textsc{ss-gpa}}\xspace}
\newcommand{\coach}{\mbox{\textsc{coach}}\xspace}
\newcommand{\dadcoll}{\mbox{\textsc{dadcoll}}\xspace}
\newcommand{\aavg}{\mbox{\textsc{a-avg}}\xspace}
\newcommand{\teeW}{\ensuremath{t_{W}}}
\newcommand{\pcor}{\ensuremath{\rho_{y \cdot w|z\mathbf{x}}}}
% \newcommand{\bh}[1]{{\color{blue}{#1}}}
\newcommand\mybox[2][]{\tikz[overlay]\node[fill=lightgray,inner sep=2pt, anchor=text, rectangle, rounded corners=1mm,#1] {#2};\phantom{#2}}
\newcommand\myheading[1]{%
\par\bigskip
{\Large\bfseries#1}\par\smallskip}
%\newcommand\given[1][]{\:#1\vert\:}
\theoremstyle{plain}
%\newtheorem{thm}{Theorem}
% \newtheorem{prop}{Proposition\thisthmnumber}
% \newtheorem{lem}{Lemma\thisthmnumber}
% \newtheorem{cor}{Corollary}
% \newtheorem{defin}{Definition}
% \newtheorem{algo}{Algorithm}
\newcommand*\diff{\mathop{}\!\mathrm{d}}
\newcommand*\Diff[1]{\mathop{}\!\mathrm{d^#1}}
\newcommand{\bh}[1]{{\color{blue}{#1}}}
\newcommand{\mh}[1]{{\color{magenta}{#1}}}
\newcommand{\thisthmnumber}{}
\newcommand{\tikzmark}[1]{\tikz[baseline,remember picture] \coordinate (#1) {};}
\newcommand*{\QEDA}{\hfill\ensuremath{\blacksquare}}%
\newcommand*{\QEDB}{\hfill\ensuremath{\square}}%
%\DeclareMathOperator{\E}{\rm{E}}
\DeclareMathOperator{\R}{\mathbb{R}}
\DeclareMathOperator{\N}{\mathbb{N}}
%\DeclareMathOperator{\Var}{\rm{Var}}
\DeclareMathOperator{\Cov}{\rm{Cov}}
\DeclareMathOperator{\Supp}{\rm{Supp}}
\DeclareMathOperator{\e}{\rm{e}}
\DeclareMathOperator{\F}{\mathcal{F}}
\DeclareMathOperator{\Z}{\mathcal{Z}}
\DeclareMathOperator{\logit}{\rm{logit}}
\DeclareMathOperator{\indep}{{\perp\!\!\!\perp}}
\DeclareMathOperator{\rank}{rank}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
%\DeclareMathOperator{\Pr}{\rm{Pr}}
%\newcommand{\bbeta}{\boldsymbol{\beta}}