-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware_list.tex
34 lines (31 loc) · 1.4 KB
/
software_list.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
\chapter*{List of software tools}
\addcontentsline{toc}{chapter}{List of software tools}
\begin{table}[H]
\begin{threeparttable}
\centering
\begin{tabular}{l l l l}
Software & Type\,\tnote{a} & Method / purpose & Availability\,\tnote{b} \\
\hline
\texttt{AQuadtree} & R & Quadtree & CRAN \\
\texttt{cellKey}, \texttt{ptable} & R & CKM & CRAN \\
\texttt{diffman} & R & detect differencing & Github\,\tnote{c} \\
\texttt{gridy} & R & Insee's Quadtree Variant & Github\,\tnote{d} \\
\texttt{sdcMicro} & R & TRS & CRAN \\
\texttt{sdcSpatial} & R & Quadtree, Smoothing & CRAN \\
\hline
$\mu$-\textsc{argus} & s.a. & TRS & sdcTools \\
$\tau$-\textsc{argus} & s.a. & cell suppression, CKM & sdcTools\\
\hline
\end{tabular}
%\caption{Caption}
\label{tab:software}
\bigskip
{\footnotesize
\begin{tablenotes}
\item[a] R: package to be used with the R statistical programming language; s.a.: stand-alone software that can be used on its own.
\item[b] CRAN: \url{https://cran.r-project.org}; sdcTools: \url{https://github.com/sdcTools}
\item[c] Github repository: \url{https://github.com/InseeFrLab/diffman-1}; CRAN archive: \url{https://cran.r-project.org/src/contrib/Archive/diffman}
\item[d] Github repository: \url{https://github.com/InseeFrLab/gridy}
\end{tablenotes}}
\end{threeparttable}
\end{table}