A data.frame with a column for each function, and a row for each model.
Arguments
m
Numeric, vector, model values
models
Numeric, matrix, model values
o
Numeric, vector, observation values
functions
Character, name of functions to compute model
errors. The package includes definitions for these functions:
Mean: mo, mm
Standard Deviation: sdo, sdm
Mean Bias Error: mbe
Mean Absolute Error: mae
Root Mean Square Error: rmse
t of Stone: tStone
Coefficient of determination, \(R^2\): r2
There are also functions that normalize the MBE, MAE and RMSE values. nmbe, nmae, and nrmse use the observation range as factor of normalization, while cvmbe, cvmae, and cvrmse, use the observation average to normalize.