getNegativeScoresVar | R Documentation |
This function just returns the variance of negative scores.
getNegativeScoresVar(truth_name, prob_name, m = NULL, return_sum = 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. |
m |
('numeric(1L)') Sample mean used for variance calculation. If 'NULL' (default), the sample mean of the negative scores is used. |
return_sum |
('logical(1L)') Logical value indicating whether the function should just return the sum of negative scores. |
Variance of differences of Negative scores
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.