It’s a mechanism of anonymizing data sets, such that you can’t pick out an individual from it. It’s primarily used in Machine Learning.

There are a few main ways of accomplishing this:

  1. You can add noise to the data
  2. You can add an element of chance to the data (e.g. Answer yes or no, but 50% of the time.. answer randomly, which grants plausible deniability).