-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhaziq_glossary.sty
46 lines (39 loc) · 2.28 KB
/
haziq_glossary.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
\setlength\LTleft{-5pt}
\setlength\LTright{0pt}
\setlength\glsdescwidth{0.9\hsize}
% https://tex.stackexchange.com/questions/346681/space-between-acronym-entry-and-it-description
% Index
%\newterm{regression}
% Abbreviations
\newabbreviationindex{fbm}{fBm}{fractional Brownian motion}{description={Fractional Brownian motion}}
\newabbreviationindex{mcmc}{MCMC}{Markov chain Monte Carlo}{description={Markov chain Monte Carlo}}
\newabbreviationindex{hmc}{HMC}{Hamiltonian Monte Carlo}{description={Hamiltonian Monte Carlo}}
\newabbreviation{snr}{SNR}{signal-to-noise ratio}
\newabbreviation{cran}{CRAN}{Comprehensive \proglang{R} Archive Network}
\newabbreviation{rkhs}{RKHS}{reproducing kernel Hilbert space}
\newabbreviation{rkks}{RKKS}{reproducing kernel Kreĭn space}
\newabbreviation{ols}{OLS}{ordinary least squares}
\newabbreviation{cavi}{CAVI}{coordinate ascent variational inference}
\newabbreviation{dag}{DAG}{directed acyclic graph}
\newabbreviation{iia}{IIA}{independent of irrelevant alternatives}
\newabbreviationindex{elbo}{ELBO}{evidence lower bound}{description={evidence lower bound}}
\newabbreviation{hpm}{HPM}{highest probability model}
\newabbreviation{pmp}{PMP}{posterior model probability}
\newabbreviation{pip}{PIP}{posterior inclusion probability}
\newabbreviation{rss}{RSS}{residual sum of squares}
\newabbreviation{mmse}{MMSE}{minimum mean squared error}
\newabbreviation{mse}{MSE}{Mean squared error}
\newabbreviation{rmse}{RMSE}{root mean squared error}
\newabbreviation{rbf}{RBF}{radial basis function}
\newabbreviation{pmf}{pmf}{probability mass function}
\newabbreviation{pdf}{pdf}{probability density function}
\newabbreviation{cdf}{cdf}{cumulative distribution function}
\newabbreviation{em}{EM}{expectation-maximisation}
\newabbreviation{ecm}{ECM}{expectation conditional maximisation}
\newabbreviation{gpr}{GPR}{Gaussian process regression}
\newabbreviation{ml}{ML}{maximum likelihood}
\newabbreviation{iid}{iid}{Identical and independently distributed}
\newabbreviation{pd}{pd/p.d.}{positive definite}
\newacronym[description={Least absolute shrinkage and selection operator}]{lasso}{Lasso}{least absolute shrinkage and selection operator}
\newabbreviationindex{SE}{SE}{squared exponential}{description={Squared exponential (kernel)}}
\newabbreviation{anova}{ANOVA}{analysis of variance}