Description Usage Arguments Value See Also Examples
View source: R/normalize_probs.R
Normalizes all probabilistic predictions so that the cumulative probability for a target sums to 1.
1 | normalize_probs(entry, ignore_invalid = FALSE)
|
entry |
A verified entry data.frame with columns location, target, type, unit, bin_start_incl, bin_end_incl, and value. |
ignore_invalid |
logical; if |
An entry data.frame with normalized probabilities
1 | norm_entry <- normalize_probs(full_entry)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.