GOF.RdGood of fitting
GOF(obs, sim, w, include.cv = FALSE, include.r = TRUE)
KGE(obs, sim, w = c(1, 1, 1), ...)
NSE(obs, sim, w, ...)Numeric vector, observations
Numeric vector, corresponding simulated values
Numeric vector, weights of every points. If w included, when calculating mean, Bias, MAE, RMSE and NSE, w will be taken into considered.
If true, cv will be included.
If true, r and R2 will be included.
ignored
ubRMSE unbiased root mean square error
RMSE root mean square error
NSE NASH coefficient
MAE mean absolute error
AI Agreement index (only good points (w == 1)) participate to
calculate. See details in Zhang et al., (2015).
Bias bias
Bias_perc bias percentage
n_sim number of valid obs
cv Coefficient of variation
R2 correlation of determination
R pearson correlation
pvalue pvalue of R
https://en.wikipedia.org/wiki/Coefficient_of_determination
https://en.wikipedia.org/wiki/Explained_sum_of_squares
https://en.wikipedia.org/wiki/Nash%E2%80%93Sutcliffe_model_efficiency_coefficient
Zhang Xiaoyang (2015), http://dx.doi.org/10.1016/j.rse.2014.10.012