CITwoSide: Finding Asymptotically Unbiased Two-Sided Confidence...

Description Usage Arguments Value References See Also Examples

View source: R/CITwoSide.R

Description

Finding Asymptotically Unbiased Two-Sided Confidence Intervals

Usage

1
CITwoSide(alpha, Z, size, b, q)

Arguments

alpha

The confidence level of the returned confidence interval

Z

A Binomial sample with Tulap noise

size

The number of trials in Binomial distribution (parameter n in Binomial(n, θ))

b

The discrete Laplace noise parameter, obtained by exp(-ε)

q

The truncated quantiles

Value

An asymptotically unbiased two-sided confindence interval

References

Awan, Jordan Alexander, and Aleksandra Slavkovic. 2020. "Differentially Private Inference for Binomial Data". Journal of Privacy and Confidentiality 10 (1). https://doi.org/10.29012/jpc.725.

See Also

Finding one-sided confidence intervals CILower and CIUpper

Examples

1
CITwoSide(alpha = 0.05, Z = 18, size = 30, b = exp(-1), q = 0.05) #(0.411, 0.767)

ttran2401/binomialDP documentation built on July 7, 2020, 1:18 a.m.