brierScore | R Documentation |
This function calculates the Brier score for a given 0-1-vector and vector of probabilities.
brierScore(truth_name, prob_name)
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. |
Brier score and number of values used as weights for later aggregation.
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.