the-last-thing/tables/preliminaries/scenario-statistical.tex

39 lines
1.0 KiB
TeX
Raw Normal View History

2021-10-22 03:30:32 +02:00
\begin{figure}
2021-07-18 22:57:54 +02:00
\centering
\subcaptionbox{True counts\label{tab:statistical-true}}{%
\begin{tabular}{@{}lr@{}}
\toprule
Location & \multicolumn{1}{c@{}}{Count} \\
\midrule
Belleville & $1$ \\
2021-10-22 03:30:32 +02:00
Quartier Latin & $1$ \\
2021-07-18 22:57:54 +02:00
Le Marais & $1$ \\
Montmartre & $2$ \\
2021-10-22 03:30:32 +02:00
Opéra & $1$ \\
2021-07-18 22:57:54 +02:00
\bottomrule
\end{tabular}%
}\quad
\subcaptionbox*{}{%
\begin{tabular}{@{}c@{}}
\\ \\ \\
$\xrightarrow[]{\text{Noise}}$
\\ \\ \\
\end{tabular}%
}\quad
\subcaptionbox{Perturbed counts\label{tab:statistical-noisy}}{%
\begin{tabular}{@{}lr@{}}
\toprule
Location & \multicolumn{1}{c@{}}{Count} \\
\midrule
Belleville & $1$ \\
2021-10-22 03:30:32 +02:00
Quartier Latin & $0$ \\
2021-07-18 22:57:54 +02:00
Le Marais & $2$ \\
Montmartre & $3$ \\
2021-10-22 03:30:32 +02:00
Opéra & $1$ \\
2021-07-18 22:57:54 +02:00
\bottomrule
\end{tabular}%
}%
\caption{(a)~The original version of the data of Table~\ref{tab:continuous-statistical}, and (b)~their $1$-differentially event-level private version.}
2021-10-22 03:30:32 +02:00
\label{fig:scenario-statistical}
\end{figure}