rmse: Root Mean Square Error

View source: R/rmse.R

rmseR Documentation

Root Mean Square Error

Description

Root Mean Square Error between 'sim' and 'obs', in the same units of 'sim' and 'obs'

Usage

rmse(sim, obs, na.rm = FALSE)

Arguments

sim

numeric 'data.frame', 'matrix' or 'vector' with simulated values

obs

numeric 'data.frame', 'matrix' or 'vector' with observed values

na, rm

boolean; a logical value indicating whether NA values should be stripped before the computation proceeds. Defaults to FALSE

Value

value


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.