measure.bias.rel: Relative bias

View source: R/measure.bias.rel.R

measure.bias.relR Documentation

Relative bias

Description

Function to compute the difference between the relative bias between the predicted and observed means. The measure depends on the index mean.

Usage

measure.bias.rel(
  indexObs = NULL,
  indexPrd = NULL,
  obs = NULL,
  prd = NULL,
  dates
)

Arguments

indexObs

index computed from the observations

indexPrd

index computed from the predictions

obs

A vector of observations

prd

A vector of predictions

dates

dates

Value

A float number corresponding to the bias.

Author(s)

J. Bedia, D. San-Mart\'in, S. Herrera


SantanderMetGroup/VALUE documentation built on July 8, 2023, 7:03 a.m.