| AggregationState |
Represents the state of the aggregation.
|
| BoundedMean |
Calculates differentially private average for a collection of values.
|
| BoundedMean.Params.Builder |
|
| BoundedQuantiles |
Calculates differentially private quantiles for a collection of values using a quantile tree
mechanism.
|
| BoundedQuantiles.Params.Builder |
|
| BoundedSum |
Calculates a differentially private sum for a collection of values using the Laplace or Gaussian
mechanism.
|
| BoundedSum.Params.Builder |
|
| ConfidenceInterval |
Stores the upper and lower bounds of a confidence interval.
|
| Count |
Calculates a differentially private count for a collection of values using the Laplace or
Gaussian mechanism.
|
| Count.Params.Builder |
|
| Noise |
Interface for primitives that add noise to numerical data, for use in differential privacy
operations.
|