View source: R/helper_calibration.R
qual_fun | R Documentation |
function that calculates different estimations for model accuracy, namely: root mean squared error (rmse), (Nash-Sutcliff) model efficiency (nse), Pearson corelation coefficient (r), relative error (re), mean absolute error (mae), and normalized mean absolute error (nmae). returns a data.frame containing the six quality estimates
qual_fun(O, P)
O |
data.frame containing observed values, first row is datetime |
P: |
data.frame containing predicted values, first row is datetime |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.