From e3db04c23ad3d35f247b87704f9aab5950b0f675 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:13:11 -0500 Subject: [PATCH] add title to table --- blog/posts/differential-privacy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/posts/differential-privacy.md b/blog/posts/differential-privacy.md index 0ad3c366..77877646 100644 --- a/blog/posts/differential-privacy.md +++ b/blog/posts/differential-privacy.md @@ -55,6 +55,8 @@ One of the earliest ideas for anonymizing data was [randomized response](https:/ For certain questions like "have you committed tax fraud?", respondents will likely be hesitant to answer truthfully. The solution? Have the respondent flip a coin. If the coin is tails, answer yes. If the coin lands on heads, answer truthfully. +Have you committed tax fraud? + | Respondent | Answer | Coin Flip (not included in the actual dataset just here for illustration) | | --- | --- | | 1 | Yes | Tails (Answer Yes) |