CIOneSide.Rd
Finding One-Sided Confidence Intervals
CILower(alpha, Z, size, b, q) CIUpper(alpha, Z, size, b, q)
alpha | The confidence level of the returned confidence intervals |
---|---|
Z | A Binomial sample with Tulap noise |
size | The number of trials in Binomial distribution (parameter n in Binomial(n, \(\theta\))) |
b | Discrete Laplace noise parameters, obtained by \(exp(-\epsilon)\) |
q | The truncated quantiles |
`CILower` returns a lower bound while `CIUpper` returns an upper bound.
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.
Finding asymptotically unbiased two-sided confidence intervals
CITwoSide
#> [1] 0.3844819#> [1] 0.517379