bound_power | R Documentation |
Function that, for given parameters of the public test, will compute an upper bound on the power of the private test.
bound_power(theta, theta_0, epsilon, n, alpha, power, nsims = NULL)
theta, theta_0, n |
Characteristics of the public test: it requires a database of size 'n' to achieve 'theta' power at a sigificance level of 'theta_0'. |
epsilon |
The privacy parameter. |
alpha |
The significance level for the private test. |
power |
The desired power of the private test. |
nsims |
The number of draws to compute the reference distribution for the binomial test (No longer Used) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.