rmse_like: Compute the Root-Mean-Squared Error Statistics

Description Usage Arguments Details Value

View source: R/rmse_like.R

Description

The function rmse_like computes a series of statistics related to the root-mean-squared error.

Usage

1
rmse_like(Obs, Est, MARGIN = 2)

Arguments

Obs

A matrix of observations.

Est

A matrix of estimates. Must be of the same dimensions as Obs.

MARGIN

(optional) The margin across which to compute the efficiencies. The default is to compute an efficiency for each column (MARGIN=2).

Details

Lorem ipsum...

Value

A matrix containing:

rmse

Root-mean-squared error.

rmsne

Root-mean-square-normalized error.

cvrmse

The coefficient of variation of the root-mean-squared error.

nrmse

Normalized root-mean-squared error.


wfarmer-usgs/PUBAD documentation built on May 4, 2019, 5:21 a.m.