Convert a discrete Laplacian scale into an accuracy estimate (tolerance) at a statistical significance level alpha
.
Source: R/accuracy.R
discrete_laplacian_scale_to_accuracy.Rd
\(\alpha = P[Y \ge accuracy]\), where \(Y = | X - z |\), and \(X \sim \mathcal{L}_{Z}(0, scale)\). That is, \(X\) is a discrete Laplace random variable and \(Y\) is the distribution of the errors.
Details
This function returns a float accuracy. You can take the floor without affecting the coverage probability.
discrete_laplacian_scale_to_accuracy in Rust documentation.
Proof Definition: