nrmse: Calculate the normalized root-mean-square error of two data...

View source: R/analysis.R

nrmseR Documentation

Calculate the normalized root-mean-square error of two data sets

Description

Use this function to calculate the normalized root-mean-square error (NRMSE) of two data sets. In this measures, a distinction between the data sets is needed since the normalization is made using only one of the data sets. For convention, one of the data sets is called simulated data set, and the other one is called observed data set.

Usage

nrmse(sim_data, obs_data)

Arguments

sim_data

The simulated data set

obs_data

The observed data set (used in the normalization)

Value

The NRMSE measure.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.