f.score {wasim} | R Documentation |
Calculate objective functions for sensitive parts of a time series. ToDo: write better description.
f.score(data, sens, measured, parameter, criterion, limit)
data |
a matrix of modeled time series |
sens |
result from sensitivity |
measured |
measured time series |
parameter |
vector of indizes, indicating which parameters to include in the analysis |
criterion |
1: rmse, 2: Nash-Sutcliffe coeffiecient of efficiency, 3: Nash-Sutcliffe coeffiecient of efficiency with more weight on high flows |
limit |
limit, above which the sensitivity must be in order for the data to be included in the analysis. |
A vector of results of the objective function, one for each time series
Dominik Reusser
#ToDo: Write an example