Makes a Measurement the computes the quantile of a dataset.
Arguments
- input_domain
Uses a tighter sensitivity when the size of vectors in the input domain is known.
- input_metric
Either SymmetricDistance or InsertDeleteDistance.
- output_measure
Either MaxDivergence or ZeroConcentratedDivergence.
- candidates
Potential quantiles to score
- alpha
a value in \([0, 1]\). Choose 0.5 for median
- scale
the scale of the noise added
Details
Required features: contrib
make_private_quantile in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<T>>
Output Type:
MI
Input Metric:
MO
Output Measure:
T