dpVariance-class: Differentially private variance

Description Arguments

Description

Differentially private variance

Arguments

mechanism

Character, the privacy mechanism. For dpMean, one of c('mechanismLaplace').

varType

Character, the R variable type. One of c('numeric', 'integer', 'logical').

variable

Character, variable name of the variable that you wish to find variance of.

n

Integer, number of observations

rng

Numeric, a priori estimate of the range

epsilon

Numeric, privacy cost parameter

accuracy

Numeric, accuracy guarantee given epsilon

imputeRng

Numeric, range within which missing values are imputed. If NULL, the range provided in rng is used.

alpha

Numeric, the level of statistical significance. Default 0.05.


IQSS/PSI-Library documentation built on Feb. 15, 2020, 9:03 p.m.