Description Usage Arguments Details Value Author(s) References See Also Examples
Calculation of the Nash-Sutcliffe efficiency
1 | NSeff(object,Qsim)
|
object |
Object with observed discharges |
Qsim |
Vector with simulated discharges of the same length as Qobs |
Qobs and Qsim should have the same dimensions. Both can contain NA values.
Nash-Suttcliffe coefficient
Wouter Buytaert, Imperial College London
Nash, J. & Sutcliffe, J. River flow forecasting through conceptual models part I – A discussion of principles. Journal of Hydrology, 1970 , 10 , 282-290
1 2 3 4 5 | data(huagrahuma)
attach(huagrahuma)
output <- topmodel(parameters[1:9], inputs, topidx, delay)
NSeff(inputs$Q,output$Q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.