Session Ready
Exercise

Generating Normal Synthetic Data

In this exercise, you will generate differentially private synthetic data. First, you'll apply the Laplace mechanism to your queries and then generate the synthetic data using rnorm(). At the end, you'll need to keep the differentially private synthetic data consistent within the bounds of the original data.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3

Find the mean and variance of Age from the fertility data set.