measure.rmse: Root mean square error

View source: R/measure.rmse.R

measure.rmseR Documentation

Root mean square error

Description

Function to compute the root mean square error between the observed and predicted time series.

Usage

measure.rmse(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 root mean square error between the predicted and observed series.

Author(s)

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


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