getNegativeScores | R Documentation |
This function just returns negative scores and is used as aggregator to send these positive scores.
getNegativeScores(
truth_name,
prob_name,
epsilon = 0.2,
delta = 1e-05,
seed_object = NULL,
sort = FALSE
)
truth_name |
('character(1L)') Character containing the name of the vector of 0-1-values encoded as integer or numeric. |
prob_name |
('character(1L)') Character containing the name of the vector of probabilities. |
epsilon |
('numeric(1L)') Privacy parameter for differential privacy (DP). |
delta |
('numeric(1L)') Probability of violating epsilon DP. |
seed_object |
('character(1L)') Name of an object which is used to add a seed based on an object. |
sort |
('logical(1L)') Indicator whether the return values should be sorted or not. |
Negative scores
Daniel S., Raphael R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.