ce {Fgmutils} | R Documentation |
coefficient of efficiency
Description
Nash Sutcliffe 1970 model efficiency coefficient is used to assess the predictive power of hydrological models.
Usage
ce(observados, estimados)
Arguments
observados |
vector of values observed. |
estimados |
vector of regression model data. |
References
( Nash and Sutcliffe, 1970) https://en.wikipedia.org/wiki/Nash-Sutcliffe_model_efficiency_coefficient for more details.
[Package Fgmutils version 0.9.5 Index]