measure.bias: Bias

View source: R/measure.bias.R

measure.biasR Documentation

Bias

Description

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

Usage

measure.bias(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/R_VALUE documentation built on July 4, 2023, 4:27 a.m.