text: Minor corrections

This commit is contained in:
2021-10-09 12:09:59 +02:00
parent 0c2f582e75
commit b25a3c44ab
2 changed files with 5 additions and 5 deletions

View File

@ -291,8 +291,8 @@ queries can be problematic, since a single, outlier value could change the outpu
\paragraph{Popular privacy mechanisms}
\label{subsec:prv-mech}
A typical example of a differential privacy mechanism is the \emph{Laplace mechanism}~\cite{dwork2014algorithmic}.
It draws randomly a value from the probability distribution of $\textrm{Laplace}(\mu, b)$, where $\mu$ stands for the location parameter and $b > 0$ is the scale parameter (Figure~\ref{fig:laplace}).
In our case, $\mu$ is equal to the original output value of a query function, and $b$ is the sensitivity of the query function divided by $\varepsilon$.