mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-25 07:35:25 -04:00
add table
This commit is contained in:
parent
b9c64a75e0
commit
5c03af3753
1 changed files with 7 additions and 3 deletions
|
@ -73,9 +73,13 @@ Randomized Response would lay the groundwork for differential privacy, but it wo
|
|||
|
||||
A variation used later in a [paper](https://www.jstor.org/stable/2283636) by Greenberg et al. called **unrelated question randomized response** would present each respondent with either a sensitive question or a banal question like "is your birthday in January?" to increase the likelihood of people answering honestly, since the researcher doesn't know which question was asked.
|
||||
|
||||
|
||||
|
||||
|
||||
| Respondent | Question (not visible to researcher) | Answer |
|
||||
| --- | --- | --- |
|
||||
| 1 | Have you ever committed tax evasion? | No |
|
||||
| 2 | Is your birthday in January? | Yes |
|
||||
| 3 | Is your birthday in January? | No |
|
||||
| 4 | Have you ever committed tax evasion? | Yes |
|
||||
| 5 | Have you ever committed tax evasion? | No |
|
||||
|
||||
#### Problems with k-anonymity
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue