Usage
then_laplace(lhs, scale, k = NULL, .QO = "float")
Arguments
- lhs
The prior transformation or metric space.
- scale
Noise scale parameter for the Laplace distribution. scale
== standard_deviation / sqrt(2).
- k
The noise granularity in terms of 2^k, only valid for domains over floats.
- .QO
Data type of the output distance and scale. f32
or f64
.