-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmathjax.html
37 lines (37 loc) · 1.15 KB
/
mathjax.html
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
<script>
MathJax = {
tex: {
tags: 'ams', // should be 'ams', 'none', or 'all'
macros: {
E: '{\\mathbb{E}}',
V: '{\\mathbb{V}}',
P: '{\\mathsf{P}}',
M: '{\\mathsf{M}}',
Pr: '{\\mathbb{P}}',
R: '{\\mathbb{R}}',
I: '{\\mathbb{I}}',
1: '{\\mathbb{1}}',
D: '{\\mathcal{D}}',
F: '{\\mathcal{F}}',
M: '{\\mathcal{M}}',
C: '{\\mathcal{C}}',
G: '{\\mathcal{G}}',
X: '{\\mathcal{X}}',
Z: '{\\mathcal{Z}}',
Hold: '{\\mathcal{H}}',
lik: '{\\mathcal{L}}',
logit: '{\\operatorname{logit}}',
expit: '{\\operatorname{expit}}',
argmin: '{\\operatorname*{arg\\,min}}',
argmax: '{\\operatorname*{arg\\,max}}',
indep: '{\\perp\\!\\!\\!\\perp}',
notindep: '{\\centernot{\\perp\\!\\!\\!\\perp}}',
coloneqq: '{\\mathrel{\\vcenter{:}}=}',
iid: '{\\,\\, \\mathbin{\\overset{\\text{iid}}{\\sim}} \\,\\,}',
asto: '{\\mathbin{\\underset{a.s.}{\\to}}}',
pto: '{\\mathbin{\\underset{p}{\\to}}}',
dto: '{\\mathbin{\\underset{d}{\\to}}}'
}
}
};
</script>