bound_power: Bound on test's power

View source: R/bound_power.R

bound_powerR Documentation

Bound on test's power

Description

Function that, for given parameters of the public test, will compute an upper bound on the power of the private test.

Usage

bound_power(theta, theta_0, epsilon, n, alpha, power, nsims = NULL)

Arguments

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)


diff-priv-ht/nonpmRegPkg documentation built on Feb. 6, 2023, 5:22 p.m.