dp_cdf | R Documentation |
Generate differentially private cdf from histogram
dp_cdf(binned_data, n = NULL, epsilon, delta, rho = NULL)
binned_data |
The output of bin_data |
n |
The number of observations in the original data (if public, otherwise the max of the noisy cumsum will be used). Default: NULL (i.e. use maximum of noisy cumsum). |
epsilon |
Privacy parameter epsilon |
delta |
Privacy parameter delta |
rho |
Privacy parameter rho. Either epsilon and delta or rho must be provided. Rho overwrites any entries in epsilon and delta. |
A noisy cdf of the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.