Description Usage Arguments Value Examples
View source: R/CDFtestingSuite.R
Forces DP-CDFs into the nearest monotonic vector (by euclidean distance minimization).
1 | smoothVector2(cdf)
|
cdf |
The vector output of a differentially private CDF computation (cumulative count bins) |
... |
Optionally add additional parameters. This is primarily used to allow automated execution of varied diagnostic functions. |
A single monotonically increasing vector which is the post-processed DP-CDF's Y coordinates
1 | smoothVector2(c(.1,.2,.3,.2,.3,.3,.3,.3,1))
|
[1] 0.10 0.20 0.25 0.25 0.30 0.30 0.30 0.30 1.00
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.