meanGetCI: Mean confidence interval

Description Usage Arguments Value

View source: R/utilities-mean.R

Description

Return the confidence interval for the differentially private mean release given the accuracy.

Usage

1
meanGetCI(release, epsilon, sensitivity, alpha = 0.05)

Arguments

release

Differentially private release of a mean.

epsilon

A numeric vector representing the epsilon privacy parameter. Should be of length one and should be between zero and one.

sensitivity

The difference of the range of the data divided by n.

alpha

A numeric vector specifying the statistical significance level.

Value

Confidence bounds for differentially private mean release.


privacytoolsproject/PSI-Library documentation built on Feb. 17, 2020, 2:03 p.m.