measure.ratio: Ratio

View source: R/measure.ratio.R

measure.ratioR Documentation

Ratio

Description

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

Usage

measure.ratio(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 ratio.

Author(s)

J. Bedia, D. San-Martín, S. Herrera


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