View source: R/measure.bias.rel.R
measure.bias.rel | R Documentation |
Function to compute the difference between the relative bias between the predicted and observed means. The measure depends on the index mean.
measure.bias.rel(
indexObs = NULL,
indexPrd = NULL,
obs = NULL,
prd = NULL,
dates
)
indexObs |
index computed from the observations |
indexPrd |
index computed from the predictions |
obs |
A vector of observations |
prd |
A vector of predictions |
dates |
dates |
A float number corresponding to the bias.
J. Bedia, D. San-Mart\'in, S. Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.