From 52daa0c5a3f1b3d9e6c04d73695ff93de7bdc139 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Sat, 12 Jul 2025 07:28:25 -0500 Subject: [PATCH] remove table title --- blog/posts/differential-privacy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/blog/posts/differential-privacy.md b/blog/posts/differential-privacy.md index 40770313..b3ddd1e7 100644 --- a/blog/posts/differential-privacy.md +++ b/blog/posts/differential-privacy.md @@ -55,8 +55,6 @@ 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) |