measure.bs | R Documentation |
Function to compute the Brier score.
measure.bs(
indexObs = NULL,
indexPrd = NULL,
obs,
prd,
dates,
threshold = 0,
condition
)
indexObs |
index computed from the observations |
indexPrd |
index computed from the predictions |
obs |
A vector of observations |
prd |
A vector of predictions |
dates |
dates |
threshold |
A float number defining the threshold considered. Default to 0 (for temperature). |
condition |
Inequality operator to be applied considering the given threshold.
|
A float number corresponding to the BS.
J. Bedia
https://en.wikipedia.org/wiki/Brier_score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.