errs: Calculate fit statistics

View source: R/errs.r

errsR Documentation

Calculate fit statistics

Description

Function to compute the fit statistics of model and measured data v0.1 2020-03-02

Usage

errs(out)

Arguments

out

dataframe with measured data in first column, simulated in second column. No missing values allowed.

Value

x

a dataframe with the number of observations (N), root mean squared error (RMSE), nash-sutcliffe error (NS), mean error (ME), mean absolute error (MAE), Kendall tau correlation coefficient (COR), SMAPE=SMAPE

Author(s)

Norman Buccola

Examples

errs()

nbuccola/w2r documentation built on June 2, 2025, 2:12 a.m.