View source: R/bootstrap_score.R
bootstrap_score | R Documentation |
Compute the confidence intervals of verification scores using a bootstrap method. If there is more than one forecast the confidence for the differences between forecasts is also computed.
bootstrap_score( .fcst, score_function, parameter, n, groupings = "leadtime", confidence_interval = 0.95, ... )
.fcst |
A |
score_function |
The name of the verification function to bootstrap for. |
parameter |
The parameter that gives the name of the observations columns. |
n |
Th number of bootstrap replicants. |
groupings |
The groups to compute verification scores for. The default is leadtime. |
... |
Other arguments to the score function. e.g. thresholds. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.